summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-08-15 06:54:09 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-08-15 06:54:09 +0000
commitc7fba1b64ce729f924e615ccc78e3f35786e2da2 (patch)
treed840d7f1493d8e45405e75411b8628eee5058d36 /dev-tcltk/tclxml/tclxml-2.4.ebuild
parentRemoved old versions (diff)
downloadhistorical-c7fba1b64ce729f924e615ccc78e3f35786e2da2.tar.gz
historical-c7fba1b64ce729f924e615ccc78e3f35786e2da2.tar.bz2
historical-c7fba1b64ce729f924e615ccc78e3f35786e2da2.zip
Removed old versions
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-tcltk/tclxml/tclxml-2.4.ebuild')
-rw-r--r--dev-tcltk/tclxml/tclxml-2.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-tcltk/tclxml/tclxml-2.4.ebuild b/dev-tcltk/tclxml/tclxml-2.4.ebuild
deleted file mode 100644
index 1c8f20443fa1..000000000000
--- a/dev-tcltk/tclxml/tclxml-2.4.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/tclxml/tclxml-2.4.ebuild,v 1.14 2005/04/07 13:56:01 luckyduck Exp $
-
-DESCRIPTION="Pure Tcl implementation of an XML parser."
-HOMEPAGE="http://tclxml.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz"
-IUSE=""
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 alpha sparc ~amd64"
-
-DEPEND=">=dev-lang/tcl-8.3.3"
-
-src_compile() {
- econf || die
- make || die
-
- # Need to hack the config script.
- sed -i 's:NONE:/usr:' TclxmlConfig.sh
-}
-
-src_install() {
- einstall || die
- dodoc ChangeLog LICENSE README RELNOTES
-}