diff options
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/sip-2.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/sip/sip-3.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/sip/sip-3.4.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 930ac88d8f2b..2c8a97cc9d8b 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/sip # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.6 2002/09/18 13:27:53 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.7 2002/12/09 04:21:13 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *sip-3.4 (18 Sept 2002) Sascha Schwabbauer <cybersystem@gentoo.org> Added ppc to keywords. diff --git a/dev-python/sip/sip-2.4.ebuild b/dev-python/sip/sip-2.4.ebuild index 3269f81f45b6..2c24c4239f09 100644 --- a/dev-python/sip/sip-2.4.ebuild +++ b/dev-python/sip/sip-2.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-2.4.ebuild,v 1.9 2002/10/17 16:36:53 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-2.4.ebuild,v 1.10 2002/12/09 04:21:13 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="SIP is a tool for generating bindings for C++ classes so that they can be used by Python." SRC_URI="http://www.river-bank.demon.co.uk/software/${P}.tar.gz" HOMEPAGE="http://www.thekompany.com/projects/pykde/" SLOT="0" -KEYWORDS="x86 sparc sparc64 alpha" +KEYWORDS="x86 sparc alpha" LICENSE="MIT" DEPEND="virtual/python" diff --git a/dev-python/sip/sip-3.3.2.ebuild b/dev-python/sip/sip-3.3.2.ebuild index d172397c225f..d370f12c19c5 100644 --- a/dev-python/sip/sip-3.3.2.ebuild +++ b/dev-python/sip/sip-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.3.2.ebuild,v 1.4 2002/11/17 09:10:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.3.2.ebuild,v 1.5 2002/12/09 04:21:13 manson Exp $ DESCRIPTION="SIP is a tool for generating bindings for C++ classes so that they can be used by Python." SRC_URI="http://www.riverbankcomputing.co.uk/download/sip/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" SLOT="0" LICENSE="MIT" -KEYWORDS="x86 sparc sparc64 alpha" +KEYWORDS="x86 sparc alpha" DEPEND="virtual/glibc >=dev-lang/python-2.2.1" diff --git a/dev-python/sip/sip-3.4.ebuild b/dev-python/sip/sip-3.4.ebuild index c0b0dcfcf47c..1e0ac618a714 100644 --- a/dev-python/sip/sip-3.4.ebuild +++ b/dev-python/sip/sip-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.4.ebuild,v 1.5 2002/11/30 01:31:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.4.ebuild,v 1.6 2002/12/09 04:21:13 manson Exp $ MY_P="${PN}-x11-gpl-${PV}" DESCRIPTION="SIP is a tool for generating bindings for C++ classes so that they can be used by Python." @@ -9,7 +9,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" SLOT="0" LICENSE="MIT" -KEYWORDS="x86 ppc sparc sparc64 alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc >=dev-lang/python-2.2.1" |