Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/
Date: Mon, 21 Feb 2011 22:35:26
Message-Id: 3f89554399c22b3a799314a12f09d30cc975f977.nirbheek@gentoo
1 commit: 3f89554399c22b3a799314a12f09d30cc975f977
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 22:22:00 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 22:22:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3f895543
7
8 app-arch/file-roller: 2.91.6 -> 2.91.90, file/libmagic support
9
10 ---
11 ...er-2.91.6.ebuild => file-roller-2.91.90.ebuild} | 2 ++
12 app-arch/file-roller/file-roller-9999.ebuild | 2 ++
13 2 files changed, 4 insertions(+), 0 deletions(-)
14
15 diff --git a/app-arch/file-roller/file-roller-2.91.6.ebuild b/app-arch/file-roller/file-roller-2.91.90.ebuild
16 similarity index 98%
17 rename from app-arch/file-roller/file-roller-2.91.6.ebuild
18 rename to app-arch/file-roller/file-roller-2.91.90.ebuild
19 index be1abd5..89023ba 100644
20 --- a/app-arch/file-roller/file-roller-2.91.6.ebuild
21 +++ b/app-arch/file-roller/file-roller-2.91.90.ebuild
22 @@ -23,6 +23,7 @@ fi
23
24 RDEPEND=">=dev-libs/glib-2.25.5
25 >=x11-libs/gtk+-2.91.1:3
26 + sys-apps/file
27 nautilus? ( >=gnome-base/nautilus-2.22.2 )"
28 DEPEND="${RDEPEND}
29 sys-devel/gettext
30 @@ -42,6 +43,7 @@ pkg_setup() {
31 --disable-packagekit
32 --disable-deprecations
33 --disable-schemas-compile
34 + --enable-magic
35 $(use_enable nautilus nautilus-actions)"
36 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
37 }
38
39 diff --git a/app-arch/file-roller/file-roller-9999.ebuild b/app-arch/file-roller/file-roller-9999.ebuild
40 index be1abd5..89023ba 100644
41 --- a/app-arch/file-roller/file-roller-9999.ebuild
42 +++ b/app-arch/file-roller/file-roller-9999.ebuild
43 @@ -23,6 +23,7 @@ fi
44
45 RDEPEND=">=dev-libs/glib-2.25.5
46 >=x11-libs/gtk+-2.91.1:3
47 + sys-apps/file
48 nautilus? ( >=gnome-base/nautilus-2.22.2 )"
49 DEPEND="${RDEPEND}
50 sys-devel/gettext
51 @@ -42,6 +43,7 @@ pkg_setup() {
52 --disable-packagekit
53 --disable-deprecations
54 --disable-schemas-compile
55 + --enable-magic
56 $(use_enable nautilus nautilus-actions)"
57 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
58 }