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-places-plugin/
Date: Thu, 02 May 2019 21:56:51
Message-Id: 1556834197.111442147fe34d213692ae999dba94ce82860571.mgorny@gentoo
1 commit: 111442147fe34d213692ae999dba94ce82860571
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 21:54:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 21:56:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11144214
7
8 xfce-extra/xfce4-places-plugin: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../xfce4-places-plugin-1.7.0.ebuild | 37 ----------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0.ebuild
16 deleted file mode 100644
17 index ce99f6b8d7f..00000000000
18 --- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0.ebuild
19 +++ /dev/null
20 @@ -1,37 +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 provide quick access to files, folders and removable media"
28 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-places-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 libnotify"
35 -
36 -RDEPEND=">=dev-libs/glib-2.28:=
37 - >=x11-libs/gtk+-2.20:2=
38 - x11-libs/libX11:=
39 - >=xfce-base/exo-0.6:=
40 - >=xfce-base/libxfce4ui-4.8:=
41 - >=xfce-base/libxfce4util-4.8:=
42 - >=xfce-base/xfce4-panel-4.8:=
43 - >=xfce-base/xfconf-4.8:=
44 - libnotify? ( >=x11-libs/libnotify-0.7:= )"
45 -DEPEND="${RDEPEND}
46 - dev-util/intltool
47 - sys-devel/gettext
48 - virtual/pkgconfig"
49 -
50 -pkg_setup() {
51 - XFCONF=(
52 - $(use_enable libnotify notifications)
53 - $(xfconf_use_debug)
54 - )
55 -
56 - DOCS=( AUTHORS ChangeLog NEWS README TODO )
57 -}