diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-17 03:47:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-17 03:47:16 +0000 |
commit | 6d3aa35e37824b307de85c90e01f63e59cd74a6e (patch) | |
tree | a54f1faeeb47907f46decbbe25b34bce829ed7c3 /dev-tcltk/tclxml-expat | |
parent | fix pkg-config typo (diff) | |
download | gentoo-2-6d3aa35e37824b307de85c90e01f63e59cd74a6e.tar.gz gentoo-2-6d3aa35e37824b307de85c90e01f63e59cd74a6e.tar.bz2 gentoo-2-6d3aa35e37824b307de85c90e01f63e59cd74a6e.zip |
further cleanup of ebuilds which need removed versions of dev-tcltk/tclxml
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-tcltk/tclxml-expat')
-rw-r--r-- | dev-tcltk/tclxml-expat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild | 28 |
2 files changed, 6 insertions, 30 deletions
diff --git a/dev-tcltk/tclxml-expat/ChangeLog b/dev-tcltk/tclxml-expat/ChangeLog index 96bb2c8d84f0..8d46aed27341 100644 --- a/dev-tcltk/tclxml-expat/ChangeLog +++ b/dev-tcltk/tclxml-expat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tclxml-expat -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/ChangeLog,v 1.14 2007/02/22 01:33:58 peper Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/ChangeLog,v 1.15 2008/08/17 03:47:16 mr_bones_ Exp $ + + 17 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> + -tclxml-expat-2.6.ebuild: + further cleanup of ebuilds which need removed versions of dev-tcltk/tclxml 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild b/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild deleted file mode 100644 index 194932ce942d..000000000000 --- a/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild +++ /dev/null @@ -1,28 +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-expat/tclxml-expat-2.6.ebuild,v 1.4 2005/04/07 13:57:48 luckyduck 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" -IUSE="" - -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 -} |