summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2019-07-25 18:11:19 +1200
committerKent Fredric <kentnl@gentoo.org>2019-07-25 18:47:45 +1200
commit8e5cff24fc635cd7ea9cf8f5bd1c19c4c6cf1d84 (patch)
tree76deea90bd13384871b36b48902582a1756eaeea /dev-perl
parentdev-perl/XML-Compile-SOAP: Cleanup old versions (diff)
downloadgentoo-8e5cff24fc635cd7ea9cf8f5bd1c19c4c6cf1d84.tar.gz
gentoo-8e5cff24fc635cd7ea9cf8f5bd1c19c4c6cf1d84.tar.bz2
gentoo-8e5cff24fc635cd7ea9cf8f5bd1c19c4c6cf1d84.zip
dev-perl/YAML-LibYAML: Cleanup old versions
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/YAML-LibYAML/Manifest2
-rw-r--r--dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild23
-rw-r--r--dev-perl/YAML-LibYAML/YAML-LibYAML-0.650.0.ebuild23
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-perl/YAML-LibYAML/Manifest b/dev-perl/YAML-LibYAML/Manifest
index 7685d8e450e3..2485e6806cc3 100644
--- a/dev-perl/YAML-LibYAML/Manifest
+++ b/dev-perl/YAML-LibYAML/Manifest
@@ -1,3 +1 @@
-DIST YAML-LibYAML-0.64.tar.gz 143095 BLAKE2B 9b99e0249629b7ab57a9b407bf0b86e3862a88ef4390d1e524ddd85913f9b82e01c2484740cbf5c1d671c423b598010eb39305ea7441e882940e19ae40f4b211 SHA512 c8d996a9bc86e644c85fa8662b91afb75e0e9bcfeaba88b0a661ef83c9d1dfbcd4464fdba8fcc16269dc3c561c3c5257818f7f15df78bf4331ec2f91a6245faf
-DIST YAML-LibYAML-0.65.tar.gz 143204 BLAKE2B 5e33f5d9bc1152443b2082c43e95eba34271330aaf279a4ec900185058dfc6fe2f97d0a685367733c1d5abddc3861b9014c02b1f00dad4757bd727e72f166086 SHA512 87998f9d8458476168c06e984696ac562e77f6cfc252c57a8159bb45353bacab7fa159c983275f08fcd54479d7a994feebc2568f51b564d685d99cc66ee87cf0
DIST YAML-LibYAML-0.69.tar.gz 147007 BLAKE2B 05904048fec7feb3120500e5f5d5faca9f4123a23e9f2080077ea1b36ad2f3ec64691e44a097628f6d5ff60726bb5926187d16414afa851ad32d1e3f477b82a8 SHA512 046cc6e8ef6434f6dd20de4b3046bfb7c86dd54b6620922fbd9d6eab204d0ee40667fc6d56079b5b314843ef759344e3d48728baca011d4a6b5a12ba5887704d
diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild
deleted file mode 100644
index 7036f6f4de7b..000000000000
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TINITA
-DIST_VERSION=0.64
-inherit perl-module
-
-DESCRIPTION="Perl YAML Serialization using XS and libyaml"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc s390 ~sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker"
-export OPTIMIZE="$CFLAGS"
-
-src_test() {
- perl_rm_files t/author-pod-syntax.t
- perl-module_src_test
-}
diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.650.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.650.0.ebuild
deleted file mode 100644
index 0665171842e2..000000000000
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.650.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TINITA
-DIST_VERSION=0.65
-inherit perl-module
-
-DESCRIPTION="Perl YAML Serialization using XS and libyaml"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker"
-export OPTIMIZE="$CFLAGS"
-
-src_test() {
- perl_rm_files t/author-pod-syntax.t
- perl-module_src_test
-}