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-time-out-plugin/
Date: Thu, 02 May 2019 21:56:51
Message-Id: 1556834198.dab1c99f937433fcd453f47092787891d577a0ba.mgorny@gentoo
1 commit: dab1c99f937433fcd453f47092787891d577a0ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 21:55:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 21:56:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab1c99f
7
8 xfce-extra/xfce4-time-out-plugin: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../xfce4-time-out-plugin-1.0.2.ebuild | 31 ----------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.2.ebuild b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.2.ebuild
16 deleted file mode 100644
17 index 17405c72e0a..00000000000
18 --- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.2.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit xfconf
26 -
27 -DESCRIPTION="A panel plug-in to take periodical breaks from the computer"
28 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin"
29 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
34 -IUSE="debug"
35 -
36 -RDEPEND="x11-libs/gtk+:2=
37 - x11-libs/libX11:=
38 - >=xfce-base/libxfce4ui-4.8:=
39 - >=xfce-base/libxfce4util-4.8:=
40 - >=xfce-base/xfce4-panel-4.8:="
41 -DEPEND="${RDEPEND}
42 - dev-util/intltool
43 - virtual/pkgconfig"
44 -
45 -pkg_setup() {
46 - XFCONF=(
47 - $(xfconf_use_debug)
48 - )
49 -
50 - DOCS=( AUTHORS ChangeLog NEWS README THANKS )
51 -}