diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-12-06 19:09:52 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-12-06 19:09:52 +0000 |
commit | 71a9d470caf8515c93e7d6237e7105d7440accd7 (patch) | |
tree | 88a3e15805c07532bbaba545bf55df4444ba9a96 /dev-tcltk | |
parent | Stable on ppc wrt bug 249942 (diff) | |
download | gentoo-2-71a9d470caf8515c93e7d6237e7105d7440accd7.tar.gz gentoo-2-71a9d470caf8515c93e7d6237e7105d7440accd7.tar.bz2 gentoo-2-71a9d470caf8515c93e7d6237e7105d7440accd7.zip |
remove old ebuilds, affected by bug #248173
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tdom/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tdom/tdom-0.8.0-r1.ebuild | 59 | ||||
-rw-r--r-- | dev-tcltk/tdom/tdom-0.8.0.ebuild | 51 |
3 files changed, 5 insertions, 111 deletions
diff --git a/dev-tcltk/tdom/ChangeLog b/dev-tcltk/tdom/ChangeLog index 6bb262cde6b8..1ae38d20c057 100644 --- a/dev-tcltk/tdom/ChangeLog +++ b/dev-tcltk/tdom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tdom # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tdom/ChangeLog,v 1.3 2008/12/04 20:14:05 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tdom/ChangeLog,v 1.4 2008/12/06 19:09:52 mescalinum Exp $ + + 06 Dec 2008; Federico Ferri <mescalinum@gentoo.org> -tdom-0.8.0.ebuild, + -tdom-0.8.0-r1.ebuild: + remove old ebuilds, affected by bug #248173 *tdom-0.8.2 (04 Dec 2008) diff --git a/dev-tcltk/tdom/tdom-0.8.0-r1.ebuild b/dev-tcltk/tdom/tdom-0.8.0-r1.ebuild deleted file mode 100644 index a2e6518fa05d..000000000000 --- a/dev-tcltk/tdom/tdom-0.8.0-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tdom/tdom-0.8.0-r1.ebuild,v 1.1 2006/09/22 07:15:43 matsuu Exp $ - -MY_P="tDOM-${PV}" -DESCRIPTION="XML manipulation library for TCL" -HOMEPAGE="http://www.tdom.org/" -SRC_URI="http://www.tdom.org/files/${MY_P}.tar.gz" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="threads" - -DEPEND=">=dev-lang/tcl-8.4.3" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - cd "${S}" - sed -i -e "s/relid'/relid/" configure* tclconfig/tcl.m4 \ - extensions/tnc/configure extensions/example/{configure,tcl.m4} || die -} - -src_compile() { - local myconf="" - - myconf="${myconf} --enable-shared `use_enable threads`" - - cd ${S}/unix - ECONF_SOURCE=".." econf ${myconf} || die "failed to configure" - emake || die "failed to compile tdom" - - # compile tdomhtml - cd ${S}/extensions/tdomhtml - econf || die "fail to configure tdomhtml" - emake || die "fail to compile tdomhtml" - - # compile tnc - cd ${S}/extensions/tnc - econf ${myconf} || die "failed to configure tnc" - emake || die "failed to compile tnc" -} - -src_install() { - cd "${S}"/unix - emake DESTDIR="${D}" install || die - - cd "${S}"/extensions/tdomhtml - emake DESTDIR="${D}" install || die - - cd "${S}"/extensions/tnc - emake DESTDIR="${D}" install || die - - cd "${S}" - dodoc CHANGES ChangeLog README* -} diff --git a/dev-tcltk/tdom/tdom-0.8.0.ebuild b/dev-tcltk/tdom/tdom-0.8.0.ebuild deleted file mode 100644 index 49f10153bfc6..000000000000 --- a/dev-tcltk/tdom/tdom-0.8.0.ebuild +++ /dev/null @@ -1,51 +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/tdom/tdom-0.8.0.ebuild,v 1.2 2007/07/15 03:37:38 mr_bones_ Exp $ - -MY_P="tDOM-${PV}" -DESCRIPTION="XML manipulation library for TCL" -HOMEPAGE="http://www.tdom.org/" -SRC_URI="http://www.tdom.org/files/${MY_P}.tar.gz" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="threads" - -DEPEND=">=dev-lang/tcl-8.4.3" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - local myconf="" - - myconf="${myconf} --enable-shared `use_enable threads`" - - cd ${S}/unix - ECONF_SOURCE=".." econf ${myconf} || die "failed to configure" - emake || die "failed to compile tdom" - - # compile tdomhtml - cd ${S}/extensions/tdomhtml - econf || die "fail to configure tdomhtml" - emake || die "fail to compile tdomhtml" - - # compile tnc - cd ${S}/extensions/tnc - econf ${myconf} || die "failed to configure tnc" - emake || die "failed to compile tnc" -} - -src_install() { - cd ${S}/unix - make DESTDIR=${D} install || die - - cd ${S}/extensions/tdomhtml - make DESTDIR=${D} install || die - - cd ${S}/extensions/tnc - make DESTDIR=${D} install || die - - cd ${S} - dodoc CHANGES ChangeLog README* -} |