diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-05 15:25:44 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-05 15:25:44 +0000 |
commit | 2c4602b5002d5f58ea3aec880f1f1d4bca3afa16 (patch) | |
tree | 681468fd4942f73e0d917fd26fb1ca48ca474373 /net-libs/dslib | |
parent | Also support 2.5 because why not. (diff) | |
download | gentoo-2-2c4602b5002d5f58ea3aec880f1f1d4bca3afa16.tar.gz gentoo-2-2c4602b5002d5f58ea3aec880f1f1d4bca3afa16.tar.bz2 gentoo-2-2c4602b5002d5f58ea3aec880f1f1d4bca3afa16.zip |
Add distutils-r1 using revision.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-libs/dslib')
-rw-r--r-- | net-libs/dslib/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/dslib/dslib-3.0-r1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/net-libs/dslib/ChangeLog b/net-libs/dslib/ChangeLog index 0debb4c92b9f..39a3e2d4736d 100644 --- a/net-libs/dslib/ChangeLog +++ b/net-libs/dslib/ChangeLog @@ -1,6 +1,11 @@ # 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.15 2013/01/07 11:59:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.16 2013/03/05 15:25:44 scarabeus Exp $ + +*dslib-3.0-r1 (05 Mar 2013) + + 05 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +dslib-3.0-r1.ebuild: + Add distutils-r1 using revision. 07 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> -dslib-2.1.2.ebuild, dslib-3.0.ebuild: diff --git a/net-libs/dslib/dslib-3.0-r1.ebuild b/net-libs/dslib/dslib-3.0-r1.ebuild new file mode 100644 index 000000000000..17e8c9572473 --- /dev/null +++ b/net-libs/dslib/dslib-3.0-r1.ebuild @@ -0,0 +1,25 @@ +# 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 $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +inherit distutils-r1 + +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[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] + >=dev-python/sudsds-1.0.1[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" |