diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-12-03 03:30:02 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-12-03 03:30:02 +0000 |
commit | bd15293e8b67474e28ff48e3c342c12962f48f66 (patch) | |
tree | 2984df82c3ecf8aa0ae5e9974e696f2efd6afa4f /app-text | |
parent | remove older sparc profiles (diff) | |
download | gentoo-2-bd15293e8b67474e28ff48e3c342c12962f48f66.tar.gz gentoo-2-bd15293e8b67474e28ff48e3c342c12962f48f66.tar.bz2 gentoo-2-bd15293e8b67474e28ff48e3c342c12962f48f66.zip |
Remove dead symbolic link before merge; bug #72753.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texi2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64.ebuild | 14 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.70.ebuild | 6 |
3 files changed, 15 insertions, 11 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index a1028cc04ae5..fac08582474c 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texi2html # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.20 2004/11/11 18:16:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.21 2004/12/03 03:30:01 usata Exp $ + + 03 Dec 2004; Mamoru KOMACHI <usata@gentoo.org> texi2html-1.64.ebuild, + texi2html-1.70.ebuild: + Remove dead symbolic link before merge; bug #72753. 11 Nov 2004; Markus Rothe <corsair@gentoo.org> texi2html-1.64-r1.ebuild: Marked ~ppc64 diff --git a/app-text/texi2html/texi2html-1.64.ebuild b/app-text/texi2html/texi2html-1.64.ebuild index 6a71b70d33ab..7392662e8395 100644 --- a/app-text/texi2html/texi2html-1.64.ebuild +++ b/app-text/texi2html/texi2html-1.64.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/texi2html/texi2html-1.64.ebuild,v 1.18 2004/07/01 12:08:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64.ebuild,v 1.19 2004/12/03 03:30:02 usata Exp $ DESCRIPTION="Perl script that converts Texinfo to HTML" SRC_URI="http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/${P}.tar.gz" @@ -15,14 +15,7 @@ DEPEND="virtual/libc >=dev-lang/perl-5.6.1" src_compile() { - - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "Configuration Failed" - + econf || die "Configuration Failed" emake || die "Parallel Make Failed" } @@ -36,5 +29,8 @@ src_install () { dodoc AUTHORS COPYING ChangeLog INSTALL INTRODUCTION NEWS \ README TODO +} +pkg_preinst() { + rm -f ${ROOT}usr/bin/texi2html } diff --git a/app-text/texi2html/texi2html-1.70.ebuild b/app-text/texi2html/texi2html-1.70.ebuild index 63250ee5fe34..7e3f6ea62dd4 100644 --- a/app-text/texi2html/texi2html-1.70.ebuild +++ b/app-text/texi2html/texi2html-1.70.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/texi2html/texi2html-1.70.ebuild,v 1.3 2004/11/22 15:18:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.70.ebuild,v 1.4 2004/12/03 03:30:02 usata Exp $ DESCRIPTION="Perl script that converts Texinfo to HTML" HOMEPAGE="https://texi2html.cvshome.org/" @@ -22,3 +22,7 @@ src_install() { dodoc AUTHORS ChangeLog INSTALL INTRODUCTION NEWS README TODO } + +pkg_preinst() { + rm -f ${ROOT}usr/bin/texi2html +} |