diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-04-10 12:08:28 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-04-10 12:09:09 +1200 |
commit | 7be2138fad321858679eff8fffa92122e3fb82d0 (patch) | |
tree | 1bd6d5af49ded396e517c775aab3d7029460def6 /dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild | |
parent | 0f2155f40fe1ca7ba07767b49296447529de8abd (diff) | |
download | gentoo-7be2138fad321858679eff8fffa92122e3fb82d0.tar.gz gentoo-7be2138fad321858679eff8fffa92122e3fb82d0.tar.xz |
dev-perl/Convert-Binary-C: Remove old version
This removes the last version still affected by the dreaded
"unscaped left { " deprecation failure, which becomes fatal on
Perl 5.26
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild')
-rw-r--r-- | dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild deleted file mode 100644 index aca861fd737..00000000000 --- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MHX -MODULE_VERSION=0.76 -inherit perl-module - -DESCRIPTION="Binary Data Conversion using C Types" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -MAKEOPTS+=" -j1" -SRC_TEST="do" |