diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-06-03 19:56:32 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-06-03 19:56:32 +0000 |
commit | 1830ffcd89e559cc2f1f74c9f232a2b33143e4c2 (patch) | |
tree | d6a564c29dd39564e8c9f6fabdbec316352b764e /dev-tcltk/tcldom | |
parent | Changed xml2 USE flag for xml, bug 116346 (diff) | |
download | gentoo-2-1830ffcd89e559cc2f1f74c9f232a2b33143e4c2.tar.gz gentoo-2-1830ffcd89e559cc2f1f74c9f232a2b33143e4c2.tar.bz2 gentoo-2-1830ffcd89e559cc2f1f74c9f232a2b33143e4c2.zip |
Changed xml2 USE flag for xml, bug 116346.
(Portage version: 2.1_rc4)
Diffstat (limited to 'dev-tcltk/tcldom')
-rw-r--r-- | dev-tcltk/tcldom/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tcldom/tcldom-3.0.ebuild | 10 | ||||
-rw-r--r-- | dev-tcltk/tcldom/tcldom-3.1.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-tcltk/tcldom/ChangeLog b/dev-tcltk/tcldom/ChangeLog index f023ec92986b..e6480d851af5 100644 --- a/dev-tcltk/tcldom/ChangeLog +++ b/dev-tcltk/tcldom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tcldom # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/ChangeLog,v 1.7 2006/06/03 19:33:59 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/ChangeLog,v 1.8 2006/06/03 19:56:32 matsuu Exp $ + + 03 Jun 2006; MATSUU Takuto <matsuu@gentoo.org> tcldom-3.0.ebuild, + tcldom-3.1.ebuild: + Changed xml2 USE flag for xml, bug 116346. *tcldom-3.1 (03 Jun 2006) diff --git a/dev-tcltk/tcldom/tcldom-3.0.ebuild b/dev-tcltk/tcldom/tcldom-3.0.ebuild index 1888981d68cf..86e723beefb8 100644 --- a/dev-tcltk/tcldom/tcldom-3.0.ebuild +++ b/dev-tcltk/tcldom/tcldom-3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.0.ebuild,v 1.2 2005/06/26 12:39:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.0.ebuild,v 1.3 2006/06/03 19:56:32 matsuu Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="Document Object Model For Tcl" HOMEPAGE="http://tclxml.sourceforge.net/tcldom.html" SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" -IUSE="expat xml2 threads" +IUSE="expat xml threads" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" @@ -32,7 +32,7 @@ src_compile() { use threads && myconf="${myconf} --enable-threads" - if use xml2 ; then + if use xml ; then cd ${S}/src-libxml2 econf ${myconf} || die emake || die @@ -48,7 +48,7 @@ src_install() { insinto /usr/$(get_libdir)/${PN}${PV} doins library/*.tcl || die - if use xml2 ; then + if use xml ; then cd ${S}/src-libxml2 make DESTDIR=${D} install || die fi diff --git a/dev-tcltk/tcldom/tcldom-3.1.ebuild b/dev-tcltk/tcldom/tcldom-3.1.ebuild index e0a46eb0c45c..0c8f5a9f2b68 100644 --- a/dev-tcltk/tcldom/tcldom-3.1.ebuild +++ b/dev-tcltk/tcldom/tcldom-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild,v 1.1 2006/06/03 19:33:59 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild,v 1.2 2006/06/03 19:56:32 matsuu Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="Document Object Model For Tcl" HOMEPAGE="http://tclxml.sourceforge.net/tcldom.html" SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" -IUSE="expat xml2 threads" +IUSE="expat xml threads" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" @@ -35,7 +35,7 @@ src_compile() { use threads && myconf="${myconf} --enable-threads" - if use xml2 ; then + if use xml ; then cd "${S}/src-libxml2" econf ${myconf} || die emake || die @@ -51,7 +51,7 @@ src_install() { insinto /usr/$(get_libdir)/${PN}${PV} doins library/*.tcl || die - if use xml2 ; then + if use xml ; then cd "${S}/src-libxml2" make DESTDIR="${D}" install || die fi |