summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-10-07 12:31:09 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-10-07 12:31:09 +0000
commit0acd10ff21cc6e3d0fe7007625790142673910a9 (patch)
tree3281cc452642f182b297f0039a75b30e05e4b8d3 /dev-tcltk/tclperl
parentleave -Bsymbolic-functions untouched (diff)
downloadgentoo-2-0acd10ff21cc6e3d0fe7007625790142673910a9.tar.gz
gentoo-2-0acd10ff21cc6e3d0fe7007625790142673910a9.tar.bz2
gentoo-2-0acd10ff21cc6e3d0fe7007625790142673910a9.zip
Remove old
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tclperl')
-rw-r--r--dev-tcltk/tclperl/ChangeLog8
-rw-r--r--dev-tcltk/tclperl/tclperl-3.1.ebuild35
2 files changed, 5 insertions, 38 deletions
diff --git a/dev-tcltk/tclperl/ChangeLog b/dev-tcltk/tclperl/ChangeLog
index a3d14a96fa8c..422452b1f87e 100644
--- a/dev-tcltk/tclperl/ChangeLog
+++ b/dev-tcltk/tclperl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tclperl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.10 2011/05/23 07:16:41 tomka Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.11 2012/10/07 12:31:09 ago Exp $
+
+ 07 Oct 2012; Agostino Sarubbo <ago@gentoo.org> -tclperl-3.1.ebuild:
+ Remove old
23 May 2011; Thomas Kahle <tomka@gentoo.org> tclperl-3.2.ebuild:
x86 stable per bug 364825
@@ -36,4 +39,3 @@
17 May 2004; <matsuu@gentoo.org> +tclperl-2.5.ebuild:
Initial import.
-
diff --git a/dev-tcltk/tclperl/tclperl-3.1.ebuild b/dev-tcltk/tclperl/tclperl-3.1.ebuild
deleted file mode 100644
index baab21b4793f..000000000000
--- a/dev-tcltk/tclperl/tclperl-3.1.ebuild
+++ /dev/null
@@ -1,35 +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/tclperl/tclperl-3.1.ebuild,v 1.3 2004/11/06 15:39:28 pyrania Exp $
-
-inherit toolchain-funcs
-
-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"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-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
-
- $(tc-getCC) -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() {
- exeinto /usr/lib/tclperl
- doexe tclperl.so.${PV} || die "lib"
- doexe pkgIndex.tcl || die "tcl"
-
- dodoc CHANGES INSTALL README
- dohtml tclperl.htm
-}