summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2010-08-08 16:06:26 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2010-08-08 16:06:26 +0000
commitbc4a98936f60fc2284f831bf459e828dae5e3f3f (patch)
tree09ee11b3096d086373148171abec7c06a3a9bfde /dev-python/urlgrabber
parentia64/s390/sh/sparc stable wrt #322297 (diff)
downloadhistorical-bc4a98936f60fc2284f831bf459e828dae5e3f3f.tar.gz
historical-bc4a98936f60fc2284f831bf459e828dae5e3f3f.tar.bz2
historical-bc4a98936f60fc2284f831bf459e828dae5e3f3f.zip
Removed deathwing00 from metadata as he took an extended away.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-python/urlgrabber')
-rw-r--r--dev-python/urlgrabber/ChangeLog6
-rw-r--r--dev-python/urlgrabber/Manifest4
-rw-r--r--dev-python/urlgrabber/metadata.xml54
3 files changed, 32 insertions, 32 deletions
diff --git a/dev-python/urlgrabber/ChangeLog b/dev-python/urlgrabber/ChangeLog
index 5dd08e8267c9..b10114657f06 100644
--- a/dev-python/urlgrabber/ChangeLog
+++ b/dev-python/urlgrabber/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/urlgrabber
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.23 2010/03/19 13:38:40 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.24 2010/08/08 16:06:26 jmbsvicetto Exp $
+
+ 08 Aug 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ metadata.xml:
+ Removed deathwing00 from metadata as he took an extended away.
*urlgrabber-3.9.1 (19 Mar 2010)
diff --git a/dev-python/urlgrabber/Manifest b/dev-python/urlgrabber/Manifest
index 4d8b6ac99346..2213b879dafa 100644
--- a/dev-python/urlgrabber/Manifest
+++ b/dev-python/urlgrabber/Manifest
@@ -4,5 +4,5 @@ DIST urlgrabber-3.9.1.tar.gz 72343 RMD160 377196ddb01f6cd4903e063e8e9cba40a0f80f
EBUILD urlgrabber-2.9.6.ebuild 501 RMD160 89941018596968e44b3a900a78cf43908d965f3e SHA1 0b65bf44947010af857deef2408066e8c0bf64bb SHA256 b7cd7bc0f66fdd9825d7486a269006a9519e720fc3f851fe5a43e493a7e641e7
EBUILD urlgrabber-3.1.0.ebuild 505 RMD160 6fdd1b64c3566f7ea9c704d26e60e517e83aba54 SHA1 649b605db70a6adbd975ba95048546cfbb2bee5b SHA256 529229e4f43b0edba6ca2024cb139ef004a65dc5550f1b07006d740351a1be03
EBUILD urlgrabber-3.9.1.ebuild 541 RMD160 1aa5f48f50efc582db2f1f78ae64520f2deef025 SHA1 90808a5594c219969095be56beb3b6d52a5771f6 SHA256 9266d9c5fe711a0094370a5421f0dd236abe7a95df07442b0b8d14edcc95f013
-MISC ChangeLog 2836 RMD160 c67f5b21d4f5a6a7383bfff480f73cb3e2d8949d SHA1 ed708e620533f0ccffa2341c535d3cf3e178113e SHA256 173a40c80b51fb8043f63b818dd90b0a7ba278f152835add1da730394c274996
-MISC metadata.xml 1414 RMD160 a4b09f5ccdf60abac8576fab0eb04c8f3fcf0235 SHA1 8a859ec535ae8004a137673683d02ac301cb3827 SHA256 76cda5051a712802159fc3a11fe0aec03151dd5dc62bade0e0e187f8b03f3276
+MISC ChangeLog 2985 RMD160 099b1278bdbdeb5d9f451749db71451240890c00 SHA1 65380ff6f35b0cd8b876a5a1a247b7ecc71115f7 SHA256 e7b3bf70967bed05c2a95343237e6d6d0560f361efdc847e2caf2182508ed4ad
+MISC metadata.xml 1400 RMD160 6bed3463a85241b65f5384e6784477e63e924ee9 SHA1 f4d93729f1f20e8b93919047cf6f5c369e2b0ea3 SHA256 b66c06a0e5f9f2dc73e7c18d683d4bd13abbd8f5c44f1f60614fedc9f094e4c7
diff --git a/dev-python/urlgrabber/metadata.xml b/dev-python/urlgrabber/metadata.xml
index 4c3389ba3f09..10b42d6d5af9 100644
--- a/dev-python/urlgrabber/metadata.xml
+++ b/dev-python/urlgrabber/metadata.xml
@@ -1,37 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>python</herd>
-<maintainer>
-<email>deathwing00@gentoo.org</email>
-<name>Ioannis Aslanidis</name>
-</maintainer>
-<longdescription>
-A high-level cross-protocol url-grabber.
-
-Using urlgrabber, data can be fetched in three basic ways:
+ <herd>python</herd>
+ <longdescription>
+ A high-level cross-protocol url-grabber.
-urlgrab(url) copy the file to the local filesystem
-urlopen(url) open the remote file and return a file object (like urllib2.urlopen)
-urlread(url) return the contents of the file as a string
+ Using urlgrabber, data can be fetched in three basic ways:
+ urlgrab(url) copy the file to the local filesystem
+ urlopen(url) open the remote file and return a file object (like urllib2.urlopen)
+ urlread(url) return the contents of the file as a string
-When using these functions (or methods), urlgrabber supports the following
-features:
-* identical behavior for http://, ftp://, and file:// urls
-* http keepalive - faster downloads of many files by using only a single
- connection
-* byte ranges - fetch only a portion of the file
-* reget - for a urlgrab, resume a partial download
-* progress meters - the ability to report download progress automatically,
- even when using urlopen!
-* throttling - restrict bandwidth usage
-* retries - automatically retry a download if it fails. The number of retries
- and failure types are configurable.
-* authenticated server access for http and ftp
-* proxy support - support for authenticated http and ftp proxies
-* mirror groups - treat a list of mirrors as a single source, automatically
- switching mirrors if there is a failure.
-</longdescription>
+ When using these functions (or methods), urlgrabber supports the following
+ features:
+
+ * identical behavior for http://, ftp://, and file:// urls
+ * http keepalive - faster downloads of many files by using only a single
+ connection
+ * byte ranges - fetch only a portion of the file
+ * reget - for a urlgrab, resume a partial download
+ * progress meters - the ability to report download progress automatically,
+ even when using urlopen!
+ * throttling - restrict bandwidth usage
+ * retries - automatically retry a download if it fails. The number of retries
+ and failure types are configurable.
+ * authenticated server access for http and ftp
+ * proxy support - support for authenticated http and ftp proxies
+ * mirror groups - treat a list of mirrors as a single source, automatically
+ switching mirrors if there is a failure.
+ </longdescription>
</pkgmetadata>