[gnome-commander] Updated ebuild



commit 86caeb07ddfbdaebb938ce1e51851ec84905cd61
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Tue Jan 14 12:19:18 2014 +0100

    Updated ebuild

 data/gnome-commander.ebuild.in |   81 +++++++++++++++------------------------
 1 files changed, 31 insertions(+), 50 deletions(-)
---
diff --git a/data/gnome-commander.ebuild.in b/data/gnome-commander.ebuild.in
index 30abd01..b8c9db1 100644
--- a/data/gnome-commander.ebuild.in
+++ b/data/gnome-commander.ebuild.in
@@ -1,63 +1,44 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: $
 
-inherit gnome2 flag-o-matic
+EAPI="4"
 
-EAPI="2"
+inherit eutils gnome2 python autotools
 
-DESCRIPTION="A full featured, dual-pane file manager for Gnome2"
+DESCRIPTION="A full featured, twin-panel file manager for Gnome2"
 HOMEPAGE="http://gcmd.github.io/";
 
-SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/1.4/${P}.tar.bz2";;
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
 LICENSE="GPL-2"
-
-IUSE="doc exif gsf id3 python"
 SLOT="0"
-
-
-USE_DESC="
-          exif: add support for Exif and IPTC
-          gsf: add support for OLE, OLE2 and ODF
-          id3: add support for ID3, Vorbis, FLAC and APE
-       python: add support for python plugins"
-
-
-RDEPEND=">=x11-libs/gtk+- GTK_REQ@
-        >=dev-libs/glib- GLIB_REQ@
-        >=gnome-base/libgnomeui- GNOMEUI_REQ@
-        >=gnome-base/libgnome- GNOME_REQ@
-        >=gnome-base/gnome-vfs- GNOMEVFS_REQ@
-        || (
-                app-admin/gamin
-                app-admin/fam
-        )
-        >=dev-libs/libunique- UNIQUE_REQ@
-        exif?   ( >=media-gfx/exiv2- EXIV2_REQ@     )
-        gsf?    ( >=gnome-extra/libgsf- LIBGSF_REQ@ )
-        id3?    ( >=media-libs/taglib- TAGLIB_REQ@  )
-        python? ( >=dev-lang/python- PYTHON_REQ@
-                  >=dev-python/gnome-vfs-python- GNOMEVFS_REQ@ )"
-
-
-
- DEPEND="${RDEPEND}
-        >=dev-util/intltool-0.35.0
-        dev-util/pkgconfig"
-
+KEYWORDS="~amd64 ~x86"
+IUSE="chm doc exif +gsf id3 nls pdf python taglib"
+
+DEPEND="app-text/gnome-doc-utils
+       dev-libs/glib:2
+        gnome-base/gnome-vfs
+        gnome-base/libgnome
+        gnome-base/libgnomeui
+        x11-libs/gtk+:2
+        chm? ( dev-libs/chmlib )
+        exif? ( media-gfx/exiv2)
+        gsf? ( gnome-extra/libgsf )
+        pdf? ( app-text/poppler )
+        python? ( =dev-lang/python-2* )
+        taglib? ( media-libs/taglib )"
+DEPEND="${ALL_DEPEND}
+        dev-util/intltool
+        virtual/pkgconfig"
+RDEPEND="${ALL_DEPEND}"
 
 DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
 
-
-
 pkg_setup() {
-        G2CONF=" ${G2CONF}
+        G2CONF="$(use_enable doc scrollkeeper )
+                $(use_enable python)
+                $(use_with chm libchm)
                 $(use_with exif exiv2)
-                $(use_with gsf  libgsf)
-                $(use_with id3  taglib)
-                $(use_enable python python)"
-                filter-ldflags -Wl,--as-needed
+                $(use_with gsf libgsf)
+                $(use_with taglib)
+                $(use_with pdf poppler)"
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]