Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/URI-Fetch: metadata.xml Manifest URI-Fetch-0.08.ebuild ChangeLog
Date: Fri, 01 Aug 2008 14:54:28
Message-Id: E1KOw1R-0005jr-Ip@stork.gentoo.org
1 tove 08/08/01 14:54:25
2
3 Added: metadata.xml Manifest URI-Fetch-0.08.ebuild
4 ChangeLog
5 Log:
6 Initial commit
7 (Portage version: 2.2_rc5/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.1 dev-perl/URI-Fetch/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/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>tove@g.o</email>
23 <name>Torsten Veller</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 dev-perl/URI-Fetch/Manifest
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/Manifest?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/Manifest?rev=1.1&content-type=text/plain
33
34 Index: Manifest
35 ===================================================================
36 DIST URI-Fetch-0.08.tar.gz 25610 RMD160 b60dcb4c812fb28da72357426ca57d9e90675970 SHA1 86aa6d1d18353f211be3a2186aac65a5f10950e7 SHA256 e395289713e509a323fd1d44cfc58785a45e661a64ca3f9c7ff9a046105012a8
37 EBUILD URI-Fetch-0.08.ebuild 445 RMD160 0ac7a56b08c9cfa3c93cadaeef397691855d0288 SHA1 852f97e5eaeb96aac43287be772fa6b3fb86a422 SHA256 391853e416a057e483329b42840cd050bd06df02fa98f099f33de27d3199152a
38 MISC ChangeLog 257 RMD160 d4553967e866b6fc1f6f19c548fc59398100a272 SHA1 d8e7990bbca48511d374cf6a3fd6affd2b8e0e25 SHA256 95b47ce2c00f77eea9afde29fe56e3ab8d2c71802625b0b38e117c62177b93f9
39 MISC metadata.xml 250 RMD160 7fb4dd182ccc32d5e05c14ba7d99200c079fb890 SHA1 725a6bf8aefeadbba6bb858caf7816cc31510d83 SHA256 4837f76e33f38208a225c8d05a19a7df87ca449ecf4fcc52064ae3247618e7e3
40
41
42
43 1.1 dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild?rev=1.1&content-type=text/plain
47
48 Index: URI-Fetch-0.08.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild,v 1.1 2008/08/01 14:54:25 tove Exp $
53
54 MODULE_AUTHOR=BTROTT
55 inherit perl-module
56
57 DESCRIPTION="Smart URI fetching/caching"
58
59 LICENSE="|| ( Artistic GPL-2 )"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="dev-perl/libwww-perl
65 dev-perl/Class-ErrorHandler
66 virtual/perl-Storable
67 dev-perl/URI
68 dev-perl/Cache
69 dev-perl/Compress-Zlib"
70
71 PREFER_BUILDPL=no
72 SRC_TEST=no
73
74
75
76 1.1 dev-perl/URI-Fetch/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/ChangeLog?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/ChangeLog?rev=1.1&content-type=text/plain
80
81 Index: ChangeLog
82 ===================================================================
83 # ChangeLog for dev-perl/URI-Fetch
84 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v 1.1 2008/08/01 14:54:25 tove Exp $
86
87 *URI-Fetch-0.08 (01 Aug 2008)
88
89 01 Aug 2008; Torsten Veller <tove@g.o> +metadata.xml,
90 +URI-Fetch-0.08.ebuild:
91 Initial commit