summaryrefslogtreecommitdiff
path: root/dev-perl/Sort-Naturally
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/Sort-Naturally
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Sort-Naturally')
-rw-r--r--dev-perl/Sort-Naturally/Manifest3
-rw-r--r--dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r1.ebuild16
-rw-r--r--dev-perl/Sort-Naturally/metadata.xml18
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Sort-Naturally/Manifest b/dev-perl/Sort-Naturally/Manifest
deleted file mode 100644
index 7e40adb9116f..000000000000
--- a/dev-perl/Sort-Naturally/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Sort-Naturally-1.03.tar.gz 11150 BLAKE2B 533cd9010e2ef2816cec81f379382bc4b0ae49bc021fc35f91550848c4cac8760e75836a8092710706fb98e1ddc368f19a98d858c9eab83e7a8f78da49234f29 SHA512 6d909026bf470f36a558dcb8bd809ca29db639dffd5a981c05dbf330b093e7f33cfed665510214bb58be4dfe9e2fe1d5f89142cdd770b3c59df267c6d664ba8b
-EBUILD Sort-Naturally-1.30.0-r1.ebuild 295 BLAKE2B 01b3283117d12b23e6810000d0e9f6a29b99716a5b748eeb3419daac26a5b01b483e4c11d6f89aa0cf39b3a7c31496fd6db7be2f5e8674e4788f31299f13db7e SHA512 6db90526858de04a2f8b877865ca97c675436cdfc7fdb29de554a0511632224297c10fa4adc5f2f25e5a53656275d3d75729cf2d909b12f1ff297a100d31964b
-MISC metadata.xml 708 BLAKE2B 8911e29191b9f316fb3473a51e33e1cc3a7456a10f1048614167cfb8f86dc2affea2dd34059e000369d98d6410003210d0b88f2c3a0e51cf898316d9b73f9def SHA512 f369721cddc222a6af44578ebc4518956859884378578c2efa82387b3aa337c8ce516c87f33c97081f28016412dc33bc8e555f7fb3a4a0baed794e4e4defcf78
diff --git a/dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r1.ebuild b/dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r1.ebuild
deleted file mode 100644
index e1a50e25ac28..000000000000
--- a/dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=1.03
-inherit perl-module
-
-DESCRIPTION="sort lexically, but sort numeral parts numerically"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-SRC_TEST=do
diff --git a/dev-perl/Sort-Naturally/metadata.xml b/dev-perl/Sort-Naturally/metadata.xml
deleted file mode 100644
index 8627f8640577..000000000000
--- a/dev-perl/Sort-Naturally/metadata.xml
+++ /dev/null
@@ -1,18 +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>
- <longdescription lang="en">
- This module exports two functions, nsort and ncmp; they are used in
- implementing my idea of a "natural sorting" algorithm. Under natural
- sorting, numeric substrings are compared numerically, and other
- word-characters are compared lexically.
- </longdescription>
- <upstream>
- <remote-id type="cpan">Sort-Naturally</remote-id>
- <remote-id type="cpan-module">Sort::Naturally</remote-id>
- </upstream>
-</pkgmetadata>