diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-07-25 21:12:17 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-07-25 21:12:17 +0000 |
commit | 9d218ee649940aa2fab7688538aee866ee0359c5 (patch) | |
tree | 404cda568f91eb156f80311c30240d99126c923b /dev-python/sip | |
parent | Added LICENSE (diff) | |
download | historical-9d218ee649940aa2fab7688538aee866ee0359c5.tar.gz historical-9d218ee649940aa2fab7688538aee866ee0359c5.tar.bz2 historical-9d218ee649940aa2fab7688538aee866ee0359c5.zip |
new version
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 4 | ||||
-rw-r--r-- | dev-python/sip/files/digest-sip-2.4 | 1 | ||||
-rw-r--r-- | dev-python/sip/files/digest-sip-3.2.4 | 1 | ||||
-rw-r--r-- | dev-python/sip/files/digest-sip-3.3.2 | 1 | ||||
-rw-r--r-- | dev-python/sip/sip-2.4.ebuild | 20 | ||||
-rw-r--r-- | dev-python/sip/sip-3.2.4.ebuild | 27 | ||||
-rw-r--r-- | dev-python/sip/sip-3.3.2.ebuild | 37 |
7 files changed, 41 insertions, 50 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 4a767b845c22..fa95e075cc8b 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,8 @@ # 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.3 2002/07/05 00:10:44 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.4 2002/07/25 21:12:17 verwilst Exp $ + +*sip-3.3.2 (25 July 2002) Bart Verwilst <verwilst@gentoo.org> *sip-3.2.4 (5 July 2002) Bart Verwilst <verwilst@gentoo.org> diff --git a/dev-python/sip/files/digest-sip-2.4 b/dev-python/sip/files/digest-sip-2.4 deleted file mode 100644 index f3ed1e62d0c4..000000000000 --- a/dev-python/sip/files/digest-sip-2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 281a1a18fdd126a8e8722ee97c808729 sip-2.4.tar.gz 291762 diff --git a/dev-python/sip/files/digest-sip-3.2.4 b/dev-python/sip/files/digest-sip-3.2.4 deleted file mode 100644 index 0457c6f3e90b..000000000000 --- a/dev-python/sip/files/digest-sip-3.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 06a9ad914259c595ad0f0a9990a20aca sip-3.2.4.tar.gz 372965 diff --git a/dev-python/sip/files/digest-sip-3.3.2 b/dev-python/sip/files/digest-sip-3.3.2 new file mode 100644 index 000000000000..093e182f6c28 --- /dev/null +++ b/dev-python/sip/files/digest-sip-3.3.2 @@ -0,0 +1 @@ +MD5 161c28f0bd3ef755ac44d4e39088c3be sip-3.3.2.tar.gz 153672 diff --git a/dev-python/sip/sip-2.4.ebuild b/dev-python/sip/sip-2.4.ebuild deleted file mode 100644 index 35a799e7a8d6..000000000000 --- a/dev-python/sip/sip-2.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-2.4.ebuild,v 1.4 2002/07/11 06:30:24 drobbins 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/" - -DEPEND="virtual/python" - -src_compile(){ - ./configure --prefix=/usr || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc AUTHORS COPYING NEWS README THANKS TODO -} diff --git a/dev-python/sip/sip-3.2.4.ebuild b/dev-python/sip/sip-3.2.4.ebuild deleted file mode 100644 index a3913e212bd1..000000000000 --- a/dev-python/sip/sip-3.2.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.2.4.ebuild,v 1.1 2002/07/05 00:10:44 verwilst 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.riverbankcomputing.co.uk/download/sip/${P}.tar.gz" -HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" -SLOT="0" - -DEPEND="virtual/glibc - >=dev-lang/python-2.2" - -src_compile(){ - - ./configure --prefix=/usr --host=${CHOST} || die - emake || die - -} - -src_install() { - - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING NEWS README THANKS TODO - -} diff --git a/dev-python/sip/sip-3.3.2.ebuild b/dev-python/sip/sip-3.3.2.ebuild new file mode 100644 index 000000000000..b0bbeb3bb498 --- /dev/null +++ b/dev-python/sip/sip-3.3.2.ebuild @@ -0,0 +1,37 @@ +# 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.1 2002/07/25 21:12:17 verwilst 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.riverbankcomputing.co.uk/download/sip/${P}.tar.gz" +HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" +SLOT="0" +LICENSE="MIT" +KEYWORDS="x86" +DEPEND="virtual/glibc + >=dev-lang/python-2.2.1" + +src_compile(){ + + cd ${S} + chmod +x build.py + mkdir -p ${D}/usr/bin + mkdir -p ${D}/usr/lib/python2.2/site-packages + python build.py -l qt-mt -b ${D}/usr/bin -d ${D}/usr/lib/python2.2/site-packages + make +} + +src_install() { + + cd ${S}/siplib + mv Makefile Makefile.orig + sed s:"cp sip.h /usr/include/python2.2":"cp sip.h /var/tmp/portage/sip-3.3.2/image/usr/include/python2.2": Makefile.orig > Makefile + mv Makefile Makefile.orig2 + sed s:"cp sipQt.h /usr/include/python2.2":"cp sipQt.h /var/tmp/portage/sip-3.3.2/image/usr/include/python2.2": Makefile.orig2 > Makefile + cd ${S} + mkdir -p ${D}/usr/include/python2.2 + make DESTDIR=${D} install || die + dodoc NEWS README THANKS + +} |