summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-21 06:12:33 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-21 06:12:33 +0000
commit19b1cea36af4b4b748298265e0ad3a6b2a7b864d (patch)
tree09985f7166861c4e772fe40a6868b2f01cc9c926 /dev-tcltk
parentdev-tcltk/tclx: Drop old (diff)
downloadgentoo-2-19b1cea36af4b4b748298265e0ad3a6b2a7b864d.tar.gz
gentoo-2-19b1cea36af4b4b748298265e0ad3a6b2a7b864d.tar.bz2
gentoo-2-19b1cea36af4b4b748298265e0ad3a6b2a7b864d.zip
dev-tcltk/tclx: Drop old
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tclx/ChangeLog5
-rw-r--r--dev-tcltk/tclx/tclx-8.4-r2.ebuild53
2 files changed, 4 insertions, 54 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog
index 5a9d3e6c0646..1ceabe74be52 100644
--- a/dev-tcltk/tclx/ChangeLog
+++ b/dev-tcltk/tclx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tclx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.53 2013/05/20 08:32:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.54 2013/05/21 06:12:33 jlec Exp $
+
+ 21 May 2013; Justin Lecher <jlec@gentoo.org> -tclx-8.4-r2.ebuild:
+ Drop old
20 May 2013; Agostino Sarubbo <ago@gentoo.org> tclx-8.4.1.ebuild:
Stable for x86, wrt bug #463086
diff --git a/dev-tcltk/tclx/tclx-8.4-r2.ebuild b/dev-tcltk/tclx/tclx-8.4-r2.ebuild
deleted file mode 100644
index b4a809cb2d95..000000000000
--- a/dev-tcltk/tclx/tclx-8.4-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.4-r2.ebuild,v 1.6 2012/07/29 18:34:32 armin76 Exp $
-
-EAPI=4
-
-inherit eutils multilib
-
-DESCRIPTION="A set of extensions to TCL"
-HOMEPAGE="http://tclx.sourceforge.net"
-SRC_URI="mirror://sourceforge/tclx/${PN}${PV}.tar.bz2"
-
-LICENSE="BSD"
-IUSE="tk threads"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="
- >=dev-lang/tcl-8.4.6
- tk? ( >=dev-lang/tk-8.4.6 )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}${PV}
-
-# tests broken, bug #279283
-RESTRICT="test"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-relid.patch \
- "${FILESDIR}"/${P}-varinit.patch \
- "${FILESDIR}"/${P}-ldflags.patch
-}
-
-src_configure() {
- econf \
- $(use_enable tk) \
- $(use_enable threads) \
- --enable-shared \
- --with-tcl="${EPREFIX}/usr/$(get_libdir)/"
-
- # adjust install_name on darwin
- if [[ ${CHOST} == *-darwin* ]]; then
- sed -i \
- -e 's:^\(SHLIB_LD\W.*\)$:\1 -install_name ${pkglibdir}/$@:' \
- "${S}"/Makefile || die 'sed failed'
- fi
-}
-
-src_install() {
- default
- doman doc/*.[n3]
-}