Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
Date: Fri, 27 Oct 2017 22:48:40
Message-Id: 1509144512.680bf7fcbbde95deec30a85e37d156e0bdc04fc2.monsieurp@gentoo
1 commit: 680bf7fcbbde95deec30a85e37d156e0bdc04fc2
2 Author: Uwe Scholz <uwescholz <AT> src <DOT> gnome <DOT> org>
3 AuthorDate: Sun Oct 8 16:49:20 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 22:48:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680bf7fc
7
8 gnome-extra/gnome-commander: version bump to 1.6.4 and 1.8.0.
9
10 gnome-extra/gnome-commander/Manifest | 2 +
11 .../gnome-commander/gnome-commander-1.6.4.ebuild | 70 ++++++++++++++++++++++
12 .../gnome-commander/gnome-commander-1.8.0.ebuild | 69 +++++++++++++++++++++
13 3 files changed, 141 insertions(+)
14
15 diff --git a/gnome-extra/gnome-commander/Manifest b/gnome-extra/gnome-commander/Manifest
16 index 753bf5016aa..55522f1d952 100644
17 --- a/gnome-extra/gnome-commander/Manifest
18 +++ b/gnome-extra/gnome-commander/Manifest
19 @@ -1,2 +1,4 @@
20 DIST gnome-commander-1.6.1.tar.xz 6550308 SHA256 9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0 SHA512 717e8bb560c6c7e6505cfee1d9ab12f7b3d5c2f8131b9eaf8b15e13aa71dad85574b14ae6f3a42dae42d8a6a291d33cd71db5a4155184bec4f66e3db8b2daab0 WHIRLPOOL 7569ec3bf275754022a19830871bde6139363c1a3d2e1792cff678cee79674d7a6022ba8fa678f9e48a79bebcf36acfd08c75db4f9e3c457e668a2e68c88c1f0
21 DIST gnome-commander-1.6.3.tar.xz 6653164 SHA256 9ac8b0041b0b2648252d461776e2be65e87f2fc52b027815c8c93c9b448f7cb5 SHA512 92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3 WHIRLPOOL 6f907a807b0a72e09456216f734b5a10213498c1d06d9b08a0d783035fa83433d8c8959f8c4946ce9ddba0aa2435cc742a8cb038a2d1679ae2c72a1539137307
22 +DIST gnome-commander-1.6.4.tar.xz 6678752 SHA256 d1c5de5245a4852f8aa86e5283530674ec3fc3a5312bd89305c9934718b90b3d SHA512 00fcf86025b69a38e68b2c69977ffe54e8b00028176163ce746824a73faed55eeff2fe37eea2e191fd0e7fc1901e2ed701938c3fdfabe9e9b8bdaaec152df0e0 WHIRLPOOL b42e6d1ea2b7eb0d7d51c9f4c9686f62761c0aecea04e71a2580f3dbf3bdd3f292345b621570e8d0f59af3aef7833f4550d577c057be131fe99aa0c96be1700b
23 +DIST gnome-commander-1.8.0.tar.xz 7433656 SHA256 d0e73077fe22ae1e00d93f0112e0e019cf40b15419dfa82e51c9d5f30849946b SHA512 0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d WHIRLPOOL ae31ba7cd24c8cab4c3ec991005ac89ef3852f503d7312998ee4ee2e73e7afc5fc7f62cf4edae58e3a2ea6f9ca1f3882ffb287e87c24964a096dd1177266dc0f
24 \ No newline at end of file
25
26 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild
27 new file mode 100644
28 index 00000000000..b6b77a79acf
29 --- /dev/null
30 +++ b/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild
31 @@ -0,0 +1,70 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 )
38 +GNOME2_LA_PUNT="yes"
39 +
40 +inherit eutils gnome2 python-single-r1
41 +
42 +DESCRIPTION="A graphical, full featured, twin-panel file manager"
43 +HOMEPAGE="http://gcmd.github.io/"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE="chm exif gsf pdf python taglib samba test +unique"
49 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
50 +
51 +RDEPEND="
52 + app-text/gnome-doc-utils
53 + >=dev-libs/glib-2.44.0:2
54 + unique? ( >=dev-libs/libunique-0.9.3:1 )
55 + gnome-base/gnome-keyring
56 + >=gnome-base/gnome-vfs-2.0.0
57 + >=gnome-base/libgnome-2.0.0
58 + >=gnome-base/libgnomeui-2.4.0
59 + >=x11-libs/gtk+-2.8.0:2
60 + chm? ( dev-libs/chmlib )
61 + exif? ( >=media-gfx/exiv2-0.14 )
62 + gsf? ( >=gnome-extra/libgsf-1.12.0 )
63 + samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
64 + pdf? ( >=app-text/poppler-0.18 )
65 + python? (
66 + ${PYTHON_DEPS}
67 + >=dev-python/gnome-vfs-python-2.0.0
68 + )
69 + taglib? ( >=media-libs/taglib-1.4 )
70 +"
71 +DEPEND="
72 + ${RDEPEND}
73 + dev-util/gtk-doc-am
74 + >=dev-util/intltool-0.35.0
75 + sys-devel/gettext
76 + virtual/pkgconfig
77 + test? ( >=dev-cpp/gtest-1.7.0 )
78 +"
79 +
80 +pkg_setup() {
81 + use python && python-single-r1_pkg_setup
82 +}
83 +
84 +src_configure() {
85 + gnome2_src_configure \
86 + --disable-static \
87 + $(use_enable python) \
88 + $(use_with chm libchm) \
89 + $(use_with exif exiv2) \
90 + $(use_with gsf libgsf) \
91 + $(use_with pdf poppler) \
92 + $(use_with samba) \
93 + $(use_with taglib) \
94 + $(use_with unique)
95 +}
96 +
97 +pkg_postinst() {
98 + gnome2_pkg_postinst
99 + has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories."
100 + has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
101 +}
102
103 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
104 new file mode 100644
105 index 00000000000..f384e8bbb34
106 --- /dev/null
107 +++ b/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
108 @@ -0,0 +1,69 @@
109 +# Copyright 1999-2017 Gentoo Foundation
110 +# Distributed under the terms of the GNU General Public License v2
111 +
112 +EAPI=6
113 +
114 +PYTHON_COMPAT=( python{2_7,3_4} )
115 +GNOME2_LA_PUNT="yes"
116 +
117 +inherit eutils gnome2 python-single-r1
118 +
119 +DESCRIPTION="A graphical, full featured, twin-panel file manager"
120 +HOMEPAGE="http://gcmd.github.io/"
121 +
122 +LICENSE="GPL-2"
123 +SLOT="0"
124 +KEYWORDS="~amd64 ~x86"
125 +IUSE="chm exif gsf pdf python taglib samba test +unique"
126 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
127 +
128 +RDEPEND="
129 + app-text/yelp-tools
130 + >=dev-libs/glib-2.44.0:2
131 + unique? ( >=dev-libs/libunique-0.9.3:1 )
132 + gnome-base/gnome-keyring
133 + >=gnome-base/gnome-vfs-2.0.0
134 + >=gnome-base/libgnome-2.0.0
135 + >=gnome-base/libgnomeui-2.4.0
136 + >=x11-libs/gtk+-2.18.0:2
137 + chm? ( dev-libs/chmlib )
138 + exif? ( >=media-gfx/exiv2-0.14 )
139 + gsf? ( >=gnome-extra/libgsf-1.12.0 )
140 + samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
141 + pdf? ( >=app-text/poppler-0.18 )
142 + python? (
143 + ${PYTHON_DEPS}
144 + >=dev-python/gnome-vfs-python-2.0.0
145 + )
146 + taglib? ( >=media-libs/taglib-1.4 )
147 +"
148 +DEPEND="
149 + ${RDEPEND}
150 + dev-util/gtk-doc-am
151 + sys-devel/gettext
152 + virtual/pkgconfig
153 + test? ( >=dev-cpp/gtest-1.7.0 )
154 +"
155 +
156 +pkg_setup() {
157 + use python && python-single-r1_pkg_setup
158 +}
159 +
160 +src_configure() {
161 + gnome2_src_configure \
162 + --disable-static \
163 + $(use_enable python) \
164 + $(use_with chm libchm) \
165 + $(use_with exif exiv2) \
166 + $(use_with gsf libgsf) \
167 + $(use_with pdf poppler) \
168 + $(use_with samba) \
169 + $(use_with taglib) \
170 + $(use_with unique)
171 +}
172 +
173 +pkg_postinst() {
174 + gnome2_pkg_postinst
175 + has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories."
176 + has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
177 +}