Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-commander: gnome-commander-1.4.6.ebuild ChangeLog gnome-commander-1.4.1.ebuild
Date: Mon, 01 Jun 2015 06:59:46
Message-Id: 20150601065934.354DAA0A@oystercatcher.gentoo.org
1 idella4 15/06/01 06:59:34
2
3 Modified: ChangeLog
4 Added: gnome-commander-1.4.6.ebuild
5 Removed: gnome-commander-1.4.1.ebuild
6 Log:
7 bump; ebuild by maintainer from Bug #514472, rm old
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.7 gnome-extra/gnome-commander/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-commander/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-commander/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-commander/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 8 Apr 2015 17:56:31 -0000 1.6
25 +++ ChangeLog 1 Jun 2015 06:59:34 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-extra/gnome-commander
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/ChangeLog,v 1.6 2015/04/08 17:56:31 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-commander/ChangeLog,v 1.7 2015/06/01 06:59:34 idella4 Exp $
31 +
32 +*gnome-commander-1.4.6 (01 Jun 2015)
33 +
34 + 01 Jun 2015; Ian Delaney <idella4@g.o> +gnome-commander-1.4.6.ebuild,
35 + -gnome-commander-1.4.1.ebuild:
36 + bump; ebuild by maintainer from Bug #514472, rm old
37
38 08 Apr 2015; Michał Górny <mgorny@g.o> gnome-commander-1.4.1.ebuild,
39 gnome-commander-1.4.2.ebuild:
40
41
42
43 1.1 gnome-extra/gnome-commander/gnome-commander-1.4.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-commander/gnome-commander-1.4.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-commander-1.4.6.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python2_7 )
57
58 inherit eutils gnome2 python-single-r1
59
60 DESCRIPTION="A graphical, full featured, twin-panel file manager"
61 HOMEPAGE="http://gcmd.github.io/"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="chm doc exif gsf pdf python taglib"
67
68 RDEPEND="app-text/gnome-doc-utils
69 >=dev-libs/glib-2.6.0:2
70 >=dev-libs/libunique-0.9.3:1
71 gnome-base/gnome-keyring
72 >=gnome-base/gnome-vfs-2.0.0
73 >=gnome-base/libgnome-2.0.0
74 >=gnome-base/libgnomeui-2.4.0
75 >=x11-libs/gtk+-2.8.0:2
76 chm? ( dev-libs/chmlib )
77 doc? ( app-text/scrollkeeper )
78 exif? ( >=media-gfx/exiv2-0.14 )
79 gsf? ( >=gnome-extra/libgsf-1.12.0 )
80 pdf? ( >=app-text/poppler-0.18 )
81 python? ( >=dev-python/gnome-vfs-python-2.0.0 )
82 taglib? ( >=media-libs/taglib-1.4 )"
83 DEPEND="${RDEPEND}
84 >=dev-util/intltool-0.35.0
85 sys-devel/gettext
86 virtual/pkgconfig"
87
88 DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
89
90 src_configure() {
91 G2CONF="$(use_enable doc scrollkeeper)
92 $(use_enable python)
93 $(use_with chm libchm)
94 $(use_with exif exiv2)
95 $(use_with gsf libgsf)
96 $(use_with taglib)
97 $(use_with pdf poppler)"
98 gnome2_src_configure
99 }
100
101 pkg_postinst() {
102 gnome2_pkg_postinst
103 has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories."
104 has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
105 }