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-notes-plugin/
Date: Thu, 02 May 2019 22:00:19
Message-Id: 1556834396.7dfe514fa9195ed794647466bba63745e515f568.mgorny@gentoo
1 commit: 7dfe514fa9195ed794647466bba63745e515f568
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 21:57:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 21:59:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfe514f
7
8 xfce-extra/xfce4-notes-plugin: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../xfce4-notes-plugin-1.8.1.ebuild | 29 ----------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild
16 deleted file mode 100644
17 index 1c1e32a10cc..00000000000
18 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit versionator xfconf
26 -
27 -DESCRIPTION="Xfce4 panel sticky notes plugin"
28 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
29 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/$(get_version_component_range 1-2)/${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=""
35 -
36 -RDEPEND=">=dev-libs/glib-2.24:2=
37 - >=x11-libs/gtk+-2.20:2=
38 - >=xfce-base/libxfce4ui-4.10:=
39 - >=xfce-base/libxfce4util-4.10:=
40 - >=xfce-base/xfce4-panel-4.10:=
41 - >=xfce-base/xfconf-4.10:=
42 - dev-libs/libunique:1="
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig
45 - dev-util/intltool"
46 -
47 -pkg_setup() {
48 - DOCS=( AUTHORS ChangeLog NEWS README )
49 -}