diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-16 12:05:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-16 12:05:55 +0000 |
commit | 453e6911416a0857d5ee04a4e2f6ef3dcdff0da4 (patch) | |
tree | bc8d0397f5fe2e3ee5d00c37a56056cb18b838c9 /net-libs/dslib | |
parent | Stable for x86, wrt bug #431332 (diff) | |
download | gentoo-2-453e6911416a0857d5ee04a4e2f6ef3dcdff0da4.tar.gz gentoo-2-453e6911416a0857d5ee04a4e2f6ef3dcdff0da4.tar.bz2 gentoo-2-453e6911416a0857d5ee04a4e2f6ef3dcdff0da4.zip |
Stable on amd64 and x86. Drop older.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/dslib')
-rw-r--r-- | net-libs/dslib/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/dslib/dslib-2.0.2.ebuild | 34 | ||||
-rw-r--r-- | net-libs/dslib/dslib-2.1.0.ebuild | 4 |
3 files changed, 7 insertions, 37 deletions
diff --git a/net-libs/dslib/ChangeLog b/net-libs/dslib/ChangeLog index 9ec7e600af40..369e44c155af 100644 --- a/net-libs/dslib/ChangeLog +++ b/net-libs/dslib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/dslib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.11 2012/07/18 18:26:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.12 2012/08/16 12:05:55 scarabeus Exp $ + + 16 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> -dslib-2.0.2.ebuild, + dslib-2.1.0.ebuild: + Stable on amd64 and x86. Drop older. *dslib-2.1.0 (18 Jul 2012) diff --git a/net-libs/dslib/dslib-2.0.2.ebuild b/net-libs/dslib/dslib-2.0.2.ebuild deleted file mode 100644 index 5bd2de24b9b0..000000000000 --- a/net-libs/dslib/dslib-2.0.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-2.0.2.ebuild,v 1.2 2012/04/26 08:47:02 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/datovka-2.0.2/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-python/pyasn1 - dev-python/pyopenssl - dev-python/sudsds -" -RDEPEND="${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 "${WORKDIR}" -} diff --git a/net-libs/dslib/dslib-2.1.0.ebuild b/net-libs/dslib/dslib-2.1.0.ebuild index 88bfaefc1a5e..ebf524e2326f 100644 --- a/net-libs/dslib/dslib-2.1.0.ebuild +++ b/net-libs/dslib/dslib-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-2.1.0.ebuild,v 1.1 2012/07/18 18:26:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-2.1.0.ebuild,v 1.2 2012/08/16 12:05:55 scarabeus Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.nic.cz/public_media/datove_schranky/releases/datovka-2.1.1/s LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=" |