diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-05-20 12:55:08 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-05-20 12:55:08 +0000 |
commit | cc5effc4b17443bae3e34f5aca6ee0fcc070c6d1 (patch) | |
tree | 84ace0a60f378b4366e7c0f013029374e076db25 /net-libs | |
parent | Stable for ppc, wrt bug #470266 (diff) | |
download | gentoo-2-cc5effc4b17443bae3e34f5aca6ee0fcc070c6d1.tar.gz gentoo-2-cc5effc4b17443bae3e34f5aca6ee0fcc070c6d1.tar.bz2 gentoo-2-cc5effc4b17443bae3e34f5aca6ee0fcc070c6d1.zip |
Stabilise latest on amd64 and x86, drop older.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/dslib/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/dslib/dslib-3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/dslib/dslib-3.0.ebuild | 34 |
3 files changed, 7 insertions, 37 deletions
diff --git a/net-libs/dslib/ChangeLog b/net-libs/dslib/ChangeLog index 39a3e2d4736d..dd4d242fbb72 100644 --- a/net-libs/dslib/ChangeLog +++ b/net-libs/dslib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/dslib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.16 2013/03/05 15:25:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.17 2013/05/20 12:55:08 scarabeus Exp $ + + 20 May 2013; Tomáš Chvátal <scarabeus@gentoo.org> -dslib-3.0.ebuild, + dslib-3.0-r1.ebuild: + Stabilise latest on amd64 and x86, drop older. *dslib-3.0-r1 (05 Mar 2013) diff --git a/net-libs/dslib/dslib-3.0-r1.ebuild b/net-libs/dslib/dslib-3.0-r1.ebuild index 17e8c9572473..5a7c2e9374ee 100644 --- a/net-libs/dslib/dslib-3.0-r1.ebuild +++ b/net-libs/dslib/dslib-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-3.0-r1.ebuild,v 1.1 2013/03/05 15:25:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-3.0-r1.ebuild,v 1.2 2013/05/20 12:55:08 scarabeus Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.nic.cz/public_media/datove_schranky/releases//src/${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=" diff --git a/net-libs/dslib/dslib-3.0.ebuild b/net-libs/dslib/dslib-3.0.ebuild deleted file mode 100644 index 7a6ca6d435e0..000000000000 --- a/net-libs/dslib/dslib-3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-3.0.ebuild,v 1.2 2013/01/07 11:59:24 scarabeus Exp $ - -EAPI=4 - -PYTHON_DEPEND="*" - -inherit distutils - -DESCRIPTION="Library to access Czech eGov system \"Datove schranky\"" -HOMEPAGE="http://labs.nic.cz/page/969/datovka/" -SRC_URI="http://www.nic.cz/public_media/datove_schranky/releases//src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-python/pyasn1 - dev-python/pyopenssl - >=dev-python/sudsds-1.0.1 -" -RDEPEND="${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 "${WORKDIR}" -} |