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-timer-plugin/
Date: Fri, 18 Sep 2020 09:45:57
Message-Id: 1600422346.3d608ef9c7e6b32e5594a7b63f0a4cc238ee61b6.mgorny@gentoo
1 commit: 3d608ef9c7e6b32e5594a7b63f0a4cc238ee61b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 18 09:44:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 18 09:45:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d608ef9
7
8 xfce-extra/xfce4-timer-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-timer-plugin/Manifest | 1 -
13 .../xfce4-timer-plugin-1.7.0.ebuild | 37 ----------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-timer-plugin/Manifest b/xfce-extra/xfce4-timer-plugin/Manifest
17 index 094dd907082..eea73753ee5 100644
18 --- a/xfce-extra/xfce4-timer-plugin/Manifest
19 +++ b/xfce-extra/xfce4-timer-plugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST xfce4-timer-plugin-1.7.0.tar.bz2 381222 BLAKE2B 3c273d818b7b04cf2ceeea3b72837ccf43ee0433ca458dbbb3aa68015ee28fb2e61ab3b5f36b341d087f00e9c4ca8e9be5453e735251bf9c9c1e910ce8c6d2f3 SHA512 b4d00396f5be37d009cdb50baea8804c4b06a6f0b821d66751fd07ca21e186c01bafeec5170209b5de69559803e0ac54d9b56266f193b65ac056cdd52bf5228e
22 DIST xfce4-timer-plugin-1.7.1.tar.bz2 405053 BLAKE2B 1efb88f9b4e7d1ace747950f97c1d0beaf7e9194bab639c4f8eb650378cd216f621fe30e7fbb874e73acffd1c3b30048754f07ed8fb64e96260fb831f3ff62be SHA512 4887dc2c524a8b749a20449dd491dc8f12f8babb26c64cecf33ae56b45d2446128cb65c25f11d534278ad39a2adf7ab718714e1bfa613fd39713e44642030c16
23
24 diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild
25 deleted file mode 100644
26 index c6749a31d1c..00000000000
27 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2019 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 simple timer plug-in for the Xfce desktop environment"
38 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-timer-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=""
45 -
46 -#libx11?
47 -RDEPEND=">=x11-libs/gtk+-3.20:3=
48 - >=xfce-base/libxfce4ui-4.12:=
49 - >=xfce-base/libxfce4util-4.12:=
50 - >=xfce-base/xfce4-panel-4.10:="
51 -DEPEND="${RDEPEND}
52 - dev-util/intltool
53 - virtual/pkgconfig"
54 -
55 -src_install() {
56 - default
57 - find "${D}" -name '*.la' -delete || die
58 -}
59 -
60 -pkg_postinst() {
61 - gnome2_icon_cache_update
62 -}
63 -
64 -pkg_postrm() {
65 - gnome2_icon_cache_update
66 -}