summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-13 01:42:58 +0100
committerSam James <sam@gentoo.org>2021-08-13 02:04:50 +0100
commitca6284627b70442245d152a84aa9a7a27e785622 (patch)
tree05582ecd4e78278e3de995d51f5d6c9885d00226 /dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild
parentdev-perl/Carp-Assert-More: drop 1.200.0, 1.240.0 (diff)
downloadgentoo-ca6284627b70442245d152a84aa9a7a27e785622.tar.gz
gentoo-ca6284627b70442245d152a84aa9a7a27e785622.tar.bz2
gentoo-ca6284627b70442245d152a84aa9a7a27e785622.zip
dev-perl/Convert-Binary-C: drop 0.780.0-r1, 0.790.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild')
-rw-r--r--dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild
deleted file mode 100644
index 97d3d633f2fe..000000000000
--- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MHX
-DIST_VERSION=0.79
-# NB: Examples are generated
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Binary Data Conversion using C Types"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# bison >= 1.31?
-BDEPEND="virtual/perl-ExtUtils-MakeMaker"
-
-PERL_RM_FILES=(
- tests/802_pod.t
- tests/803_pod_coverage.t
-)
-src_compile() {
- mymake=(
- "OPTIMIZE=${CFLAGS}"
- # Parallel CC breaks
- "-j1"
- )
- perl-module_src_compile
-}