diff options
-rw-r--r-- | app-text/texi2html/texi2html-1.64-r1.ebuild | 13 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.70.ebuild | 9 |
2 files changed, 8 insertions, 14 deletions
diff --git a/app-text/texi2html/texi2html-1.64-r1.ebuild b/app-text/texi2html/texi2html-1.64-r1.ebuild index e1e167724401..c9ad37b2cf23 100644 --- a/app-text/texi2html/texi2html-1.64-r1.ebuild +++ b/app-text/texi2html/texi2html-1.64-r1.ebuild @@ -1,30 +1,27 @@ # 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-r1.ebuild,v 1.8 2004/07/01 12:08:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64-r1.ebuild,v 1.9 2004/11/11 04:17:46 vapier Exp $ inherit alternatives DESCRIPTION="Perl script that converts Texinfo to HTML" HOMEPAGE="http://www.mathematik.uni-kl.de/~obachman/Texi2html/" SRC_URI="http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc alpha hppa amd64 ia64" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86" IUSE="" DEPEND="virtual/libc >=dev-lang/perl-5.6.1" src_compile() { - econf --program-suffix=-${PV} || die "Configuration Failed" emake || die "Parallel Make Failed" - } -src_install () { - +src_install() { #yes, htmldir line is correct, no ${D} make DESTDIR=${D} \ htmldir=/usr/share/doc/${PF}/html \ @@ -32,10 +29,8 @@ src_install () { dodoc AUTHORS COPYING ChangeLog INSTALL INTRODUCTION NEWS \ README TODO - } pkg_postinst() { - alternatives_auto_makesym "/usr/bin/texi2html" "/usr/bin/texi2html-*" } diff --git a/app-text/texi2html/texi2html-1.70.ebuild b/app-text/texi2html/texi2html-1.70.ebuild index 3bd3740ee446..af77b6f8aff4 100644 --- a/app-text/texi2html/texi2html-1.70.ebuild +++ b/app-text/texi2html/texi2html-1.70.ebuild @@ -1,21 +1,20 @@ # 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.1 2004/10/30 07:00:37 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.70.ebuild,v 1.2 2004/11/11 04:17:46 vapier Exp $ DESCRIPTION="Perl script that converts Texinfo to HTML" HOMEPAGE="https://texi2html.cvshome.org/" SRC_URI="https://texi2html.cvshome.org/files/documents/70/173/${P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/libc >=dev-lang/perl-5.6.1" -src_install () { - +src_install() { #yes, htmldir line is correct, no ${D} make DESTDIR=${D} \ htmldir=/usr/share/doc/${PF}/html \ |