summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-11 04:17:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-11 04:17:46 +0000
commit8012019df80577b32342ac41aa2d8c34c7181ecb (patch)
treec5e94d5862318aa48b34ff4f385b583d91540791 /app-text/texi2html
parentMarking stable on x86 to fix tree (Manifest recommit) (diff)
downloadgentoo-2-8012019df80577b32342ac41aa2d8c34c7181ecb.tar.gz
gentoo-2-8012019df80577b32342ac41aa2d8c34c7181ecb.tar.bz2
gentoo-2-8012019df80577b32342ac41aa2d8c34c7181ecb.zip
arm KEYWORDS
Diffstat (limited to 'app-text/texi2html')
-rw-r--r--app-text/texi2html/texi2html-1.64-r1.ebuild13
-rw-r--r--app-text/texi2html/texi2html-1.70.ebuild9
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 \