diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-27 21:25:58 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-27 21:25:58 +0000 |
commit | 5f38eff972336a50cc7f03c2724712bcf696c424 (patch) | |
tree | 54e9c5cfa50d8deff2b07b1a5e1ee47d1fd38082 /dev-libs/newt | |
parent | Version bumped. (diff) | |
download | historical-5f38eff972336a50cc7f03c2724712bcf696c424.tar.gz historical-5f38eff972336a50cc7f03c2724712bcf696c424.tar.bz2 historical-5f38eff972336a50cc7f03c2724712bcf696c424.zip |
add dev-lang/python dep. only build against current version of python. (#39347)
Diffstat (limited to 'dev-libs/newt')
-rw-r--r-- | dev-libs/newt/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/newt/Manifest | 6 | ||||
-rw-r--r-- | dev-libs/newt/files/digest-newt-0.50.35-r1 | 1 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.50.35-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.50.35-r2.ebuild | 14 |
5 files changed, 18 insertions, 41 deletions
diff --git a/dev-libs/newt/ChangeLog b/dev-libs/newt/ChangeLog index 020f74937258..c44c2cc18da9 100644 --- a/dev-libs/newt/ChangeLog +++ b/dev-libs/newt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/newt -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.10 2003/08/11 19:56:42 wwoods Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.11 2004/01/27 21:25:58 liquidx Exp $ + + 27 Jan 2004; Alastair Tse <liquidx@gentoo.org> newt-0.50.35-r1.ebuild, + newt-0.50.35-r2.ebuild: + add dev-lang/python dep. only build against current version of + python. (#39347) 11 Aug 2003; Will Woods <wwoods@gentoo.org> newt-0.50.35-r1.ebuild, newt-0.50.35-r2.ebuild: diff --git a/dev-libs/newt/Manifest b/dev-libs/newt/Manifest index 7964a2b4ff9c..848355810d86 100644 --- a/dev-libs/newt/Manifest +++ b/dev-libs/newt/Manifest @@ -1,5 +1,3 @@ -MD5 25fc3409a844350b1b830bde438c0e83 ChangeLog 1298 -MD5 f5ffd7baa01a66579637b52c42e9877f newt-0.50.35-r1.ebuild 774 -MD5 79c165dc50f0f364c0acd415d408a828 newt-0.50.35-r2.ebuild 775 -MD5 6d5a67f6fae3839c22aa176ffbd96790 files/digest-newt-0.50.35-r1 64 +MD5 4aa289427847257ec957b7458fd1bfe4 ChangeLog 1483 +MD5 329a1bc85a65145a0f1acd51eb97146b newt-0.50.35-r2.ebuild 880 MD5 6d5a67f6fae3839c22aa176ffbd96790 files/digest-newt-0.50.35-r2 64 diff --git a/dev-libs/newt/files/digest-newt-0.50.35-r1 b/dev-libs/newt/files/digest-newt-0.50.35-r1 deleted file mode 100644 index ac9ded732f82..000000000000 --- a/dev-libs/newt/files/digest-newt-0.50.35-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 87a0555f83473a67a848a11c99dd7755 newt-0.50.35.tar.gz 106345 diff --git a/dev-libs/newt/newt-0.50.35-r1.ebuild b/dev-libs/newt/newt-0.50.35-r1.ebuild deleted file mode 100644 index 7727fdd66d7b..000000000000 --- a/dev-libs/newt/newt-0.50.35-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35-r1.ebuild,v 1.4 2003/08/11 19:56:42 wwoods Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="redhat's newt windowing toolkit development files" -SRC_URI="http://koto.mynetix.de/gentoo/${P}.tar.gz" -HOMEPAGE="http://www.redhat.com" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc amd64 alpha" - -DEPEND=">=sys-libs/slang-1.4 - >=dev-libs/popt-1.6" - -RDEPEND="" - -src_compile() { - econf || die - make || die "make failure" -} - -src_install () { - make prefix=${D}/usr install || die "make install failed" - dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml - cd /usr/lib - ln -s libnewt.so.${PV} libnewt.so.0.50 -} diff --git a/dev-libs/newt/newt-0.50.35-r2.ebuild b/dev-libs/newt/newt-0.50.35-r2.ebuild index ccb555b9ef16..b7f330b1f470 100644 --- a/dev-libs/newt/newt-0.50.35-r2.ebuild +++ b/dev-libs/newt/newt-0.50.35-r2.ebuild @@ -1,6 +1,8 @@ -# 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-libs/newt/newt-0.50.35-r2.ebuild,v 1.7 2003/08/11 19:56:42 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35-r2.ebuild,v 1.8 2004/01/27 21:25:58 liquidx Exp $ + +inherit python S=${WORKDIR}/${P} DESCRIPTION="redhat's newt windowing toolkit development files" @@ -12,17 +14,19 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc hppa amd64 alpha" DEPEND=">=sys-libs/slang-1.4 - >=dev-libs/popt-1.6" + >=dev-libs/popt-1.6 + dev-lang/python" RDEPEND="" src_compile() { + python_version econf || die - make || die "make failure" + make PYTHONVERS=python${PYVER} || die "make failure" } src_install () { - make prefix=${D}/usr install || die "make install failed" + make prefix=${D}/usr PYTHONVERS=python${PYVER} install || die "make install failed" dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml dosym libnewt.so.${PV} /usr/lib/libnewt.so.0.50 } |