diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-05 15:21:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-05 15:21:35 +0000 |
commit | ef5b1f3c9d78c737ca449570151f945f4f1ec350 (patch) | |
tree | 96e48c654a8753b4b12517472023020bdd73f14f /dev-python/sudsds | |
parent | Stable for HPPA (bug #460394). (diff) | |
download | gentoo-2-ef5b1f3c9d78c737ca449570151f945f4f1ec350.tar.gz gentoo-2-ef5b1f3c9d78c737ca449570151f945f4f1ec350.tar.bz2 gentoo-2-ef5b1f3c9d78c737ca449570151f945f4f1ec350.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 'dev-python/sudsds')
-rw-r--r-- | dev-python/sudsds/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sudsds/sudsds-1.0.1-r1.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/sudsds/ChangeLog b/dev-python/sudsds/ChangeLog index 0366989e75b7..7afb3e1a5b37 100644 --- a/dev-python/sudsds/ChangeLog +++ b/dev-python/sudsds/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/sudsds # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/ChangeLog,v 1.5 2013/01/24 14:06:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/ChangeLog,v 1.6 2013/03/05 15:21:35 scarabeus Exp $ + +*sudsds-1.0.1-r1 (05 Mar 2013) + + 05 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +sudsds-1.0.1-r1.ebuild: + Add distutils-r1 using revision. 24 Jan 2013; Ian Delaney <idella4@gentoo.org> sudsds-1.0.1.ebuild: Fixed build of docs, dropped un-needed die, fixes Bug #452822 by flameeyes diff --git a/dev-python/sudsds/sudsds-1.0.1-r1.ebuild b/dev-python/sudsds/sudsds-1.0.1-r1.ebuild new file mode 100644 index 000000000000..30053827f020 --- /dev/null +++ b/dev-python/sudsds/sudsds-1.0.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/sudsds-1.0.1-r1.ebuild,v 1.1 2013/03/05 15:21:35 scarabeus Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Lightweight SOAP client - Czech NIC labs fork" +HOMEPAGE="https://labs.nic.cz/page/969/" +SRC_URI="http://www.nic.cz/public_media/datove_schranky/releases/src/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" |