Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
Date: Fri, 04 Nov 2016 09:17:33
Message-Id: 1478251043.7f436be7e89e0ccc7b281b0122862c4223e084c0.pacho@gentoo
1 commit: 7f436be7e89e0ccc7b281b0122862c4223e084c0
2 Author: Uwe Scholz <uwescholz <AT> src <DOT> gnome <DOT> org>
3 AuthorDate: Wed Oct 19 21:30:13 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 09:17:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f436be7
7
8 gnome-extra/gnome-commander: Version bump to 1.6.1 and update to EAPI=6
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 gnome-extra/gnome-commander/Manifest | 1 +
13 .../gnome-commander/gnome-commander-1.6.1.ebuild | 62 ++++++++++++++++++++++
14 gnome-extra/gnome-commander/metadata.xml | 1 +
15 3 files changed, 64 insertions(+)
16
17 diff --git a/gnome-extra/gnome-commander/Manifest b/gnome-extra/gnome-commander/Manifest
18 index 0da6abb..42e35b1 100644
19 --- a/gnome-extra/gnome-commander/Manifest
20 +++ b/gnome-extra/gnome-commander/Manifest
21 @@ -2,3 +2,4 @@ DIST gnome-commander-1.4.2.tar.xz 6285452 SHA256 8f47ac8428086406536c45b53cbf23b
22 DIST gnome-commander-1.4.6.tar.xz 6350560 SHA256 55f3dd2ee4295c4b88a5c7810bbbd1db126213871b263dd5a44c0d48e8ef3a01 SHA512 e678234ffa12c4c44213c2a512a993008656e9a918f66d2731ab6f462f4c0345b6b71db72cae90b01309e5f422561cc6a09f631c90d906f49dc39b4f8c8f8ad2 WHIRLPOOL 5d2373a668ca2575726dce2d60134927b970e61e9da6b6c71b07f44dee623d73332eea69ebf95340fed3d324595257f544190db78da9b6d6716ece3ac9cb180e
23 DIST gnome-commander-1.4.7.tar.xz 6368468 SHA256 54ac33b7df1268a8b1acf18d0b9dda35fa7438e15e2ace0f062e42525528a517 SHA512 3d7a5b00ffa5dd4666322312165670c8a04c6819234d3b3e5e44df2f3fb300ccac1ee8c4fb3961e963786eef543d8a77fcad3454b043dd5943f54d36dadf4403 WHIRLPOOL c6d73d58927bb9f6e224dff107b54047b95609060408b36992b4890318ebcb45a042f5117a3ed121d7fc5b563bbf402237e0a6bf94f684825d7ff0598a4eab23
24 DIST gnome-commander-1.4.8.tar.xz 6374144 SHA256 7124e9c45d934b0fba95e6721715d07a251e1e2e054d614a3145ad587340de86 SHA512 1b4a6980bff62ce454d6e0952941bacb078c157d5b6a12ee917a849ada89d9d02bb90e92e01eaf6ee4c0487c35251a9591de9cf340c6c2c3f16a2dd853bb6798 WHIRLPOOL 48a01ba8c5f89025b73dc15826cd9bf87ad094a5775bc82861034b37d094b3725c5cc54032ad968d54ca6e9db014d2dd9de4217fa3bd8d5cad1028a4be8cdae0
25 +DIST gnome-commander-1.6.1.tar.xz 6550308 SHA256 9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0 SHA512 717e8bb560c6c7e6505cfee1d9ab12f7b3d5c2f8131b9eaf8b15e13aa71dad85574b14ae6f3a42dae42d8a6a291d33cd71db5a4155184bec4f66e3db8b2daab0 WHIRLPOOL 7569ec3bf275754022a19830871bde6139363c1a3d2e1792cff678cee79674d7a6022ba8fa678f9e48a79bebcf36acfd08c75db4f9e3c457e668a2e68c88c1f0
26
27 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
28 new file mode 100644
29 index 00000000..ebac326
30 --- /dev/null
31 +++ b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
32 @@ -0,0 +1,62 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +
39 +PYTHON_COMPAT=( python2_7 )
40 +GNOME2_LA_PUNT="yes"
41 +
42 +inherit eutils gnome2 python-single-r1
43 +
44 +DESCRIPTION="A graphical, full featured, twin-panel file manager"
45 +HOMEPAGE="http://gcmd.github.io/"
46 +
47 +LICENSE="GPL-2"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE="chm exif gsf pdf python taglib samba test"
51 +
52 +RDEPEND="
53 + app-text/gnome-doc-utils
54 + >=dev-libs/glib-2.44.0:2
55 + >=dev-libs/libunique-0.9.3:1
56 + gnome-base/gnome-keyring
57 + >=gnome-base/gnome-vfs-2.0.0
58 + >=gnome-base/libgnome-2.0.0
59 + >=gnome-base/libgnomeui-2.4.0
60 + >=x11-libs/gtk+-2.8.0:2
61 + chm? ( dev-libs/chmlib )
62 + exif? ( >=media-gfx/exiv2-0.14 )
63 + gsf? ( >=gnome-extra/libgsf-1.12.0 )
64 + samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
65 + pdf? ( >=app-text/poppler-0.18 )
66 + python? ( >=dev-python/gnome-vfs-python-2.0.0 )
67 + taglib? ( >=media-libs/taglib-1.4 )
68 +"
69 +DEPEND="
70 + ${RDEPEND}
71 + dev-util/gtk-doc-am
72 + >=dev-util/intltool-0.35.0
73 + sys-devel/gettext
74 + virtual/pkgconfig
75 + test? ( >=dev-util/cppunit-1.13.2 )
76 +"
77 +
78 +src_configure() {
79 + gnome2_src_configure \
80 + --disable-static \
81 + $(use_enable python) \
82 + $(use_with chm libchm) \
83 + $(use_with exif exiv2) \
84 + $(use_with gsf libgsf) \
85 + $(use_with samba) \
86 + $(use_with taglib) \
87 + $(use_with pdf poppler)
88 +}
89 +
90 +pkg_postinst() {
91 + gnome2_pkg_postinst
92 + has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories."
93 + has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
94 +}
95
96 diff --git a/gnome-extra/gnome-commander/metadata.xml b/gnome-extra/gnome-commander/metadata.xml
97 index 7ad4449..81e6e19 100644
98 --- a/gnome-extra/gnome-commander/metadata.xml
99 +++ b/gnome-extra/gnome-commander/metadata.xml
100 @@ -24,6 +24,7 @@
101 <flag name="gsf">Add metadata support for OLE, OLE2 and ODF</flag>
102 <flag name="pdf">Add metadata support for PDF</flag>
103 <flag name="python">Add support for python plugins</flag>
104 + <flag name="samba">Add support for SAMBA (Windows File and Printer sharing)</flag>
105 <flag name="taglib">Add metadata support for ID3, Vorbis, FLAC and APE</flag>
106 </use>
107 </pkgmetadata>