Gentoo Archives: gentoo-commits

From: "Joshua Ross (joslwah)" <joslwah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/File-Path-Expand: metadata.xml Manifest File-Path-Expand-1.02.ebuild ChangeLog
Date: Wed, 02 Jan 2008 10:12:47
Message-Id: E1JA0aX-0002xy-Qf@stork.gentoo.org
1 joslwah 08/01/02 10:12:41
2
3 Added: metadata.xml Manifest File-Path-Expand-1.02.ebuild
4 ChangeLog
5 Log:
6 Initial commit of perl module File-Path-Expand
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.1 dev-perl/File-Path-Expand/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>perl</herd>
21 <maintainer>
22 <email>perl@g.o</email>
23 <description>Primary Maintainer</description>
24 </maintainer>
25 <longdescription></longdescription>
26 </pkgmetadata>
27
28
29
30 1.1 dev-perl/File-Path-Expand/Manifest
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/Manifest?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/Manifest?rev=1.1&content-type=text/plain
34
35 Index: Manifest
36 ===================================================================
37 DIST File-Path-Expand-1.02.tar.gz 2001 RMD160 ca130ba5c8d2cd70ab595a3a4f55d24cc9a637b0 SHA1 ba3e3c9c7324cd9ad52bfc61938ea1b49d199b39 SHA256 7fb616a5d5904400a9e355ca540049a08605c60ce4f94297f2f8bd95dee9b495
38 EBUILD File-Path-Expand-1.02.ebuild 370 RMD160 5cf278162ec2676df020ed929ea7f526015bf704 SHA1 92e50426cd531451b6ba9fb2d0a1a7d083c67d85 SHA256 d289109555e3b5744107e6391b94b389e664f3d071074fb654713924cb50d105
39 MD5 1e6ff57522e6db3e4e9f0a580ffb1d8e File-Path-Expand-1.02.ebuild 370
40 RMD160 5cf278162ec2676df020ed929ea7f526015bf704 File-Path-Expand-1.02.ebuild 370
41 SHA256 d289109555e3b5744107e6391b94b389e664f3d071074fb654713924cb50d105 File-Path-Expand-1.02.ebuild 370
42 MISC ChangeLog 288 RMD160 1e908c108b4324419e6fb4cde9462a100465271b SHA1 f584cecdc36e63b0aec7555ee24f2dd4026ad936 SHA256 e8af49ba48be2fd827f6e754fc567732054e36ded397bd7bd021565d068d9e8e
43 MD5 442d99aeea405cb79a0705a89ee509c6 ChangeLog 288
44 RMD160 1e908c108b4324419e6fb4cde9462a100465271b ChangeLog 288
45 SHA256 e8af49ba48be2fd827f6e754fc567732054e36ded397bd7bd021565d068d9e8e ChangeLog 288
46 MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca
47 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
48 RMD160 647980838c590f54441a053916ea629e53e551c0 metadata.xml 305
49 SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca metadata.xml 305
50 MD5 3386d6ada21964ffc48fb30ce22ecfe6 files/digest-File-Path-Expand-1.02 259
51 RMD160 a0cdbe6ce33eece325f6a7d0181e5d9d72ea7157 files/digest-File-Path-Expand-1.02 259
52 SHA256 6271ef92c6d60ae3285a99bccaac0dca5aab27d0598eb6e2746e460b2a59b432 files/digest-File-Path-Expand-1.02 259
53
54
55
56 1.1 dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild?rev=1.1&content-type=text/plain
60
61 Index: File-Path-Expand-1.02.ebuild
62 ===================================================================
63 # Copyright 1999-2008 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v 1.1 2008/01/02 10:12:41 joslwah Exp $
66
67 inherit perl-module
68
69 DESCRIPTION="Expand filenames"
70 SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz"
71 HOMEPAGE="http://search.cpan.org/~rclamp/"
72
73 LICENSE="Artistic"
74 KEYWORDS="~amd64"
75 IUSE=""
76
77 SRC_TEST="do"
78 SLOT="0"
79
80 DEPEND="dev-lang/perl"
81
82
83
84
85 1.1 dev-perl/File-Path-Expand/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog?rev=1.1&content-type=text/plain
89
90 Index: ChangeLog
91 ===================================================================
92 # ChangeLog for dev-perl/File-Path-Expand
93 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
94 # $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.1 2008/01/02 10:12:41 joslwah Exp $
95
96 *File-Path-Expand-1.02 (02 Jan 2008)
97
98 02 Jan 2008; Joshua <joslwah@g.o> +metadata.xml,
99 +File-Path-Expand-1.02.ebuild:
100 Initial commit of new module.
101
102
103
104
105 --
106 gentoo-commits@g.o mailing list