diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-04-23 22:44:36 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-04-23 22:44:36 +0000 |
commit | f61b10822f990f79a44282bba25529ad8590b8c2 (patch) | |
tree | 00d58f800d7d48b9a168679c3ee56bb2e9444747 /dev-tcltk/otcl | |
parent | mark ~ppc (diff) | |
download | gentoo-2-f61b10822f990f79a44282bba25529ad8590b8c2.tar.gz gentoo-2-f61b10822f990f79a44282bba25529ad8590b8c2.tar.bz2 gentoo-2-f61b10822f990f79a44282bba25529ad8590b8c2.zip |
Fixed parallel make problem.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-tcltk/otcl')
-rw-r--r-- | dev-tcltk/otcl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/otcl/Manifest | 6 | ||||
-rw-r--r-- | dev-tcltk/otcl/files/digest-otcl-1.8-r1 | 1 | ||||
-rw-r--r-- | dev-tcltk/otcl/files/digest-otcl-1.8-r2 | 1 | ||||
-rw-r--r-- | dev-tcltk/otcl/otcl-1.8-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-tcltk/otcl/otcl-1.8-r2.ebuild | 47 | ||||
-rw-r--r-- | dev-tcltk/otcl/otcl-1.9.ebuild | 4 |
7 files changed, 10 insertions, 101 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog index ba171b164fa6..2e6c9d5a55d4 100644 --- a/dev-tcltk/otcl/ChangeLog +++ b/dev-tcltk/otcl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tcltk/otcl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.16 2005/04/03 13:47:58 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.17 2005/04/23 22:44:36 matsuu Exp $ + + 23 Apr 2005; MATSUU Takuto <matsuu@gentoo.org> -otcl-1.8-r1.ebuild, + -otcl-1.8-r2.ebuild, otcl-1.9.ebuild: + Fixed parallel make problem, Bug 90149. + Removed old versions. *otcl-1.9 (03 Apr 2005) diff --git a/dev-tcltk/otcl/Manifest b/dev-tcltk/otcl/Manifest index a79503aa0abd..422247d9c557 100644 --- a/dev-tcltk/otcl/Manifest +++ b/dev-tcltk/otcl/Manifest @@ -1,11 +1,7 @@ -MD5 f190fa4dea591a5b6ffdfc6566f1ec04 otcl-1.9.ebuild 1384 +MD5 9373f45c935cea6461caef5a6a3a9523 otcl-1.9.ebuild 1412 MD5 dfee444844214f6dfc6fff0948849eb1 otcl-1.8-r3.ebuild 1414 -MD5 b541d6fb00bbdab66e5a36ca2a4385ef otcl-1.8-r2.ebuild 1207 MD5 979356d578842bf3d259d1e6a7b6efa6 ChangeLog 2068 MD5 43e377139ff5f3b7415b94a8c8d5260d metadata.xml 158 -MD5 08286e1ef9899977742b19cfc3758b83 otcl-1.8-r1.ebuild 1067 -MD5 64a71b4bb60017c2d8802e771d31cedc files/digest-otcl-1.8-r1 60 -MD5 64a71b4bb60017c2d8802e771d31cedc files/digest-otcl-1.8-r2 60 MD5 64a71b4bb60017c2d8802e771d31cedc files/digest-otcl-1.8-r3 60 MD5 090aa64d1486dc3d916b9b5176179d30 files/otcl-1.8-badfreefix.patch 7469 MD5 861bb2b80c83a4b6a6364a2e18322b74 files/digest-otcl-1.9 60 diff --git a/dev-tcltk/otcl/files/digest-otcl-1.8-r1 b/dev-tcltk/otcl/files/digest-otcl-1.8-r1 deleted file mode 100644 index f435025fe842..000000000000 --- a/dev-tcltk/otcl/files/digest-otcl-1.8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 88a4b94b3a128867d3fe13b77f3b5496 otcl-1.8.tar.gz 300954 diff --git a/dev-tcltk/otcl/files/digest-otcl-1.8-r2 b/dev-tcltk/otcl/files/digest-otcl-1.8-r2 deleted file mode 100644 index f435025fe842..000000000000 --- a/dev-tcltk/otcl/files/digest-otcl-1.8-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 88a4b94b3a128867d3fe13b77f3b5496 otcl-1.8.tar.gz 300954 diff --git a/dev-tcltk/otcl/otcl-1.8-r1.ebuild b/dev-tcltk/otcl/otcl-1.8-r1.ebuild deleted file mode 100644 index 237f21e8361a..000000000000 --- a/dev-tcltk/otcl/otcl-1.8-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r1.ebuild,v 1.6 2004/08/07 22:26:35 slarti Exp $ - -inherit eutils - -DESCRIPTION="MIT Object extension to Tcl" -SF_PN="otcl-tclcl" -HOMEPAGE="http://sourceforge.net/projects/${SF_PN}/" -SRC_URI="mirror://sourceforge/${SF_PN}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86 ~sparc" -IUSE="" -DEPEND=">=dev-lang/tcl-8.3.2 - >=dev-lang/tk-8.3.2" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/otcl-1.8-badfreefix.patch -} - -src_compile() { - #local myconf="--with-tcl=/usr/lib --enable-shared" - local myconf="--enable-shared" - CFLAGS="${CFLAGS} -I`ls /usr/lib/tcl8.*/include/generic/tclInt.h | tail -n1 | xargs dirname`" - econf ${myconf} || die "econf failed" - emake all || die - emake libotcl.so || die -} - -src_install() { - into /usr - dobin otclsh owish - dolib libotcl.so - dolib.a libotcl.a - insinto /usr/include - doins otcl.h - - # docs - dodoc VERSION - dohtml README.html CHANGES.html - docinto doc - dodoc doc/* -} diff --git a/dev-tcltk/otcl/otcl-1.8-r2.ebuild b/dev-tcltk/otcl/otcl-1.8-r2.ebuild deleted file mode 100644 index 3f63960b8939..000000000000 --- a/dev-tcltk/otcl/otcl-1.8-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r2.ebuild,v 1.4 2004/08/26 14:06:21 fmccor Exp $ - -inherit eutils - -DESCRIPTION="MIT Object extension to Tcl" -SF_PN="otcl-tclcl" -HOMEPAGE="http://sourceforge.net/projects/${SF_PN}/" -SRC_URI="mirror://sourceforge/${SF_PN}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 sparc ~ppc" -IUSE="" -DEPEND=">=dev-lang/tcl-8.3.2 - >=dev-lang/tk-8.3.2" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/otcl-1.8-badfreefix.patch -} - -src_compile() { - local tclv tkv myconf - tclv=$(grep TCL_VER /usr/include/tcl.h | sed 's/^.*"\(.*\)".*/\1/') - tkv=$(grep TK_VER /usr/include/tk.h | sed 's/^.*"\(.*\)".*/\1/') - myconf="--with-tcl-ver=${tclv} --with-tk-ver=${tkv}" - CFLAGS="${CFLAGS} -I/usr/lib/tcl${tkv}/include/generic" - econf ${myconf} || die "econf failed" - emake all || die "emake all failed" - emake libotcl.so || die "emake libotcl.so failed" -} - -src_install() { - into /usr - dobin otclsh owish - dolib libotcl.so - dolib.a libotcl.a - insinto /usr/include - doins otcl.h - - # docs - dodoc VERSION - dohtml README.html CHANGES.html - docinto doc - dodoc doc/* -} diff --git a/dev-tcltk/otcl/otcl-1.9.ebuild b/dev-tcltk/otcl/otcl-1.9.ebuild index d5a7cff9d4e1..03d432ad7a0b 100644 --- a/dev-tcltk/otcl/otcl-1.9.ebuild +++ b/dev-tcltk/otcl/otcl-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.9.ebuild,v 1.1 2005/04/03 13:47:58 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.9.ebuild,v 1.2 2005/04/23 22:44:36 matsuu Exp $ inherit eutils @@ -16,6 +16,8 @@ IUSE="" DEPEND=">=dev-lang/tcl-8.3.2 >=dev-lang/tk-8.3.2" +MAKEOPTS="${MAKEOPTS} -j1" + src_unpack() { unpack ${A} |