diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-23 18:24:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-23 18:24:50 +0000 |
commit | 7beebdef139cfaec905931b5c31087cf96ed6c94 (patch) | |
tree | 1162619a1e12b58f229075042dea5edebde6201c /app-text/texi2html | |
parent | amd64 stable wrt #199230 (diff) | |
download | gentoo-2-7beebdef139cfaec905931b5c31087cf96ed6c94.tar.gz gentoo-2-7beebdef139cfaec905931b5c31087cf96ed6c94.tar.bz2 gentoo-2-7beebdef139cfaec905931b5c31087cf96ed6c94.zip |
remove old, fix date header, quote D
(Portage version: 2.1.4_rc2)
Diffstat (limited to 'app-text/texi2html')
-rw-r--r-- | app-text/texi2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texi2html/files/digest-texi2html-1.64 | 3 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64-r1.ebuild | 6 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64.ebuild | 35 |
4 files changed, 8 insertions, 42 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index 2c743ba1b01c..2e35ab6faf0b 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texi2html # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.36 2007/11/23 18:21:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.37 2007/11/23 18:24:49 aballier Exp $ + + 23 Nov 2007; Alexis Ballier <aballier@gentoo.org> -texi2html-1.64.ebuild, + texi2html-1.64-r1.ebuild: + remove old, fix date header, quote D *texi2html-1.78 (23 Nov 2007) diff --git a/app-text/texi2html/files/digest-texi2html-1.64 b/app-text/texi2html/files/digest-texi2html-1.64 deleted file mode 100644 index b53c2caf7b78..000000000000 --- a/app-text/texi2html/files/digest-texi2html-1.64 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f0fa30e58ed930431c43a07d907593f5 texi2html-1.64.tar.gz 143333 -RMD160 80a2b3917f17fce6131b7eab36c02d4c53cac148 texi2html-1.64.tar.gz 143333 -SHA256 9926dc471d72f80d4b655ae4fdcb4ad74ebb443953e85e333f29ed8b30d59b2f texi2html-1.64.tar.gz 143333 diff --git a/app-text/texi2html/texi2html-1.64-r1.ebuild b/app-text/texi2html/texi2html-1.64-r1.ebuild index d3c66adf3bad..9034df497d73 100644 --- a/app-text/texi2html/texi2html-1.64-r1.ebuild +++ b/app-text/texi2html/texi2html-1.64-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.15 2006/04/10 09:11:01 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64-r1.ebuild,v 1.16 2007/11/23 18:24:49 aballier Exp $ inherit alternatives @@ -23,7 +23,7 @@ src_compile() { src_install() { #yes, htmldir line is correct, no ${D} - make DESTDIR=${D} \ + make DESTDIR="${D}" \ htmldir=/usr/share/doc/${PF}/html \ install || die "Installation Failed" diff --git a/app-text/texi2html/texi2html-1.64.ebuild b/app-text/texi2html/texi2html-1.64.ebuild deleted file mode 100644 index 4b07b875b75b..000000000000 --- a/app-text/texi2html/texi2html-1.64.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 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.22 2006/04/10 09:11:01 ehmsen Exp $ - -DESCRIPTION="Perl script that converts Texinfo to HTML" -SRC_URI="http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/${P}.tar.gz" -HOMEPAGE="http://www.mathematik.uni-kl.de/~obachman/Texi2html/" -LICENSE="GPL-2" - -KEYWORDS="x86 ppc sparc alpha hppa amd64" -SLOT="0" -IUSE="" - -DEPEND="virtual/libc - >=dev-lang/perl-5.6.1" - -src_compile() { - econf || die "Configuration Failed" - emake || die "Parallel Make Failed" - -} - -src_install () { - - #yes, htmldir line is correct, no ${D} - make DESTDIR=${D} \ - htmldir=/usr/share/doc/${PF}/html \ - install || die "Installation Failed" - - dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO -} - -pkg_preinst() { - rm -f ${ROOT}usr/bin/texi2html -} |