summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio D. Rodríguez Inclan (ZeRoX) <srinclan@gmail.com>2009-06-14 22:43:57 +0000
committerSergio D. Rodríguez Inclan (ZeRoX) <srinclan@gmail.com>2009-06-14 22:43:57 +0000
commitd01e663d92955bb04ac671d6a672262d1291deac (patch)
tree38a48ad826ca381c14fe66b5859a06a24e9c94d4
parentmedia-radio/xlog: Minor version bump. Fix for wrong ADIF export of QSL data. (diff)
downloadsunrise-d01e663d92955bb04ac671d6a672262d1291deac.tar.gz
sunrise-d01e663d92955bb04ac671d6a672262d1291deac.tar.bz2
sunrise-d01e663d92955bb04ac671d6a672262d1291deac.zip
dev-python/python-distutils-extra: Version bump for python-distutils-extra, thanks to mrpouet.
svn path=/sunrise/; revision=8658
-rw-r--r--dev-python/python-distutils-extra/ChangeLog5
-rw-r--r--dev-python/python-distutils-extra/Manifest6
-rw-r--r--dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild23
-rw-r--r--dev-python/python-distutils-extra/python-distutils-extra-1.92_pre67.ebuild18
4 files changed, 26 insertions, 26 deletions
diff --git a/dev-python/python-distutils-extra/ChangeLog b/dev-python/python-distutils-extra/ChangeLog
index 92ffb9aa2..ac2e3204a 100644
--- a/dev-python/python-distutils-extra/ChangeLog
+++ b/dev-python/python-distutils-extra/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jun 2009; Sergio D. Rodriguez Inclan (ZeRoX) <srinclan@gmail.com>
+ -python-distutils-extra-1.91.2.ebuild,
+ +python-distutils-extra-1.92_pre67.ebuild:
+ Version bump for python-distutils-extra, thanks to mrpouet.
+
24 Apr 2009; Christian Ruppert <idl0r@gentoo.org>
python-distutils-extra-1.91.2.ebuild:
Fixed depends.
diff --git a/dev-python/python-distutils-extra/Manifest b/dev-python/python-distutils-extra/Manifest
index d2654732e..33b93400a 100644
--- a/dev-python/python-distutils-extra/Manifest
+++ b/dev-python/python-distutils-extra/Manifest
@@ -1,4 +1,4 @@
-DIST python-distutils-extra_1.91.2.tar.gz 13645 RMD160 2a833b11b8defb213a93758517c6c8e929cba0ac SHA1 e0a26f21c73a7cb585fe914b1d8af9469eb5decd SHA256 32b4b80764959f9fb2375c98566e456a17c4851c711551fb740a89ac3035da24
-EBUILD python-distutils-extra-1.91.2.ebuild 545 RMD160 7d6072e16259c820bc208bdc8ce05de18eb84a43 SHA1 f8e3ce5d499d20cd12f1c63e24d287c741e846cd SHA256 0f6d0b545ef13d9bb575da1c96f9f7d1b30d01f325322208651d3d66f2c576a2
-MISC ChangeLog 442 RMD160 09e323dc38fab30e27469ee90fd268791c648b18 SHA1 b0085447baa0d6cd96443c59ff303f67cdd79576 SHA256 f3c2fd09955c34cac8313f59639117db4458c50fc306206639a6230f8de27886
+DIST python-distutils-extra-1.92_pre67.tar.bz2 14242 RMD160 fa1f8ff98caab349af6904c142c7ffb4a942b432 SHA1 013dff7a3f0442c81b7b6b94ab7d79b6fc44c76d SHA256 75b69e9af05aaf284d914c87124c3daa3b3fb8984262c1e94c2d7399351aaef2
+EBUILD python-distutils-extra-1.92_pre67.ebuild 476 RMD160 d167b1117d3757ddd35c088f061caa5e04fce0ec SHA1 e1d0ade8e19df1fd0782f95a48ae122183c3ccf2 SHA256 5ce6f92ac70597ffabc27c04518c1f99b3edd66666c65830d89c5d37643847ad
+MISC ChangeLog 662 RMD160 cb49c3d828980eb68354c74d43f6f8f369576528 SHA1 a4b4bc1e8569b0227890b3e3bb7720c4b218054a SHA256 2a7153a7b350d2f1755901d5047cba71221f0fad4f22be96c54f6c52b7cf549c
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild
deleted file mode 100644
index e60482cbe..000000000
--- a/dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils
-
-DESCRIPTION="Enhancements to the Python build system"
-HOMEPAGE="http://packages.debian.org/sid/python-distutils-extra"
-SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# intltool is really required during the runtime.
-RDEPEND=">=dev-util/intltool-0.35.5"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-S="${WORKDIR}"/debian
-DOCS=doc/*
-
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-1.92_pre67.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-1.92_pre67.ebuild
new file mode 100644
index 000000000..5295f1d7c
--- /dev/null
+++ b/dev-python/python-distutils-extra/python-distutils-extra-1.92_pre67.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="You can integrate gettext support, themed icons and scrollkeeper based documentation in distutils."
+HOMEPAGE="https://launchpad.net/python-distutils-extra"
+SRC_URI="http://dev.gentooexperimental.org/~zerox/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/python"
+
+S=${WORKDIR}/${PN}