diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-16 19:38:08 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-16 19:38:08 +0100 |
commit | 6e7685921031849bd2bc2b77de2b26e088db2a18 (patch) | |
tree | 4b918d568fe7bde83f1d5a4dc32f0be50a41bbdc /app-arch/file-roller/file-roller-9999.ebuild | |
parent | app-dicts/gnome-dictionary: drop unneeded manifest (diff) | |
download | gnome-6e7685921031849bd2bc2b77de2b26e088db2a18.tar.gz gnome-6e7685921031849bd2bc2b77de2b26e088db2a18.tar.bz2 gnome-6e7685921031849bd2bc2b77de2b26e088db2a18.zip |
app-arch/file-roller: moved to gx86
And sync live ebuild with gx86 changes.
Diffstat (limited to 'app-arch/file-roller/file-roller-9999.ebuild')
-rw-r--r-- | app-arch/file-roller/file-roller-9999.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/app-arch/file-roller/file-roller-9999.ebuild b/app-arch/file-roller/file-roller-9999.ebuild index 8fa006fe..5e5ecb5e 100644 --- a/app-arch/file-roller/file-roller-9999.ebuild +++ b/app-arch/file-roller/file-roller-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" @@ -14,7 +14,7 @@ fi DESCRIPTION="Archive manager for GNOME" HOMEPAGE="http://fileroller.sourceforge.net/" -LICENSE="GPL-2+" +LICENSE="GPL-2+ CCPL-Attribution-ShareAlike-3.0" SLOT="0" IUSE="nautilus packagekit" if [[ ${PV} = 9999 ]]; then @@ -33,18 +33,19 @@ RDEPEND=">=dev-libs/glib-2.29.14:2 x11-libs/pango x11-libs/libSM x11-libs/libICE - >=x11-libs/gtk+-3.4.0:3 - >=app-arch/libarchive-3.0.0 - >=x11-libs/libnotify-0.4.3 - >=dev-libs/json-glib-0.14.0 + >=x11-libs/gtk+-3.4:3 + >=app-arch/libarchive-3:= + >=x11-libs/libnotify-0.4.3:= + >=dev-libs/json-glib-0.14 nautilus? ( >=gnome-base/nautilus-3 ) packagekit? ( app-admin/packagekit-base ) " DEPEND="${RDEPEND} - app-text/gnome-doc-utils >=dev-util/intltool-0.40.0 sys-devel/gettext virtual/pkgconfig" +# eautoreconf needs: +# gnome-base/gnome-common if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} @@ -93,7 +94,7 @@ pkg_postinst() { elog " jar,zip - app-arch/zip and app-arch/unzip" elog " lha - app-arch/lha" elog " lzop - app-arch/lzop" - elog " rar - app-arch/unrar" + elog " rar - app-arch/unrar or app-arch/unar" elog " rpm - app-arch/rpm" elog " unstuff - app-arch/stuffit" elog " zoo - app-arch/zoo" |