summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-28 13:39:24 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-28 13:39:41 +0300
commit8ab10e234c408e60b820dfd97dd9d3199c4d37c2 (patch)
tree550f40e6addf8fe73acb1598a3a0a2ddce5723ec /dev-perl/Module-Build-XSUtil
parentx11-terms/terminology: drop old 1.1.0 (diff)
downloadgentoo-8ab10e234c408e60b820dfd97dd9d3199c4d37c2.tar.gz
gentoo-8ab10e234c408e60b820dfd97dd9d3199c4d37c2.tar.bz2
gentoo-8ab10e234c408e60b820dfd97dd9d3199c4d37c2.zip
dev-perl/Module-Build-XSUtil: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-perl/Module-Build-XSUtil')
-rw-r--r--dev-perl/Module-Build-XSUtil/Manifest1
-rw-r--r--dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
index 16b9cb3f6f81..e3c83ba84a2b 100644
--- a/dev-perl/Module-Build-XSUtil/Manifest
+++ b/dev-perl/Module-Build-XSUtil/Manifest
@@ -1,2 +1 @@
-DIST Module-Build-XSUtil-0.16.tar.gz 15137 BLAKE2B fdab484696054a05b86f8807c64b39a9b9c20c67b17cfa87b901d3238215b0537e34abe75fdd35b66098480e77f0c355ae428b16be6b8a00aeb019349877a1c6 SHA512 8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e
DIST Module-Build-XSUtil-0.18.tar.gz 15200 BLAKE2B 04885b37ba0e9dea8a57269ec8352e525d5149c6ccfc905a075b9901da902f37c5ca1fa77b192aa3026bbfd5ee096cbdfeb5cb12ca3a4a5bf871a0536311f8c1 SHA512 ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be
diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
deleted file mode 100644
index 552f524525af..000000000000
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=HIDEAKIO
-DIST_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="A Module::Build class for building XS modules"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~x86"
-IUSE="test examples"
-# File::Basename -> perl
-RDEPEND="
- dev-perl/Devel-CheckCompiler
- virtual/perl-Devel-PPPort
- virtual/perl-Exporter
- virtual/perl-ExtUtils-CBuilder
- virtual/perl-File-Path
- virtual/perl-XSLoader
- virtual/perl-parent
-"
-# File::Spec::Functions -> virtual/perl-File-Spec
-# Test::More -> perl-Test-Simple
-DEPEND="
- >=dev-perl/Module-Build-0.400.500
- ${RDEPEND}
- test? (
- dev-perl/Capture-Tiny
- dev-perl/Cwd-Guard
- dev-perl/File-Copy-Recursive
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- >=virtual/perl-Test-Simple-0.980.0
- )
-"
-src_install() {
- perl-module_src_install
- if use examples; then
- docompress -x usr/share/doc/${PF}/eg/
- insinto usr/share/doc/${PF}
- doins -r eg
- fi
-}