Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
Date: Sat, 05 Feb 2022 21:36:27
Message-Id: 1644096966.474f180346df4435aa93316ad6e7fe8e8390f45a.mattst88@gentoo
1 commit: 474f180346df4435aa93316ad6e7fe8e8390f45a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 21:35:51 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 21:36:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474f1803
7
8 Revert "gnome-extra/gnome-commander: Version bump to 1.14.0"
9
10 This reverts commit c71c5a9e2dd183f06c779843b5f66e8dc67e69f6.
11
12 There's a pull request open.
13
14 Bug: https://bugs.gentoo.org/751001
15 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
16
17 gnome-extra/gnome-commander/Manifest | 1 -
18 .../gnome-commander/gnome-commander-1.14.0.ebuild | 54 ----------------------
19 2 files changed, 55 deletions(-)
20
21 diff --git a/gnome-extra/gnome-commander/Manifest b/gnome-extra/gnome-commander/Manifest
22 index 22d8781ef4d2..8f858312959e 100644
23 --- a/gnome-extra/gnome-commander/Manifest
24 +++ b/gnome-extra/gnome-commander/Manifest
25 @@ -1,2 +1 @@
26 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68 SHA512 1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
27 -DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2 SHA512 769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5
28
29 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
30 deleted file mode 100644
31 index f28df23d9ea4..000000000000
32 --- a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
33 +++ /dev/null
34 @@ -1,54 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit gnome2 optfeature
41 -
42 -DESCRIPTION="A graphical, full featured, twin-panel file manager"
43 -HOMEPAGE="https://gcmd.github.io/"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="exif gsf pdf samba taglib test +unique"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - >=dev-libs/glib-2.70.0:2
53 - >=x11-libs/gtk+-2.24.0:2
54 - unique? ( >=dev-libs/libunique-0.9.3:1 )
55 - exif? ( >=media-gfx/exiv2-0.14 )
56 - taglib? ( >=media-libs/taglib-1.4 )
57 - gsf? ( >=gnome-extra/libgsf-1.12:= )
58 - pdf? ( >=app-text/poppler-0.18 )
59 -"
60 -DEPEND="
61 - ${RDEPEND}
62 - test? ( >=dev-cpp/gtest-1.7.0 )
63 -"
64 -BDEPEND="
65 - app-text/yelp-tools
66 - >=sys-devel/flex-2.0.0
67 - dev-util/gtk-doc-am
68 - >=sys-devel/gettext-0.19.7
69 - virtual/pkgconfig
70 -"
71 -
72 -src_configure() {
73 - gnome2_src_configure \
74 - --disable-static \
75 - --without-libchm \
76 - $(use_with exif exiv2) \
77 - $(use_with gsf libgsf) \
78 - $(use_with pdf poppler) \
79 - $(use_with samba) \
80 - $(use_with taglib) \
81 - $(use_with unique)
82 -}
83 -
84 -pkg_postinst() {
85 - gnome2_pkg_postinst
86 - optfeature "synchronizing files and directories" dev-util/meld
87 - optfeature "viewing the documentation" gnome-extra/yelp
88 -}