diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-08-17 15:45:23 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-08-17 16:29:12 +1200 |
commit | da5a15bd87d6f4c28a071563eccb9ea85b60fa76 (patch) | |
tree | 1d4ca36148ebd2c5fa70dfbd2d7a0b0b47f49111 /dev-perl/Gtk2-Ex-Simple-List | |
parent | dev-perl/Gtk2-Ex-PrintDialog: Cleanup old version 0.30.0-r1 (diff) | |
download | gentoo-da5a15bd87d6f4c28a071563eccb9ea85b60fa76.tar.gz gentoo-da5a15bd87d6f4c28a071563eccb9ea85b60fa76.tar.bz2 gentoo-da5a15bd87d6f4c28a071563eccb9ea85b60fa76.zip |
dev-perl/Gtk2-Ex-Simple-List: Cleanup old version 0.500.0-r1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Gtk2-Ex-Simple-List')
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild deleted file mode 100644 index 0728edd28efe..000000000000 --- a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=RMCFARLA -MODULE_VERSION=0.50 -MODULE_SECTION=Gtk2-Perl-Ex -inherit perl-module - -DESCRIPTION="A simple interface to Gtk2's complex MVC list widget" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1+ -SLOT="0" -KEYWORDS="amd64 ia64 sparc x86" -IUSE="" - -RDEPEND=" - >=dev-perl/Gtk2-1.60.0 - >=dev-perl/glib-perl-1.62.0 -" -DEPEND="${RDEPEND}" - -# needs X -SRC_TEST="no" |