diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-07-01 06:17:09 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-07-01 06:17:09 +1200 |
commit | ae897b25efd6d5c130a93e2c05be402f3fc1ad5a (patch) | |
tree | bf459ab32278c1c75bb5b5b84a61b3aa0eba6921 /dev-perl/Gtk2-Notify | |
parent | dev-perl/MIME-Charset: Cleanup old re bug #614536 (diff) | |
download | gentoo-ae897b25efd6d5c130a93e2c05be402f3fc1ad5a.tar.gz gentoo-ae897b25efd6d5c130a93e2c05be402f3fc1ad5a.tar.bz2 gentoo-ae897b25efd6d5c130a93e2c05be402f3fc1ad5a.zip |
dev-perl/Gtk2-Notify: Cleanup old re bug #616950
Remove versions that weren't patched for '.' in @INC
Bug: https://bugs.gentoo.org/616950
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Gtk2-Notify')
-rw-r--r-- | dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild deleted file mode 100644 index 65da1fc5471d..000000000000 --- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=FLORA - -inherit perl-module virtualx - -DESCRIPTION="A perl interface to the notification library" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-perl/glib-perl - dev-perl/Gtk2 - >=x11-libs/libnotify-0.7" -DEPEND="${RDEPEND} - dev-perl/ExtUtils-Depends - dev-perl/ExtUtils-PkgConfig - test? ( dev-perl/Test-Exception )" - -SRC_TEST="do" - -PATCHES=( "${FILESDIR}"/${P}-libnotify.patch ) - -src_test() { - VIRTUALX_COMMAND="perl-module_src_test" virtualmake #416729 -} |