diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-03 19:37:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-03 19:37:53 +0000 |
commit | 0c26f6e2c78aef17d5610761df4d8026bb294dc6 (patch) | |
tree | 5e49773e8fada00fbff8f05160c45aa523285e5d /dev-python/zsi | |
parent | Update LICENSE. Patch by Arfrever. (diff) | |
download | gentoo-2-0c26f6e2c78aef17d5610761df4d8026bb294dc6.tar.gz gentoo-2-0c26f6e2c78aef17d5610761df4d8026bb294dc6.tar.bz2 gentoo-2-0c26f6e2c78aef17d5610761df4d8026bb294dc6.zip |
Fix LICENSE. Clean ebuild. Patch by Arfrever.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/zsi')
-rw-r--r-- | dev-python/zsi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1.ebuild | 23 |
2 files changed, 17 insertions, 11 deletions
diff --git a/dev-python/zsi/ChangeLog b/dev-python/zsi/ChangeLog index eaef7583464a..467013cbe8d9 100644 --- a/dev-python/zsi/ChangeLog +++ b/dev-python/zsi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/zsi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.20 2011/07/09 22:11:31 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.21 2011/12/03 19:37:53 hwoarang Exp $ + + 03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> zsi-2.1_alpha1.ebuild: + Fix LICENSE. Clean ebuild. Patch by Arfrever. 09 Jul 2011; Christoph Mende <angelos@gentoo.org> -zsi-2.0.ebuild: Remove old (bug #367753) diff --git a/dev-python/zsi/zsi-2.1_alpha1.ebuild b/dev-python/zsi/zsi-2.1_alpha1.ebuild index 7304f9828fc3..7cc66516ce36 100644 --- a/dev-python/zsi/zsi-2.1_alpha1.ebuild +++ b/dev-python/zsi/zsi-2.1_alpha1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.9 2011/07/09 22:06:40 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.10 2011/12/03 19:37:53 hwoarang Exp $ EAPI="3" -PYTHON_DEPEND="2:2.4" +PYTHON_DEPEND="2" inherit distutils @@ -14,16 +14,21 @@ DESCRIPTION="Web Services for Python" HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html" SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz" -KEYWORDS="amd64 ppc x86" +LICENSE="BSD MIT" SLOT="0" -LICENSE="PYTHON" -IUSE="examples doc twisted" +KEYWORDS="amd64 ppc x86" +IUSE="doc examples twisted" -DEPEND=">=dev-python/setuptools-0.6_rc7-r1 - twisted? ( >=dev-python/twisted-2 - >=dev-python/twisted-web-0.5 )" +DEPEND="dev-python/setuptools + twisted? ( + dev-python/twisted + dev-python/twisted-web + )" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES README" PYTHON_MODNAME="${MY_PN}" pkg_setup() { @@ -52,5 +57,3 @@ src_install() { doins -r doc/examples/* samples/* fi } - -DOCS="CHANGES README" |