summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Glob
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Text-Glob
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Text-Glob')
-rw-r--r--dev-perl/Text-Glob/Manifest5
-rw-r--r--dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild20
-rw-r--r--dev-perl/Text-Glob/Text-Glob-0.90.0-r1.ebuild20
-rw-r--r--dev-perl/Text-Glob/metadata.xml12
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-perl/Text-Glob/Manifest b/dev-perl/Text-Glob/Manifest
deleted file mode 100644
index 31704f5c03f2..000000000000
--- a/dev-perl/Text-Glob/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST Text-Glob-0.09.tar.gz 4171 BLAKE2B 770e5f54fa7ce8ecbdf884e6823b2928b1826602657905be998dac9642e372dc809673a2fc5e4ab16ca08c9908f17ffca42fd44c71ec11de12ac157984986e44 SHA512 9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47
-DIST Text-Glob-0.11.tar.gz 4862 BLAKE2B d57c2f2cde24b8fedfe0e0bc17c4008c1107b07bb91fa62d95428100c80bc8dfebdcae2e16dd0768a88130d43a0461b6c5227bcd00607afcdb09606cdbb8db61 SHA512 20322fee3f56ee7e65f0f8e5371d9dbbe89895d8b9c9207486e7934e29bd883fb557c9765e406f85f56b67019293d82a0318ded83a9387b164cb5e8f58bef0cb
-EBUILD Text-Glob-0.110.0.ebuild 540 BLAKE2B 7991ffa90823aef579dc8a32bc0b8be0fd00c9349710e18e977f1e77549e9d27dbda6cc5859e009443fefd4a1e76e96b8efb7af314eef09d93907bcd02366d7c SHA512 6979aad39b6f2ea8bb3815597e60a8424e9720b16f36f1d75a97c773b57c3eced847c38830d63d615b3f7564aaff74b2b3072b32f8541f1495342f53cf7cd61c
-EBUILD Text-Glob-0.90.0-r1.ebuild 479 BLAKE2B 6c1cc9cc26a53da0f443e839ca313f7e59f0149d0e14f0eca5f7898dbe51f0fee6ad5b9ec715780b64eec65155b638d9dfff3ab63584331319e5a84da34d9b68 SHA512 d7a330d0b7bd0309ad523161455d957ac417b1cde773566eced6ab284e9435ac2cca883062fc761356af1b4db0979e88ffdf1522bb446f497a9f70477d7df013
-MISC metadata.xml 390 BLAKE2B b3fbf72067dc1b95f45b0914371b1621f1e98499d61a801e21aa44dd1c48d6dab24295eee67dd20fc1efc0bf6cb89e7f29703fb6a97d6cab110fd1f3529f4c9b SHA512 f1cc139c1d538130ec018cbde30e42d5503f82d0c4c2fd47d52aeeab72dc505078ebcf5d7613f39ad5aa7dea3cc5274c02952454e89bd4a38cd161667ded59aa
diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
deleted file mode 100644
index c2fba9db73ec..000000000000
--- a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RCLAMP
-DIST_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Match globbing patterns against text"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
-IUSE="test"
-
-RDEPEND="virtual/perl-Exporter"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
diff --git a/dev-perl/Text-Glob/Text-Glob-0.90.0-r1.ebuild b/dev-perl/Text-Glob/Text-Glob-0.90.0-r1.ebuild
deleted file mode 100644
index d70da2dd7385..000000000000
--- a/dev-perl/Text-Glob/Text-Glob-0.90.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RCLAMP
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Match globbing patterns against text"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.28"
-
-SRC_TEST="do"
diff --git a/dev-perl/Text-Glob/metadata.xml b/dev-perl/Text-Glob/metadata.xml
deleted file mode 100644
index 73d46fff2525..000000000000
--- a/dev-perl/Text-Glob/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Text-Glob</remote-id>
- <remote-id type="cpan-module">Text::Glob</remote-id>
- </upstream>
-</pkgmetadata>