diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-06-01 06:59:34 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-06-01 06:59:34 +0000 |
commit | cfcd1b28a69b409538f6ffa397b4e15822d8384e (patch) | |
tree | a416c8fa88358907233e90a9594585c1e288cce1 /gnome-extra/gnome-commander | |
parent | Drop mask for pkgconfig since the cycle was fixed (diff) | |
download | gentoo-2-cfcd1b28a69b409538f6ffa397b4e15822d8384e.tar.gz gentoo-2-cfcd1b28a69b409538f6ffa397b4e15822d8384e.tar.bz2 gentoo-2-cfcd1b28a69b409538f6ffa397b4e15822d8384e.zip |
bump; ebuild by maintainer from Bug #514472, rm old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'gnome-extra/gnome-commander')
-rw-r--r-- | gnome-extra/gnome-commander/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gnome-commander/gnome-commander-1.4.6.ebuild (renamed from gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild) | 14 |
2 files changed, 16 insertions, 6 deletions
diff --git a/gnome-extra/gnome-commander/ChangeLog b/gnome-extra/gnome-commander/ChangeLog index 97792049b5ab..18916cacc062 100644 --- a/gnome-extra/gnome-commander/ChangeLog +++ b/gnome-extra/gnome-commander/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gnome-commander # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/ChangeLog,v 1.6 2015/04/08 17:56:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/ChangeLog,v 1.7 2015/06/01 06:59:34 idella4 Exp $ + +*gnome-commander-1.4.6 (01 Jun 2015) + + 01 Jun 2015; Ian Delaney <idella4@gentoo.org> +gnome-commander-1.4.6.ebuild, + -gnome-commander-1.4.1.ebuild: + bump; ebuild by maintainer from Bug #514472, rm old 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gnome-commander-1.4.1.ebuild, gnome-commander-1.4.2.ebuild: diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.4.6.ebuild index eb0a2b1e746c..225923a6065e 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild,v 1.3 2015/04/08 17:56:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.6.ebuild,v 1.1 2015/06/01 06:59:34 idella4 Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils gnome2 python-single-r1 -DESCRIPTION="A full featured, twin-panel file manager for Gnome2" +DESCRIPTION="A graphical, full featured, twin-panel file manager" HOMEPAGE="http://gcmd.github.io/" LICENSE="GPL-2" @@ -19,15 +19,13 @@ IUSE="chm doc exif gsf pdf python taglib" RDEPEND="app-text/gnome-doc-utils >=dev-libs/glib-2.6.0:2 >=dev-libs/libunique-0.9.3:1 - dev-util/meld gnome-base/gnome-keyring >=gnome-base/gnome-vfs-2.0.0 >=gnome-base/libgnome-2.0.0 >=gnome-base/libgnomeui-2.4.0 >=x11-libs/gtk+-2.8.0:2 chm? ( dev-libs/chmlib ) - doc? ( app-text/scrollkeeper - gnome-extra/yelp ) + doc? ( app-text/scrollkeeper ) exif? ( >=media-gfx/exiv2-0.14 ) gsf? ( >=gnome-extra/libgsf-1.12.0 ) pdf? ( >=app-text/poppler-0.18 ) @@ -50,3 +48,9 @@ src_configure() { $(use_with pdf poppler)" gnome2_src_configure } + +pkg_postinst() { + gnome2_pkg_postinst + has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories." + has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs." +} |