Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sort-Naturally: metadata.xml ChangeLog Sort-Naturally-1.02.ebuild
Date: Wed, 05 Aug 2009 10:22:33
Message-Id: E1MYddf-00029e-Ou@stork.gentoo.org
1 hwoarang 09/08/05 10:22:31
2
3 Added: metadata.xml ChangeLog Sort-Naturally-1.02.ebuild
4 Log:
5 Initial commit of Sort-Naturally perl module. Imported from perl overlay
6 (Portage version: 2.2_rc35/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-perl/Sort-Naturally/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sort-Naturally/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sort-Naturally/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>perl</herd>
20 <longdescription lang="en">
21 This module exports two functions, nsort and ncmp; they are used in
22 implementing my idea of a "natural sorting" algorithm. Under natural
23 sorting, numeric substrings are compared numerically, and other
24 word-characters are compared lexically.
25 </longdescription>
26 </pkgmetadata>
27
28
29
30
31 1.1 dev-perl/Sort-Naturally/ChangeLog
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sort-Naturally/ChangeLog?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sort-Naturally/ChangeLog?rev=1.1&content-type=text/plain
35
36 Index: ChangeLog
37 ===================================================================
38 # ChangeLog for dev-perl/Sort-Naturally
39 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Sort-Naturally/ChangeLog,v 1.1 2009/08/05 10:22:31 hwoarang Exp $
41
42 *Sort-Naturally-1.02 (05 Aug 2009)
43
44 05 Aug 2009; Markos Chandras <hwoarang@g.o>
45 +Sort-Naturally-1.02.ebuild, +metadata.xml:
46 Initial commit for Sort-Naturally perl module
47
48
49
50
51 1.1 dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild?rev=1.1&content-type=text/plain
55
56 Index: Sort-Naturally-1.02.ebuild
57 ===================================================================
58 # Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild,v 1.1 2009/08/05 10:22:31 hwoarang Exp $
61
62 EAPI=2
63
64 MODULE_AUTHOR=SBURKE
65 inherit perl-module
66
67 DESCRIPTION="sort lexically, but sort numeral parts numerically"
68
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 SRC_TEST=do