Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
Date: Thu, 20 Jan 2022 15:34:25
Message-Id: 1642692853.165a2bf2ac04d792dce43e41e5dd337c623abaa4.asturm@gentoo
1 commit: 165a2bf2ac04d792dce43e41e5dd337c623abaa4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 15:33:50 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 15:34:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165a2bf2
7
8 gnome-extra/gnome-commander: Drop 1.12.1 and 1.12.2
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 gnome-extra/gnome-commander/Manifest | 2 -
14 .../gnome-commander/gnome-commander-1.12.1.ebuild | 65 ---------------------
15 .../gnome-commander/gnome-commander-1.12.2.ebuild | 66 ----------------------
16 3 files changed, 133 deletions(-)
17
18 diff --git a/gnome-extra/gnome-commander/Manifest b/gnome-extra/gnome-commander/Manifest
19 index 9d0d16260a5a..8f858312959e 100644
20 --- a/gnome-extra/gnome-commander/Manifest
21 +++ b/gnome-extra/gnome-commander/Manifest
22 @@ -1,3 +1 @@
23 -DIST gnome-commander-1.12.1.tar.xz 7532412 BLAKE2B 92a4c71e716aca5354cd53ca10440ce11426f9baa11342c37a8dbd5d3fe2898ea9e7aa577d584d0e91e85a8213a5480dd045c6d0ffbd05155b05d74c2a0b52e7 SHA512 74756af9a720ab81904e3f7834ae008af67d635cc1d1b961420d02c029616465dfe06a18bc5b443d0a9725cfefe6e9f7cdba68faa62515f8ccb85a2246867010
24 -DIST gnome-commander-1.12.2.tar.xz 7529048 BLAKE2B 468279fcfd25111c673d7ce75124bb4b1773c74952759f749e6e526c0525ec801484a9be01f5819942302d634c7427b313e25fea85c3d792d66967d4edf92ca7 SHA512 0f56450a09fcf8a73cc31e91564b133fd5fd199ea75c9376a2c329e070554c2c3ae4916f899940f92ddea5fff29656c9485a207dd22a28f1cda12a46f4cab32c
25 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68 SHA512 1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
26
27 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
28 deleted file mode 100644
29 index ec2378c5fab5..000000000000
30 --- a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
31 +++ /dev/null
32 @@ -1,65 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -GNOME2_LA_PUNT="yes"
39 -
40 -inherit gnome2 optfeature toolchain-funcs
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="chm exif gsf pdf samba taglib test +unique"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - app-text/yelp-tools
53 - >=dev-libs/glib-2.62.0:2
54 - >=gnome-base/gnome-vfs-2.0.0
55 - >=x11-libs/gtk+-2.24.0:2
56 - chm? ( dev-libs/chmlib )
57 - exif? ( >=media-gfx/exiv2-0.14 )
58 - gsf? ( >=gnome-extra/libgsf-1.12.0 )
59 - pdf? ( >=app-text/poppler-0.18 )
60 - samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
61 - taglib? ( >=media-libs/taglib-1.4 )
62 - unique? ( >=dev-libs/libunique-0.9.3:1 )
63 -"
64 -BDEPEND="
65 - dev-util/gtk-doc-am
66 - sys-devel/gettext
67 - virtual/pkgconfig
68 -"
69 -DEPEND="
70 - ${RDEPEND}
71 - test? ( >=dev-cpp/gtest-1.7.0 )
72 -"
73 -
74 -pkg_pretend() {
75 - if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
76 - eerror "Compilation with gcc older than version 8 is not supported"
77 - die "GCC too old, please use gcc-8 or above"
78 - fi
79 -}
80 -
81 -src_configure() {
82 - gnome2_src_configure \
83 - --disable-static \
84 - $(use_with chm libchm) \
85 - $(use_with exif exiv2) \
86 - $(use_with gsf libgsf) \
87 - $(use_with pdf poppler) \
88 - $(use_with samba) \
89 - $(use_with taglib) \
90 - $(use_with unique)
91 -}
92 -
93 -pkg_postinst() {
94 - gnome2_pkg_postinst
95 - optfeature "synchronizing files and directories" dev-util/meld
96 - optfeature "viewing the documentation" gnome-extra/yelp
97 -}
98
99 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
100 deleted file mode 100644
101 index 477dffa8b809..000000000000
102 --- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
103 +++ /dev/null
104 @@ -1,66 +0,0 @@
105 -# Copyright 1999-2021 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=7
109 -
110 -GNOME2_LA_PUNT="yes"
111 -
112 -inherit gnome2 optfeature
113 -
114 -DESCRIPTION="A graphical, full featured, twin-panel file manager"
115 -HOMEPAGE="https://gcmd.github.io/"
116 -
117 -LICENSE="GPL-2"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE="chm exif gsf pdf samba taglib test +unique"
121 -RESTRICT="!test? ( test )"
122 -
123 -RDEPEND="
124 - app-text/yelp-tools
125 - dev-libs/atk
126 - dev-libs/glib:2
127 - gnome-base/gconf:2
128 - gnome-base/gnome-vfs
129 - media-libs/fontconfig
130 - media-libs/freetype
131 - media-libs/harfbuzz:=
132 - x11-libs/cairo
133 - x11-libs/gdk-pixbuf:2
134 - x11-libs/gtk+:2
135 - x11-libs/pango
136 - chm? ( dev-libs/chmlib )
137 - exif? ( >=media-gfx/exiv2-0.14 )
138 - gsf? ( gnome-extra/libgsf:= )
139 - pdf? ( >=app-text/poppler-0.18 )
140 - samba? ( gnome-base/gnome-vfs:=[samba] )
141 - taglib? ( >=media-libs/taglib-1.4 )
142 - unique? ( >=dev-libs/libunique-0.9.3:1 )
143 -"
144 -BDEPEND="
145 - dev-util/gtk-doc-am
146 - sys-devel/gettext
147 - virtual/pkgconfig
148 -"
149 -DEPEND="
150 - ${RDEPEND}
151 - test? ( >=dev-cpp/gtest-1.7.0 )
152 -"
153 -
154 -src_configure() {
155 - gnome2_src_configure \
156 - --disable-static \
157 - $(use_with chm libchm) \
158 - $(use_with exif exiv2) \
159 - $(use_with gsf libgsf) \
160 - $(use_with pdf poppler) \
161 - $(use_with samba) \
162 - $(use_with taglib) \
163 - $(use_with unique)
164 -}
165 -
166 -pkg_postinst() {
167 - gnome2_pkg_postinst
168 - optfeature "synchronizing files and directories" dev-util/meld
169 - optfeature "viewing the documentation" gnome-extra/yelp
170 -}