summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-02-22 20:43:55 +0000
committerJonathan Callen <abcd@gentoo.org>2010-02-22 20:43:55 +0000
commitf599a7ae8b11afba1e6b6afae5948123ab04a0fb (patch)
treec9100db57beec58a2d57a2f0519025027923dd76 /app-text/texi2html
parentAdd prefix keywords, support; bump EAPI (diff)
downloadgentoo-2-f599a7ae8b11afba1e6b6afae5948123ab04a0fb.tar.gz
gentoo-2-f599a7ae8b11afba1e6b6afae5948123ab04a0fb.tar.bz2
gentoo-2-f599a7ae8b11afba1e6b6afae5948123ab04a0fb.zip
Add prefix keywords, support; bump EAPI
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-text/texi2html')
-rw-r--r--app-text/texi2html/ChangeLog7
-rw-r--r--app-text/texi2html/texi2html-1.78.ebuild12
2 files changed, 12 insertions, 7 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog
index 27dbc1e7cd68..8f471d5cf034 100644
--- a/app-text/texi2html/ChangeLog
+++ b/app-text/texi2html/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/texi2html
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.41 2009/09/23 16:40:28 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.42 2010/02/22 20:43:55 abcd Exp $
+
+ 22 Feb 2010; Jonathan Callen <abcd@gentoo.org> texi2html-1.78.ebuild:
+ Add prefix keywords, support; bump EAPI
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> texi2html-1.64-r1.ebuild:
Remove virtual/libc
diff --git a/app-text/texi2html/texi2html-1.78.ebuild b/app-text/texi2html/texi2html-1.78.ebuild
index 298a426f57ed..d78728e748b2 100644
--- a/app-text/texi2html/texi2html-1.78.ebuild
+++ b/app-text/texi2html/texi2html-1.78.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.3 2009/03/11 18:40:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.4 2010/02/22 20:43:55 abcd Exp $
+
+EAPI=3
DESCRIPTION="Perl script that converts Texinfo to HTML"
HOMEPAGE="http://www.nongnu.org/texi2html/"
@@ -8,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/texi2html/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-lang/perl-5.6.1"
@@ -16,12 +18,12 @@ DEPEND=">=dev-lang/perl-5.6.1"
src_install() {
#yes, htmldir line is correct, no ${D}
emake DESTDIR="${D}" \
- htmldir=/usr/share/doc/${PF}/html \
+ htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
install || die "Installation Failed"
dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO
}
pkg_preinst() {
- rm -f "${ROOT}"/usr/bin/texi2html
+ rm -f "${EROOT}"/usr/bin/texi2html
}