Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/
Date: Fri, 30 Jun 2017 18:17:31
Message-Id: 1498846629.ae897b25efd6d5c130a93e2c05be402f3fc1ad5a.kentnl@gentoo
1 commit: ae897b25efd6d5c130a93e2c05be402f3fc1ad5a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 18:17:09 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 18:17:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae897b25
7
8 dev-perl/Gtk2-Notify: Cleanup old re bug #616950
9
10 Remove versions that weren't patched for '.' in @INC
11
12 Bug: https://bugs.gentoo.org/616950
13 Package-Manager: Portage-2.3.6, Repoman-2.3.2
14
15 dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild | 31 -------------------------
16 1 file changed, 31 deletions(-)
17
18 diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
19 deleted file mode 100644
20 index 65da1fc5471..00000000000
21 --- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
22 +++ /dev/null
23 @@ -1,31 +0,0 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=5
28 -
29 -MODULE_AUTHOR=FLORA
30 -
31 -inherit perl-module virtualx
32 -
33 -DESCRIPTION="A perl interface to the notification library"
34 -
35 -LICENSE="LGPL-2"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -IUSE="test"
39 -
40 -RDEPEND="dev-perl/glib-perl
41 - dev-perl/Gtk2
42 - >=x11-libs/libnotify-0.7"
43 -DEPEND="${RDEPEND}
44 - dev-perl/ExtUtils-Depends
45 - dev-perl/ExtUtils-PkgConfig
46 - test? ( dev-perl/Test-Exception )"
47 -
48 -SRC_TEST="do"
49 -
50 -PATCHES=( "${FILESDIR}"/${P}-libnotify.patch )
51 -
52 -src_test() {
53 - VIRTUALX_COMMAND="perl-module_src_test" virtualmake #416729
54 -}