diff options
author | 2018-06-09 13:03:31 +1200 | |
---|---|---|
committer | 2018-06-09 13:24:30 +1200 | |
commit | 0ec9b651a1ba591840da1fdde6168771b7f86aa4 (patch) | |
tree | 144196d84685296d99e469e70dd69d8c398936e5 /dev-perl/Gtk2-SourceView2 | |
parent | dev-perl/Gtk2-AppIndicator: Cleanup old version 0.150.0 (diff) | |
download | gentoo-0ec9b651a1ba591840da1fdde6168771b7f86aa4.tar.gz gentoo-0ec9b651a1ba591840da1fdde6168771b7f86aa4.tar.bz2 gentoo-0ec9b651a1ba591840da1fdde6168771b7f86aa4.zip |
dev-perl/Gtk2-SourceView2: Cleanup old version 0.100.0
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Gtk2-SourceView2')
-rw-r--r-- | dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild deleted file mode 100644 index e01586108d15..000000000000 --- a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=POTYL -DIST_VERSION=0.10 -DIST_A_EXT=tar.gz -inherit perl-module - -DESCRIPTION="Perl binding for the C library gtksourceview" - -SLOT="0" -LICENSE="|| ( GPL-2+ Artistic-2 )" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-perl/Gtk2 - >=dev-perl/glib-perl-1.160.0 -" -DEPEND="${RDEPEND} - dev-perl/ExtUtils-Depends - dev-perl/ExtUtils-PkgConfig - virtual/perl-ExtUtils-MakeMaker - x11-libs/gtksourceview:2.0 -" |