diff options
Diffstat (limited to 'www-apache/mod_tcl')
-rw-r--r-- | www-apache/mod_tcl/mod_tcl-1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apache/mod_tcl/mod_tcl-1.0.ebuild b/www-apache/mod_tcl/mod_tcl-1.0.ebuild index a0bc6d3fc2f6..0bb747d85855 100644 --- a/www-apache/mod_tcl/mod_tcl-1.0.ebuild +++ b/www-apache/mod_tcl/mod_tcl-1.0.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2005 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.ebuild,v 1.3 2005/01/09 00:44:10 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.ebuild,v 1.4 2005/07/10 00:39:49 swegener Exp $ inherit eutils DESCRIPTION="An Apache2 DSO providing an embedded Tcl interpreter" HOMEPAGE="http://tcl.apache.org/mod_tcl/" -S=${WORKDIR}/${P} SRC_URI="mirror://gentoo/${P}.tar.bz2" DEPEND="dev-lang/tcl =net-www/apache-2*" LICENSE="Apache-1.1" |