summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-07-21 03:46:48 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-07-21 03:46:48 +0000
commitc9548e6772bb65eff401841f03fa96aab2715628 (patch)
tree9b522e89616453e6171459f1a433412eb04515b5 /dev-tcltk/tls/tls-1.4.1.ebuild
parentRemove old. (diff)
downloadgentoo-2-c9548e6772bb65eff401841f03fa96aab2715628.tar.gz
gentoo-2-c9548e6772bb65eff401841f03fa96aab2715628.tar.bz2
gentoo-2-c9548e6772bb65eff401841f03fa96aab2715628.zip
Fixed to work with tcl-8.5, bug #173542.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-tcltk/tls/tls-1.4.1.ebuild')
-rw-r--r--dev-tcltk/tls/tls-1.4.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-tcltk/tls/tls-1.4.1.ebuild b/dev-tcltk/tls/tls-1.4.1.ebuild
deleted file mode 100644
index a54e6ab3b9c3..000000000000
--- a/dev-tcltk/tls/tls-1.4.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/tls-1.4.1.ebuild,v 1.13 2005/04/02 15:47:46 weeve Exp $
-
-DESCRIPTION="TLS OpenSSL extension to Tcl."
-HOMEPAGE="http://tls.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tls/${PN}${PV}-src.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 hppa alpha ppc amd64 sparc"
-IUSE=""
-DEPEND=">=dev-lang/tcl-8.3.3
- >=dev-lang/tk-8.3.3
- dev-libs/openssl"
-
-S=${WORKDIR}/tls1.4
-
-src_compile() {
- econf --with-ssl-dir=/usr || die
- make || die
-}
-
-src_install() {
- einstall || die
- dodoc ChangeLog README.txt license.terms
-}