diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-26 00:22:35 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-26 00:22:35 +0000 |
commit | 3694523b853660e6a8809f5398bd9318bc02d3f1 (patch) | |
tree | e8e841b56f9186a4dfad81d715e0253365338b08 /dev-python | |
parent | Marked stable on hppa. (diff) | |
download | historical-3694523b853660e6a8809f5398bd9318bc02d3f1.tar.gz historical-3694523b853660e6a8809f5398bd9318bc02d3f1.tar.bz2 historical-3694523b853660e6a8809f5398bd9318bc02d3f1.zip |
Oops, install both binaries and headerfiles.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/Manifest | 4 | ||||
-rw-r--r-- | dev-python/sip/sip-3.8-r1.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 68e95f8460d2..fccb67f062c7 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.23 2004/02/25 23:28:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.24 2004/02/26 00:22:35 kloeri Exp $ + + 26 Feb 2004; <kloeri@gentoo.org> sip-3.8-r1.ebuild: + Oops, install both binaries and headerfiles. *sip-3.8-r1 (26 Feb 2004) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 72d25a3aef53..ff2775a238e0 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,6 +1,6 @@ -MD5 bcab0436d421483604ecbacd50877a2a ChangeLog 3195 +MD5 e726f4562efc553ac1e2842e52c7a61c ChangeLog 3297 MD5 1e162f1b5a59b7f5aa5a126dd62ec02a sip-4.0_rc1.ebuild 1240 -MD5 9a617ee458ecf2a8b64f6280f12a8551 sip-3.8-r1.ebuild 1176 +MD5 347fd4674a176907b841b2c7b293b710 sip-3.8-r1.ebuild 1190 MD5 72e190bc482c667fd39ea164a009b6ce sip-3.8.ebuild 1191 MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 MD5 daf408e33b6449fb46f457578b8d2cd0 sip-4.0_rc2.ebuild 1257 diff --git a/dev-python/sip/sip-3.8-r1.ebuild b/dev-python/sip/sip-3.8-r1.ebuild index ab49623dec25..bd22a483d0d5 100644 --- a/dev-python/sip/sip-3.8-r1.ebuild +++ b/dev-python/sip/sip-3.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.8-r1.ebuild,v 1.1 2004/02/25 23:28:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.8-r1.ebuild,v 1.2 2004/02/26 00:22:35 kloeri Exp $ IUSE="" @@ -38,11 +38,13 @@ src_compile(){ -b ${D}/usr/bin \ -d ${D}/usr/lib/python${PYVER}/site-packages \ -e ${D}/usr/include/python${PYVER} + + emake || die } src_install() { distutils_python_version - dodir /usr/include/python${PYVER}a + dodir /usr/include/python${PYVER} emake || die einstall || die dodoc NEWS README THANKS |