diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
commit | 0a9c3686386a53660bfc7a3ae7ac0949ae99d998 (patch) | |
tree | 5dc05573da0108cc7caed4a1233a51d9664ebb67 /app-text/vilistextum | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-0a9c3686386a53660bfc7a3ae7ac0949ae99d998.tar.gz gentoo-2-0a9c3686386a53660bfc7a3ae7ac0949ae99d998.tar.bz2 gentoo-2-0a9c3686386a53660bfc7a3ae7ac0949ae99d998.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/vilistextum')
-rw-r--r-- | app-text/vilistextum/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/vilistextum/vilistextum-2.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/vilistextum/vilistextum-2.6.2.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-text/vilistextum/ChangeLog b/app-text/vilistextum/ChangeLog index 27648aa9ec2b..a7d298825f99 100644 --- a/app-text/vilistextum/ChangeLog +++ b/app-text/vilistextum/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/vilistextum # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.9 2004/06/24 22:55:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.10 2004/07/01 12:10:48 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + vilistextum-2.6.1.ebuild, vilistextum-2.6.2.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + vilistextum-2.6.1.ebuild, vilistextum-2.6.2.ebuild: + virtual/glibc -> virtual/libc 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> vilistextum-2.6.2.ebuild: Add die following econf for bug 48950 diff --git a/app-text/vilistextum/vilistextum-2.6.1.ebuild b/app-text/vilistextum/vilistextum-2.6.1.ebuild index 0732835c3942..db6fcae90fdc 100644 --- a/app-text/vilistextum/vilistextum-2.6.1.ebuild +++ b/app-text/vilistextum/vilistextum-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.1.ebuild,v 1.10 2004/06/24 22:55:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.1.ebuild,v 1.11 2004/07/01 12:10:48 eradicator Exp $ DESCRIPTION="Vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html." SRC_URI="http://www.mysunrise.ch/users/bhaak/vilistextum/${P}.tar.bz2" @@ -9,7 +9,7 @@ KEYWORDS="x86 sparc" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ./configure \ diff --git a/app-text/vilistextum/vilistextum-2.6.2.ebuild b/app-text/vilistextum/vilistextum-2.6.2.ebuild index 2a97fb734c7e..cedfa777b4f9 100644 --- a/app-text/vilistextum/vilistextum-2.6.2.ebuild +++ b/app-text/vilistextum/vilistextum-2.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.2.ebuild,v 1.13 2004/06/24 22:55:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.2.ebuild,v 1.14 2004/07/01 12:10:48 eradicator Exp $ DESCRIPTION="Vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html." SRC_URI="http://www.mysunrise.ch/users/bhaak/vilistextum/${P}.tar.bz2" @@ -10,7 +10,7 @@ KEYWORDS="x86 sparc ~amd64" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf --enable-multibyte || die "econf failed" |