diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-15 19:31:38 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-15 19:31:38 +0000 |
commit | 6b50e0ce64840c05a96e9598fb7f6a43f8d49e8a (patch) | |
tree | 9f4ea59a88ea65759ea1fc46265d43b1910e9e70 /www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild | |
parent | Cleanup. (diff) | |
download | historical-6b50e0ce64840c05a96e9598fb7f6a43f8d49e8a.tar.gz historical-6b50e0ce64840c05a96e9598fb7f6a43f8d49e8a.tar.bz2 historical-6b50e0ce64840c05a96e9598fb7f6a43f8d49e8a.zip |
Cleanup.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild')
-rw-r--r-- | www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild b/www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild deleted file mode 100644 index ef218768afee..000000000000 --- a/www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild,v 1.5 2006/06/04 19:08:27 vericgar Exp $ - -inherit eutils apache-module - -DESCRIPTION="An Apache2 DSO providing an embedded Tcl interpreter" -HOMEPAGE="http://tcl.apache.org/mod_tcl/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="Apache-1.1" -KEYWORDS="ppc x86" -IUSE="" -SLOT="0" - -DEPEND="dev-lang/tcl" -RDEPEND="${DEPEND}" - -APXS2_ARGS="-c -Wl,-ltcl -DHAVE_TCL_H ${PN}.c tcl_cmds.c tcl_misc.c" -APACHE2_MOD_CONF="${PVR}/27_mod_tcl" -APACHE2_MOD_DEFINE="TCL" - -DOCFILES="AUTHORS INSTALL NEWS README test_script.tm" - -need_apache2 - -src_compile() { - mv tcl_core.c ${PN}.c - apache2_src_compile -} |