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-mailwatch-plugin/
Date: Mon, 08 Apr 2019 19:17:44
Message-Id: 1554751051.aee61db033937a5c5530f605af30a46136d28410.mgorny@gentoo
1 commit: aee61db033937a5c5530f605af30a46136d28410
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:56:15 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee61db0
7
8 xfce-extra/xfce4-mailwatch-plugin: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../xfce4-mailwatch-plugin-1.2.0.ebuild | 40 ----------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0.ebuild
16 deleted file mode 100644
17 index 02b257f2898..00000000000
18 --- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0.ebuild
19 +++ /dev/null
20 @@ -1,40 +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="An mail notification panel plug-in for the Xfce desktop environment"
28 -HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-mailwatch-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 ipv6 ssl"
35 -
36 -RDEPEND=">=dev-libs/glib-2:=
37 - >=x11-libs/gtk+-2.18:2=
38 - x11-libs/libX11:=
39 - >=xfce-base/exo-0.7.2
40 - >=xfce-base/libxfce4ui-4.10:=
41 - >=xfce-base/libxfce4util-4.10:=
42 - >=xfce-base/xfce4-panel-4.10
43 - ssl? (
44 - dev-libs/libgcrypt:0=
45 - >=net-libs/gnutls-2:=
46 - )"
47 -DEPEND="${RDEPEND}
48 - dev-util/intltool
49 - sys-devel/gettext
50 - virtual/pkgconfig"
51 -
52 -pkg_setup() {
53 - XFCONF=(
54 - $(use_enable ssl)
55 - $(use_enable ipv6)
56 - $(xfconf_use_debug)
57 - )
58 -
59 - DOCS=( AUTHORS ChangeLog NEWS README TODO )
60 -}