Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/
Date: Tue, 06 Jul 2021 07:58:14
Message-Id: 1625558273.3b8606e5c80812214877eff5dafff69b490f1cbb.mgorny@gentoo
1 commit: 3b8606e5c80812214877eff5dafff69b490f1cbb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 07:14:23 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 07:57:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8606e5
7
8 xfce-extra/xfce4-clipman-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-clipman-plugin/Manifest | 1 -
13 .../xfce4-clipman-plugin-1.6.1.ebuild | 51 ----------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest b/xfce-extra/xfce4-clipman-plugin/Manifest
17 index f658655e306..9f79dd005ee 100644
18 --- a/xfce-extra/xfce4-clipman-plugin/Manifest
19 +++ b/xfce-extra/xfce4-clipman-plugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST xfce4-clipman-plugin-1.6.1.tar.bz2 471364 BLAKE2B cd037db1920aabde5f661401b9adbb81041e72688b431407c19865c10f3c61e41bbc034ff218461b108965b1d294ebd603be500dec7741687ddc0cdeeec69a6c SHA512 2a2aa5d7b5d841b11c6d54d4872fc8cbfb83981b2d4678075ff5aa2a4df9ea88de95b837bf3896d7ce5f434827ebb64238e68cca2e17a7104433ed5847d949dd
22 DIST xfce4-clipman-plugin-1.6.2.tar.bz2 465656 BLAKE2B bde94cda7ec97d0af9f238bb3cffb69a7f469a03d27608681042ad701175a1900abed1d79bdc38d45afe5ed48da2054a837358bd150f5075bc194a9547bbf56f SHA512 4bd49b3b6311d232d422d92007638b05409bc0c90fdc20a394590000ac8c706c0502b99a3c89a0276ca1c0e2cfb0a151c78a0a8b18a16bbf65cc5778bcb51db2
23
24 diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
25 deleted file mode 100644
26 index 7c4a540463b..00000000000
27 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit gnome2-utils
36 -
37 -DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
38 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
39 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
44 -IUSE="qrcode"
45 -
46 -RDEPEND=">=dev-libs/glib-2.32:2=
47 - >=x11-libs/gtk+-3.14:3=
48 - x11-libs/libXtst:=
49 - >=xfce-base/libxfce4ui-4.12:=
50 - >=xfce-base/libxfce4util-4.12:=
51 - >=xfce-base/xfce4-panel-4.12:=
52 - >=xfce-base/xfconf-4.10:=
53 - qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
54 -DEPEND="${RDEPEND}
55 - dev-util/intltool
56 - sys-devel/gettext
57 - virtual/pkgconfig
58 - x11-base/xorg-proto"
59 -
60 -src_configure() {
61 - local myconf=(
62 - $(use_enable qrcode libqrencode)
63 - )
64 -
65 - econf "${myconf[@]}"
66 -}
67 -
68 -src_install() {
69 - default
70 -
71 - find "${D}" -name '*.la' -delete || die
72 -}
73 -
74 -pkg_postinst() {
75 - gnome2_icon_cache_update
76 -}
77 -
78 -pkg_postrm() {
79 - gnome2_icon_cache_update
80 -}