]> Pileus Git - ~andy/sunrise/commitdiff
gnome-extra/nautilus-actions: Fix deps for gnome3
authorJustin Lecher <jlec@gentoo.org>
Sat, 30 Apr 2011 15:46:19 +0000 (15:46 +0000)
committerJustin Lecher <jlec@gentoo.org>
Sat, 30 Apr 2011 15:46:19 +0000 (15:46 +0000)
svn path=/sunrise/; revision=11977

gnome-extra/nautilus-actions/ChangeLog
gnome-extra/nautilus-actions/Manifest
gnome-extra/nautilus-actions/nautilus-actions-1.4.1.ebuild

index 2c7b04f6a1ce1931d861532afb9a5dd9d733898c..628ba82e52015f1ef8b22a91e72a41bff417380d 100644 (file)
@@ -1,7 +1,11 @@
 # ChangeLog for gnome-extra/nautilus-actions
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Apr 2011; Justin Lecher <jlec@gentoo.org>
+  nautilus-actions-1.4.1.ebuild:
+  Fix deps for gnome3
+
   10 Jul 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
   nautilus-actions-1.4.1.ebuild:
   Remove unused autotools.eclass
index e810b5939ed914a9ec83ed85186272091600dd30..88a80808c3261e5ec6f11faa0bf544cfbc80e498 100644 (file)
@@ -1,4 +1,4 @@
 DIST nautilus-actions-1.4.1.tar.gz 866736 RMD160 ba59f6a042e2781b47148c8fb7e1d479b2ee5a15 SHA1 4a43d19d3776a6724d972a6619c5f23211c37002 SHA256 d481748d64b606f6412b8a3b0701070a8989440f28bb370f392f20d6f3a3cd69
-EBUILD nautilus-actions-1.4.1.ebuild 727 RMD160 231e4d0f5b8c862491e8e63047d4f05ddaa6da47 SHA1 4dddb58597a7b387031a021f1e39868bd8899f88 SHA256 b8e6fd9eac4658b8719558fe85fd21faa316aa282c8c76e158d173b4e7cf2716
-MISC ChangeLog 1338 RMD160 b34fe50dc2c94459dbef776d3c0619dbc9b6021f SHA1 b10fe5e7294cce6a4752c94b55449c0ee4ebd6e6 SHA256 b32cf20fafb90a32af29e962d2345e7e8847b00c97c51e90e955ce1fa7aba398
+EBUILD nautilus-actions-1.4.1.ebuild 694 RMD160 50be3a63341685765d7ead0135dfe73f84608caf SHA1 249d1d8f7be9fdb9b04659701895f39a0f8ef257 SHA256 88a69f11f66589f58829884a80c0cf94eae2fef2bb29881035d2d2b4c9cfa48a
+MISC ChangeLog 1441 RMD160 a3670fb377954a3dad836ad06aab93315e099d59 SHA1 57d691fcc906be022d04d253ab9643f3b55d96ed SHA256 6c49ed556abef3628a9bb8080ffb4f2ae45f55f2914699a0293905bf5eff9411
 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
index c7bfb0fcdeb23199e365ad815612f4af20447819..815ecfc5c921e5632f7657c6a6d56c5f21857b74 100644 (file)
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI="4"
+
 inherit gnome2
 
 DESCRIPTION="Nautilus extension for adding user-configurable actions to the context menu"
@@ -13,14 +15,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-libs/glib-2.8
-       >=x11-libs/gtk+-2.6.8
-       >=gnome-base/libglade-2.4.0
-       >=gnome-base/libgnome-2.7
-       >=gnome-base/libgnomeui-2.7
-       >=gnome-base/gconf-2.8
-       >=dev-libs/libxml2-2.6
-       >=gnome-base/nautilus-2.16.0"
+RDEPEND="
+       dev-libs/glib:2
+       x11-libs/gtk+:2
+       gnome-base/libglade:2.0
+       gnome-base/libgnome
+       gnome-base/libgnomeui
+       gnome-base/gconf:2
+       dev-libs/libxml2
+       gnome-base/nautilus"
 DEPEND=">=dev-util/intltool-0.29
        >=dev-util/pkgconfig-0.9.0
        ${RDEPEND}"