diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-05-05 17:18:11 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-05-05 17:18:11 +0000 |
commit | 26ceb6f28daa1467085bc9ecf5a83fc499dd5eac (patch) | |
tree | c680acd9258eff5b8e4b48999860a66c100ecdbc /dev-python | |
parent | more chroot fixes (diff) | |
download | historical-26ceb6f28daa1467085bc9ecf5a83fc499dd5eac.tar.gz historical-26ceb6f28daa1467085bc9ecf5a83fc499dd5eac.tar.bz2 historical-26ceb6f28daa1467085bc9ecf5a83fc499dd5eac.zip |
new version, removed older one
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sip/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/sip/files/digest-sip-3.1 | 1 | ||||
-rw-r--r-- | dev-python/sip/files/digest-sip-3.2.1 | 1 | ||||
-rw-r--r-- | dev-python/sip/sip-3.2.1.ebuild (renamed from dev-python/sip/sip-3.1.ebuild) | 6 |
4 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index f474ee8ae862..b21ae27ace4f 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.2 2002/05/05 17:18:11 verwilst Exp $ + +*sip-3.2.1 (5 May 2002) + + 5 May 2002; B.Verwilst <verwilst@gentoo.org> ChangeLog : + + New version, needed by PyQt 3.2 *sip-3.0 (1 Feb 2002) diff --git a/dev-python/sip/files/digest-sip-3.1 b/dev-python/sip/files/digest-sip-3.1 deleted file mode 100644 index df835784320a..000000000000 --- a/dev-python/sip/files/digest-sip-3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 cd2dcf320e20b88ac97c946e709cd32d sip-3.1.tar.gz 367024 diff --git a/dev-python/sip/files/digest-sip-3.2.1 b/dev-python/sip/files/digest-sip-3.2.1 new file mode 100644 index 000000000000..d4136b2dcc23 --- /dev/null +++ b/dev-python/sip/files/digest-sip-3.2.1 @@ -0,0 +1 @@ +MD5 58cfb900d0e56193da2ab8e50b94082c sip-3.2.1.tar.gz 372399 diff --git a/dev-python/sip/sip-3.1.ebuild b/dev-python/sip/sip-3.2.1.ebuild index 748c26c9e2fc..b0f9a8815d3f 100644 --- a/dev-python/sip/sip-3.1.ebuild +++ b/dev-python/sip/sip-3.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.1.ebuild,v 1.1 2002/04/02 13:24:15 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.2.1.ebuild,v 1.1 2002/05/05 17:18:11 verwilst Exp $ S=${WORKDIR}/${P} @@ -11,11 +11,11 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" SLOT="0" DEPEND="virtual/glibc - virtual/python" + >=dev-lang/python-2.2" src_compile(){ - ./configure --prefix=/usr --with-qt-dir=/usr/qt/3 || die + ./configure --prefix=/usr || die emake || die } |