diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-04-04 22:58:16 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-04-04 22:58:16 +0000 |
commit | 5ae9a3215e169f775c2213b51c825ce81c9303a0 (patch) | |
tree | 82c91bf220bd1c8ce5a63b52770cf27e9ada62c3 /dev-tcltk/tclxml-expat | |
parent | updated header, added metadata.xml (diff) | |
download | historical-5ae9a3215e169f775c2213b51c825ce81c9303a0.tar.gz historical-5ae9a3215e169f775c2213b51c825ce81c9303a0.tar.bz2 historical-5ae9a3215e169f775c2213b51c825ce81c9303a0.zip |
Version bump and clean up.
Diffstat (limited to 'dev-tcltk/tclxml-expat')
-rw-r--r-- | dev-tcltk/tclxml-expat/ChangeLog | 10 | ||||
-rw-r--r-- | dev-tcltk/tclxml-expat/files/digest-tclxml-expat-2.6 | 1 | ||||
-rw-r--r-- | dev-tcltk/tclxml-expat/metadata.xml | 5 | ||||
-rw-r--r-- | dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild | 27 |
4 files changed, 41 insertions, 2 deletions
diff --git a/dev-tcltk/tclxml-expat/ChangeLog b/dev-tcltk/tclxml-expat/ChangeLog index 0aa9ce6b7865..82052a0d3953 100644 --- a/dev-tcltk/tclxml-expat/ChangeLog +++ b/dev-tcltk/tclxml-expat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tcltk/tclxml-expat -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/ChangeLog,v 1.4 2003/07/12 13:10:41 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/ChangeLog,v 1.5 2004/04/04 22:58:16 zx Exp $ + +*tclxml-expat-2.6 (04 Apr 2004) + + 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> metadata.xml, + tclxml-expat-2.6.ebuild: + Version bump and clean up. *tclxml-expat-2.5 (03 Feb 2003) diff --git a/dev-tcltk/tclxml-expat/files/digest-tclxml-expat-2.6 b/dev-tcltk/tclxml-expat/files/digest-tclxml-expat-2.6 new file mode 100644 index 000000000000..b75869fc1e6d --- /dev/null +++ b/dev-tcltk/tclxml-expat/files/digest-tclxml-expat-2.6 @@ -0,0 +1 @@ +MD5 a54d1d6965e2123529e80d2a7ed251ec tclxml-2.6.tar.gz 423406 diff --git a/dev-tcltk/tclxml-expat/metadata.xml b/dev-tcltk/tclxml-expat/metadata.xml new file mode 100644 index 000000000000..20ce219711a2 --- /dev/null +++ b/dev-tcltk/tclxml-expat/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +</pkgmetadata> diff --git a/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild b/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild new file mode 100644 index 000000000000..fe89d1bd9f4a --- /dev/null +++ b/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild,v 1.1 2004/04/04 22:58:16 zx Exp $ + +DESCRIPTION="Tcl wrapper libraries for expat XML parser." +HOMEPAGE="http://tclxml.sourceforge.net/" +SRC_URI="mirror://sourceforge/tclxml/tclxml-${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="-x86" + +DEPEND=">=dev-lang/tcl-8.3.3 + >=dev-libs/expat-1.95.4 + =dev-tcltk/tclxml-${PV}*" + +S=${WORKDIR}/tclxml-${PV}/expat + +src_compile() { + econf --with-tcl=/usr/lib --with-Tclxml=/usr/lib || die + make || die +} + +src_install() { + einstall || die + dohtml expat.html +} |