summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2006-04-30 19:55:36 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2006-04-30 19:55:36 +0000
commita1802483872446c2c909cfa3e9eb04f54711d6ef (patch)
tree574597975e677cbdf808efbd656454b40396ac9f /dev-python/pythonutils
parenttouchups (diff)
downloadgentoo-2-a1802483872446c2c909cfa3e9eb04f54711d6ef.tar.gz
gentoo-2-a1802483872446c2c909cfa3e9eb04f54711d6ef.tar.bz2
gentoo-2-a1802483872446c2c909cfa3e9eb04f54711d6ef.zip
Version bump and minor cleanup.
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'dev-python/pythonutils')
-rw-r--r--dev-python/pythonutils/ChangeLog8
-rw-r--r--dev-python/pythonutils/files/digest-pythonutils-0.2.53
-rw-r--r--dev-python/pythonutils/pythonutils-0.2.5.ebuild23
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-python/pythonutils/ChangeLog b/dev-python/pythonutils/ChangeLog
index 91aecaf86789..5946ab7e5b71 100644
--- a/dev-python/pythonutils/ChangeLog
+++ b/dev-python/pythonutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pythonutils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythonutils/ChangeLog,v 1.4 2006/04/30 19:19:26 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythonutils/ChangeLog,v 1.5 2006/04/30 19:55:36 lucass Exp $
+
+*pythonutils-0.2.5 (30 Apr 2006)
+
+ 30 Apr 2006; Lukasz Strzygowski <lucass@gentoo.org>
+ +pythonutils-0.2.5.ebuild:
+ Version bump and minor cleanup.
30 Apr 2006; Lukasz Strzygowski <lucass@gentoo.org>
files/digest-pythonutils-0.2.0, files/digest-pythonutils-0.2.2,
diff --git a/dev-python/pythonutils/files/digest-pythonutils-0.2.5 b/dev-python/pythonutils/files/digest-pythonutils-0.2.5
new file mode 100644
index 000000000000..b8115a96b5de
--- /dev/null
+++ b/dev-python/pythonutils/files/digest-pythonutils-0.2.5
@@ -0,0 +1,3 @@
+MD5 9193f93635e0272a22e651b09d4e278a downman.py?file=pythonutils-0.2.5.zip 293531
+RMD160 9c933f115ee64f8b00237bf9440d2a751b0d2494 downman.py?file=pythonutils-0.2.5.zip 293531
+SHA256 634fb79e2d9c60a5fe9612900cf1e7dae4864c5197f3b436530aa31e770b6778 downman.py?file=pythonutils-0.2.5.zip 293531
diff --git a/dev-python/pythonutils/pythonutils-0.2.5.ebuild b/dev-python/pythonutils/pythonutils-0.2.5.ebuild
new file mode 100644
index 000000000000..0f0d856c6f89
--- /dev/null
+++ b/dev-python/pythonutils/pythonutils-0.2.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythonutils/pythonutils-0.2.5.ebuild,v 1.1 2006/04/30 19:55:36 lucass Exp $
+
+inherit eutils distutils
+
+DESCRIPTION="Voidspace python modules"
+HOMEPAGE="http://www.voidspace.org.uk/python/pythonutils.html"
+SRC_URI="http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=${P}.zip"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.2
+ app-arch/unzip"
+
+src_install() {
+ distutils_src_install
+
+ dodoc MANIFEST PKG-INFO README "${S}"/docs/*.txt
+ dohtml -r "${S}"/docs/{*.html,images,smilies,stylesheets}
+}