summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-11 04:17:25 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-11 04:17:25 +0000
commitc9ad818c37912b7714cbdf87b89865f56e65a1fc (patch)
tree0150a6fa4ec3c78d41b54cbd3918b9f98ee332dc /dev-tcltk
parentInitial commit, original ebuild by Christophe Radovcic <christophe.radovcic@l... (diff)
downloadgentoo-2-c9ad818c37912b7714cbdf87b89865f56e65a1fc.tar.gz
gentoo-2-c9ad818c37912b7714cbdf87b89865f56e65a1fc.tar.bz2
gentoo-2-c9ad818c37912b7714cbdf87b89865f56e65a1fc.zip
clean up ebuild
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tclcl/ChangeLog5
-rw-r--r--dev-tcltk/tclcl/tclcl-1.15.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-tcltk/tclcl/ChangeLog b/dev-tcltk/tclcl/ChangeLog
index 3eae9b9cafc5..6c56f54b2db3 100644
--- a/dev-tcltk/tclcl/ChangeLog
+++ b/dev-tcltk/tclcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tclcl
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/ChangeLog,v 1.1 2004/01/11 04:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/ChangeLog,v 1.2 2004/01/11 04:17:25 robbat2 Exp $
+
+ 10 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> tclcl-1.15.ebuild:
+ clean up ebuild
*tclcl-1.15 (10 Jan 2004)
diff --git a/dev-tcltk/tclcl/tclcl-1.15.ebuild b/dev-tcltk/tclcl/tclcl-1.15.ebuild
index d84d09737f9c..0df481a4eee7 100644
--- a/dev-tcltk/tclcl/tclcl-1.15.ebuild
+++ b/dev-tcltk/tclcl/tclcl-1.15.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/tclcl-1.15.ebuild,v 1.1 2004/01/11 04:08:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/tclcl-1.15.ebuild,v 1.2 2004/01/11 04:17:25 robbat2 Exp $
-DESCRIPTION="tcl librairy"
+DESCRIPTION="Tcl/C++ interface library"
SF_PN="otcl-tclcl"
HOMEPAGE="http://sourceforge.net/projects/${SF_PN}/"
MY_P="${PN}-src-${PV}"
@@ -19,12 +19,11 @@ S=${WORKDIR}/${P}
src_compile() {
econf || die
sed 's|$(LIBRARY_TCL)/http/http.tcl|$(LIBRARY_TCL)/http2.4/http.tcl|g' -i Makefile
- #sed s/http2.3/http2.4/ -i Makefile
- emake || die
+ emake || die
}
src_install() {
- dolib.a libtclcl.a
+ dolib.a libtclcl.a
dobin tcl2c++
dodir /usr/include
insinto /usr/include