diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-13 02:00:54 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-14 19:55:37 +1200 |
commit | 7028cf85c78941435ca6e283e1f39c3207bde096 (patch) | |
tree | 1158ffc915eb002146e80d30060f643032e122f9 /dev-perl/Devel-SmallProf | |
parent | dev-perl/Devel-Size: Remove old 0.810.0 (diff) | |
download | gentoo-7028cf85c78941435ca6e283e1f39c3207bde096.tar.gz gentoo-7028cf85c78941435ca6e283e1f39c3207bde096.tar.bz2 gentoo-7028cf85c78941435ca6e283e1f39c3207bde096.zip |
dev-perl/Devel-SmallProf: Remove old 2.20.0-r3
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Devel-SmallProf')
-rw-r--r-- | dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild b/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild deleted file mode 100644 index cbf53d204de6..000000000000 --- a/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=SALVA -DIST_VERSION=2.02 -inherit perl-module - -DESCRIPTION="Per-line Perl profiler" - -SLOT="0" -KEYWORDS="amd64 sparc ~x86" -IUSE="" - -PATCHES=( - "${FILESDIR}/${P}-defined.patch" - "${FILESDIR}/${P}-perl526.patch" -) -# note: dont use parallel here -# tests need each others exit state -DIST_TEST="do" |