diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-12-12 14:19:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-12-12 14:19:55 +0000 |
commit | 3a4415a0ae37fa264d5a707eb744c95b5ea3b188 (patch) | |
tree | 3f65f42f17794a58bf034c0df2f4a7ab7adeaa0e /net-libs/dslib | |
parent | Stable for HPPA (bug #392861). (diff) | |
download | gentoo-2-3a4415a0ae37fa264d5a707eb744c95b5ea3b188.tar.gz gentoo-2-3a4415a0ae37fa264d5a707eb744c95b5ea3b188.tar.bz2 gentoo-2-3a4415a0ae37fa264d5a707eb744c95b5ea3b188.zip |
Revision bump again to use bundled suds, they altered them :(
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/dslib')
-rw-r--r-- | net-libs/dslib/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/dslib/dslib-1.7-r2.ebuild (renamed from net-libs/dslib/dslib-1.7-r1.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-libs/dslib/ChangeLog b/net-libs/dslib/ChangeLog index c03a6b51b0ac..458cead27bcf 100644 --- a/net-libs/dslib/ChangeLog +++ b/net-libs/dslib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/dslib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.4 2011/12/06 15:50:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.5 2011/12/12 14:19:55 scarabeus Exp $ + +*dslib-1.7-r2 (12 Dec 2011) + + 12 Dec 2011; Tomáš Chvátal <scarabeus@gentoo.org> -dslib-1.7-r1.ebuild, + +dslib-1.7-r2.ebuild: + Revision bump again to use bundled suds, they altered them :( *dslib-1.7-r1 (06 Dec 2011) diff --git a/net-libs/dslib/dslib-1.7-r1.ebuild b/net-libs/dslib/dslib-1.7-r2.ebuild index b953984f154a..3a330d56b729 100644 --- a/net-libs/dslib/dslib-1.7-r1.ebuild +++ b/net-libs/dslib/dslib-1.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-1.7-r1.ebuild,v 1.1 2011/12/06 15:50:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-1.7-r2.ebuild,v 1.1 2011/12/12 14:19:55 scarabeus Exp $ EAPI=4 @@ -17,10 +17,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +# BUNDLED!: dev-python/suds DEPEND=" dev-python/pyasn1 dev-python/pyopenssl - dev-python/suds " RDEPEND="${DEPEND}" @@ -32,7 +32,6 @@ pkg_setup() { src_prepare() { python_convert_shebangs -r 2 "${WORKDIR}" sed -i \ - -e 's:"sudsds",::' \ -e 's:"pyasn1",::' \ setup.py || die } |