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: Mon, 04 May 2020 09:40:37
Message-Id: 1588585171.b240665e84191bac38d79769664e197033390892.mgorny@gentoo
1 commit: b240665e84191bac38d79769664e197033390892
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 09:39:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 09:39:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b240665e
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.4.3.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 db8fb5356a2..1df49de228e 100644
18 --- a/xfce-extra/xfce4-clipman-plugin/Manifest
19 +++ b/xfce-extra/xfce4-clipman-plugin/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST xfce4-clipman-plugin-1.4.3.tar.bz2 492784 BLAKE2B f52dc92976e0b826b7aab2b8a3b9e099bb31e3d670911608d7a39c9805b011bb4c77db1fb01379e3244682a4bcefba617e246cc9ade50ecd275ea554d928385f SHA512 28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414
22 DIST xfce4-clipman-plugin-1.4.4.tar.bz2 460114 BLAKE2B c3a6d8a9a3f36367bddf3803b86dc4bd5bf2dff94d675695caf95010c563b96b69ce4015d83568e9500f8f5d579f41ef8c5ce94804ecd58baa04f7cc9aa54f16 SHA512 4cb798faab4efdc7a5013cffd06ce527efbda4ba5b96063734d261a864f22075a2d6dd1f79a33c8bdfb39ceea8f89af3daac023aaed8a5a386c70604e8a77965
23 DIST xfce4-clipman-plugin-1.6.1.tar.bz2 471364 BLAKE2B cd037db1920aabde5f661401b9adbb81041e72688b431407c19865c10f3c61e41bbc034ff218461b108965b1d294ebd603be500dec7741687ddc0cdeeec69a6c SHA512 2a2aa5d7b5d841b11c6d54d4872fc8cbfb83981b2d4678075ff5aa2a4df9ea88de95b837bf3896d7ce5f434827ebb64238e68cca2e17a7104433ed5847d949dd
24
25 diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
26 deleted file mode 100644
27 index 3bffeef7840..00000000000
28 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
29 +++ /dev/null
30 @@ -1,51 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome2-utils
37 -
38 -DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
39 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
40 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
45 -IUSE="qrcode"
46 -
47 -RDEPEND=">=dev-libs/glib-2.32:2=
48 - >=x11-libs/gtk+-3.14:3=
49 - x11-libs/libXtst:=
50 - >=xfce-base/libxfce4ui-4.12:=
51 - >=xfce-base/libxfce4util-4.12:=
52 - >=xfce-base/xfce4-panel-4.12:=
53 - >=xfce-base/xfconf-4.10:=
54 - qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
55 -DEPEND="${RDEPEND}
56 - dev-util/intltool
57 - sys-devel/gettext
58 - virtual/pkgconfig
59 - x11-base/xorg-proto"
60 -
61 -src_configure() {
62 - local myconf=(
63 - $(use_enable qrcode libqrencode)
64 - )
65 -
66 - econf "${myconf[@]}"
67 -}
68 -
69 -src_install() {
70 - default
71 -
72 - find "${D}" -name '*.la' -delete || die
73 -}
74 -
75 -pkg_postinst() {
76 - gnome2_icon_cache_update
77 -}
78 -
79 -pkg_postrm() {
80 - gnome2_icon_cache_update
81 -}