diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-10-21 15:35:07 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-10-21 15:35:07 +0000 |
commit | 11166e4ea72fc7582bad20fa46f568094a57ab57 (patch) | |
tree | 009ff0c73a60be8a9e0e5ed3394542164fca0f76 /dev-tcltk | |
parent | Add metadata (shell-tools) (Manifest recommit) (diff) | |
download | gentoo-2-11166e4ea72fc7582bad20fa46f568094a57ab57.tar.gz gentoo-2-11166e4ea72fc7582bad20fa46f568094a57ab57.tar.bz2 gentoo-2-11166e4ea72fc7582bad20fa46f568094a57ab57.zip |
Fixed compile error. Bug 68281.
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tclperl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-tcltk/tclperl/Manifest | 6 | ||||
-rw-r--r-- | dev-tcltk/tclperl/files/digest-tclperl-2.5-r1 | 1 | ||||
-rw-r--r-- | dev-tcltk/tclperl/files/digest-tclperl-3.1 | 1 | ||||
-rw-r--r-- | dev-tcltk/tclperl/tclperl-2.5-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-tcltk/tclperl/tclperl-3.1.ebuild | 34 |
6 files changed, 78 insertions, 2 deletions
diff --git a/dev-tcltk/tclperl/ChangeLog b/dev-tcltk/tclperl/ChangeLog index 43870bbbcb1a..122d57fcd63e 100644 --- a/dev-tcltk/tclperl/ChangeLog +++ b/dev-tcltk/tclperl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-tcltk/tclperl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.3 2004/10/17 10:13:53 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.4 2004/10/21 15:35:06 matsuu Exp $ + +*tclperl-3.1 (22 Oct 2004) + + 22 Oct 2004; MATSUU Takuto <matsuu@gentoo.org> +tclperl-2.5-r1.ebuild, + +tclperl-3.1.ebuild: + Fixed compile error. Bug 68281. + Version bumped. 17 Oct 2004; David Holm <dholm@gentoo.org> tclperl-2.5.ebuild: Added to ~ppc. diff --git a/dev-tcltk/tclperl/Manifest b/dev-tcltk/tclperl/Manifest index eb2ef332cb53..3de8c384cbd4 100644 --- a/dev-tcltk/tclperl/Manifest +++ b/dev-tcltk/tclperl/Manifest @@ -1,4 +1,8 @@ +MD5 89d138ca013832e444e31d3c8dc0d91b tclperl-3.1.ebuild 927 +MD5 7ae4ca91c2349e76d1955e83bb218014 tclperl-2.5.ebuild 732 +MD5 d0707177843e1ab75231204dd7d00bb0 tclperl-2.5-r1.ebuild 758 MD5 311e7ae378a2ba1819e168c175f23509 ChangeLog 392 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 -MD5 7ae4ca91c2349e76d1955e83bb218014 tclperl-2.5.ebuild 732 MD5 24a01236fd1234ca39e6b3f4723606ee files/digest-tclperl-2.5 61 +MD5 595db246634277484e07016371570132 files/digest-tclperl-3.1 62 +MD5 24a01236fd1234ca39e6b3f4723606ee files/digest-tclperl-2.5-r1 61 diff --git a/dev-tcltk/tclperl/files/digest-tclperl-2.5-r1 b/dev-tcltk/tclperl/files/digest-tclperl-2.5-r1 new file mode 100644 index 000000000000..6edc4bb59bd0 --- /dev/null +++ b/dev-tcltk/tclperl/files/digest-tclperl-2.5-r1 @@ -0,0 +1 @@ +MD5 a4cb0f18d8645ab4c0d5a250a8c6e262 tclperl-2.5.tar.gz 5805 diff --git a/dev-tcltk/tclperl/files/digest-tclperl-3.1 b/dev-tcltk/tclperl/files/digest-tclperl-3.1 new file mode 100644 index 000000000000..35e95cce93af --- /dev/null +++ b/dev-tcltk/tclperl/files/digest-tclperl-3.1 @@ -0,0 +1 @@ +MD5 79a6feb0ac075f93a916999250cd7091 tclperl-3.1.tar.bz2 9871 diff --git a/dev-tcltk/tclperl/tclperl-2.5-r1.ebuild b/dev-tcltk/tclperl/tclperl-2.5-r1.ebuild new file mode 100644 index 000000000000..1746ed1a9d12 --- /dev/null +++ b/dev-tcltk/tclperl/tclperl-2.5-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-2.5-r1.ebuild,v 1.1 2004/10/21 15:35:06 matsuu Exp $ + +DESCRIPTION="a Perl package for Tcl" +HOMEPAGE="http://jfontain.free.fr/tclperl.htm" +SRC_URI="http://jfontain.free.fr/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc" +SLOT="0" +IUSE="" + +DEPEND=">=dev-lang/tcl-8.0 + dev-lang/perl" + +src_compile() { + [ -z "${CC}" ] && CC=gcc + ${CC} -shared -o tclperl.so.${PV} -fPIC ${CFLAGS} -Wall tclperl.c `perl -MExtUtils::Embed -e ccopts -e ldopts` || die +} + +src_install() { + insinto /usr/lib/tclperl + doins tclperl.so.${PV} + doins pkgIndex.tcl + + dodoc CHANGES INSTALL README + dohtml tclperl.htm +} diff --git a/dev-tcltk/tclperl/tclperl-3.1.ebuild b/dev-tcltk/tclperl/tclperl-3.1.ebuild new file mode 100644 index 000000000000..ca5bdc85ba65 --- /dev/null +++ b/dev-tcltk/tclperl/tclperl-3.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-3.1.ebuild,v 1.1 2004/10/21 15:35:06 matsuu Exp $ + +DESCRIPTION="a Perl package for Tcl" +HOMEPAGE="http://jfontain.free.fr/tclperl.htm" +SRC_URI="http://jfontain.free.fr/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc" +SLOT="0" +IUSE="" + +DEPEND=">=dev-lang/tcl-8.3.3 + >=dev-lang/perl-5.6.0" + +src_compile() { + perl Makefile.PL || die + make OPTIMIZE="${CFLAGS}" Tcl.o || die + + [ -z "${CC}" ] && CC=gcc + ${CC} -shared ${CFLAGS} -o tclperl.so.${PV} -fPIC -DUSE_TCL_STUBS \ + tclperl.c tclthread.c `perl -MExtUtils::Embed -e ccopts -e ldopts` \ + /usr/lib/libtclstub`echo 'puts $tcl_version' | tclsh`.a Tcl.o || die +} + +src_install() { + insinto /usr/lib/tclperl + doins tclperl.so.${PV} + doins pkgIndex.tcl + + dodoc CHANGES INSTALL README + dohtml tclperl.htm +} |