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:41
Message-Id: 1509144510.6928c434ec73e92caa4032dfaa708f5e39b31b94.monsieurp@gentoo
1 commit: 6928c434ec73e92caa4032dfaa708f5e39b31b94
2 Author: Uwe Scholz <uwescholz <AT> src <DOT> gnome <DOT> org>
3 AuthorDate: Sun Oct 8 16:48:23 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 22:48:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6928c434
7
8 gnome-extra/gnome-commander: clean up old.
9
10 Closes: https://github.com/gentoo/gentoo/pull/5889
11
12 gnome-extra/gnome-commander/Manifest | 1 -
13 .../gnome-commander/gnome-commander-1.4.8.ebuild | 63 ----------------------
14 2 files changed, 64 deletions(-)
15
16 diff --git a/gnome-extra/gnome-commander/Manifest b/gnome-extra/gnome-commander/Manifest
17 index f2afbee7c64..753bf5016aa 100644
18 --- a/gnome-extra/gnome-commander/Manifest
19 +++ b/gnome-extra/gnome-commander/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST gnome-commander-1.4.8.tar.xz 6374144 SHA256 7124e9c45d934b0fba95e6721715d07a251e1e2e054d614a3145ad587340de86 SHA512 1b4a6980bff62ce454d6e0952941bacb078c157d5b6a12ee917a849ada89d9d02bb90e92e01eaf6ee4c0487c35251a9591de9cf340c6c2c3f16a2dd853bb6798 WHIRLPOOL 48a01ba8c5f89025b73dc15826cd9bf87ad094a5775bc82861034b37d094b3725c5cc54032ad968d54ca6e9db014d2dd9de4217fa3bd8d5cad1028a4be8cdae0
22 DIST gnome-commander-1.6.1.tar.xz 6550308 SHA256 9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0 SHA512 717e8bb560c6c7e6505cfee1d9ab12f7b3d5c2f8131b9eaf8b15e13aa71dad85574b14ae6f3a42dae42d8a6a291d33cd71db5a4155184bec4f66e3db8b2daab0 WHIRLPOOL 7569ec3bf275754022a19830871bde6139363c1a3d2e1792cff678cee79674d7a6022ba8fa678f9e48a79bebcf36acfd08c75db4f9e3c457e668a2e68c88c1f0
23 DIST gnome-commander-1.6.3.tar.xz 6653164 SHA256 9ac8b0041b0b2648252d461776e2be65e87f2fc52b027815c8c93c9b448f7cb5 SHA512 92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3 WHIRLPOOL 6f907a807b0a72e09456216f734b5a10213498c1d06d9b08a0d783035fa83433d8c8959f8c4946ce9ddba0aa2435cc742a8cb038a2d1679ae2c72a1539137307
24
25 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
26 deleted file mode 100644
27 index c812765380d..00000000000
28 --- a/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
29 +++ /dev/null
30 @@ -1,63 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit eutils gnome2 python-single-r1
39 -
40 -DESCRIPTION="A graphical, full featured, twin-panel file manager"
41 -HOMEPAGE="http://gcmd.github.io/"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="chm doc exif gsf pdf python taglib"
47 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
48 -
49 -RDEPEND="app-text/gnome-doc-utils
50 - >=dev-libs/glib-2.6.0:2
51 - >=dev-libs/libunique-0.9.3:1
52 - gnome-base/gnome-keyring
53 - >=gnome-base/gnome-vfs-2.0.0
54 - >=gnome-base/libgnome-2.0.0
55 - >=gnome-base/libgnomeui-2.4.0
56 - >=x11-libs/gtk+-2.8.0:2
57 - chm? ( dev-libs/chmlib )
58 - doc? ( app-text/scrollkeeper )
59 - exif? ( >=media-gfx/exiv2-0.14 )
60 - gsf? ( >=gnome-extra/libgsf-1.12.0 )
61 - pdf? ( >=app-text/poppler-0.18 )
62 - python? (
63 - ${PYTHON_DEPS}
64 - >=dev-python/gnome-vfs-python-2.0.0
65 - )
66 - taglib? ( >=media-libs/taglib-1.4 )"
67 -DEPEND="${RDEPEND}
68 - >=dev-util/intltool-0.35.0
69 - sys-devel/gettext
70 - virtual/pkgconfig"
71 -
72 -DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
73 -
74 -pkg_setup() {
75 - use python && python-single-r1_pkg_setup
76 -}
77 -
78 -src_configure() {
79 - G2CONF="$(use_enable doc scrollkeeper)
80 - $(use_enable python)
81 - $(use_with chm libchm)
82 - $(use_with exif exiv2)
83 - $(use_with gsf libgsf)
84 - $(use_with taglib)
85 - $(use_with pdf poppler)"
86 - gnome2_src_configure
87 -}
88 -
89 -pkg_postinst() {
90 - gnome2_pkg_postinst
91 - has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories."
92 - has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
93 -}