diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 20:30:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 20:30:11 +0000 |
commit | e95366385b24c86214d8bfeb6eedd0f281a705a2 (patch) | |
tree | 9bb0e5bfd54fc51013c3214cd2ebf04e153a0dbf /dev-python/orbit-python | |
parent | set ~sparc, #50382 (diff) | |
download | historical-e95366385b24c86214d8bfeb6eedd0f281a705a2.tar.gz historical-e95366385b24c86214d8bfeb6eedd0f281a705a2.tar.bz2 historical-e95366385b24c86214d8bfeb6eedd0f281a705a2.zip |
Clean up IUSE and S.
Diffstat (limited to 'dev-python/orbit-python')
-rw-r--r-- | dev-python/orbit-python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/orbit-python/orbit-python-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/orbit-python/orbit-python-1.99.0.ebuild | 5 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/orbit-python/ChangeLog b/dev-python/orbit-python/ChangeLog index 7f0872e50255..33cee3f4784a 100644 --- a/dev-python/orbit-python/ChangeLog +++ b/dev-python/orbit-python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/orbit-python # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/ChangeLog,v 1.11 2004/04/12 09:22:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/ChangeLog,v 1.12 2004/05/07 20:30:11 kloeri Exp $ + + 07 May 2004; Bryan Østergaard <kloeri@gentoo.org> + orbit-python-0.3.0-r1.ebuild, orbit-python-0.3.1.ebuild, + orbit-python-1.99.0.ebuild: + Clean up IUSE and S. 12 Apr 2004; David Holm <dholm@gentoo.org> orbit-python-0.3.1.ebuild, orbit-python-1.99.0-r1.ebuild: diff --git a/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild index 2c3972e2366b..7e7a6cae91ef 100644 --- a/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild +++ b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild,v 1.16 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild,v 1.17 2004/05/07 20:30:11 kloeri Exp $ -S=${WORKDIR}/${P} DESCRIPTION="ORBit bindings for Python" SRC_URI="http://orbit-python.sault.org/files/${P}.tar.gz" HOMEPAGE="http://orbit-python.sault.org/" @@ -13,6 +12,7 @@ DEPEND="=dev-libs/glib-1.2* SLOT="0" KEYWORDS="x86 sparc alpha" +IUSE="" LICENSE="GPL-2" src_compile() { diff --git a/dev-python/orbit-python/orbit-python-0.3.1.ebuild b/dev-python/orbit-python/orbit-python-0.3.1.ebuild index b80f610d31f6..23126f0c65f2 100644 --- a/dev-python/orbit-python/orbit-python-0.3.1.ebuild +++ b/dev-python/orbit-python/orbit-python-0.3.1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.1.ebuild,v 1.15 2004/04/12 09:22:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.1.ebuild,v 1.16 2004/05/07 20:30:11 kloeri Exp $ -S=${WORKDIR}/${P} DESCRIPTION="ORBit bindings for Python" SRC_URI="http://orbit-python.sault.org/files/${P}.tar.gz" HOMEPAGE="http://orbit-python.sault.org/" @@ -13,6 +12,7 @@ DEPEND="=dev-libs/glib-1.2* SLOT="0" KEYWORDS="x86 sparc alpha ~ppc" +IUSE="" LICENSE="GPL-2" src_compile() { diff --git a/dev-python/orbit-python/orbit-python-1.99.0.ebuild b/dev-python/orbit-python/orbit-python-1.99.0.ebuild index c672722eb898..81a46442894b 100644 --- a/dev-python/orbit-python/orbit-python-1.99.0.ebuild +++ b/dev-python/orbit-python/orbit-python-1.99.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-1.99.0.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-1.99.0.ebuild,v 1.6 2004/05/07 20:30:11 kloeri Exp $ inherit gnome2 debug IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Orbit bindings for Python" HOMEPAGE="http://orbit-python.sault.org/" |