diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-23 18:21:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-23 18:21:45 +0000 |
commit | 17ed579c71092f6d045246e1c76f0bf807c2898e (patch) | |
tree | 775ad43b5ceb1f4a2bb12a64c6923d9ed8e43131 /app-text | |
parent | Stable on ppc64; bug #199876 (diff) | |
download | gentoo-2-17ed579c71092f6d045246e1c76f0bf807c2898e.tar.gz gentoo-2-17ed579c71092f6d045246e1c76f0bf807c2898e.tar.bz2 gentoo-2-17ed579c71092f6d045246e1c76f0bf807c2898e.zip |
version bump, fix src uri and homepage, bug #199484
(Portage version: 2.1.4_rc2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texi2html/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/texi2html/files/digest-texi2html-1.76 | 6 | ||||
-rw-r--r-- | app-text/texi2html/files/digest-texi2html-1.78 | 3 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.76.ebuild | 8 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.78.ebuild | 27 |
5 files changed, 44 insertions, 8 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index 232ae3196bb9..2c743ba1b01c 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,12 @@ # 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.35 2007/03/13 00:03:02 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.36 2007/11/23 18:21:44 aballier Exp $ + +*texi2html-1.78 (23 Nov 2007) + + 23 Nov 2007; Alexis Ballier <aballier@gentoo.org> texi2html-1.76.ebuild, + +texi2html-1.78.ebuild: + version bump, fix src uri and homepage, bug #199484 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/app-text/texi2html/files/digest-texi2html-1.76 b/app-text/texi2html/files/digest-texi2html-1.76 index e46b1db760da..6a99e3f5245a 100644 --- a/app-text/texi2html/files/digest-texi2html-1.76 +++ b/app-text/texi2html/files/digest-texi2html-1.76 @@ -1,3 +1,3 @@ -MD5 e8286fc0c07ce684fcc3793a98832038 texi2html-1.76.tar.bz2 381851 -RMD160 101bf454f8c6ef5af51ff0c2fdd4923f2ada4991 texi2html-1.76.tar.bz2 381851 -SHA256 9a5e8243e18f610ed6ff23eb80b07f0fa8cde676902b9b20bc41cd12785ceb95 texi2html-1.76.tar.bz2 381851 +MD5 38d0021c547612dba3543bdb1376569f texi2html-1.76.tar.gz 470207 +RMD160 987481a32d2aabf04f6217b3f43660696e5d7473 texi2html-1.76.tar.gz 470207 +SHA256 387392086e591be9bd58879eb1e05908b6b886c871b92ad240b159af2ae6a623 texi2html-1.76.tar.gz 470207 diff --git a/app-text/texi2html/files/digest-texi2html-1.78 b/app-text/texi2html/files/digest-texi2html-1.78 new file mode 100644 index 000000000000..07456f091159 --- /dev/null +++ b/app-text/texi2html/files/digest-texi2html-1.78 @@ -0,0 +1,3 @@ +MD5 40df77a1b84b5ef4ce9238f5ffd5346d texi2html-1.78.tar.bz2 453223 +RMD160 e68bfcb4a8270d8d1e2fc4010c0c0bdde3d3ff47 texi2html-1.78.tar.bz2 453223 +SHA256 740b1074d053570d4899c943a4aa99b97f10025d6306d1cc09c2c76e40a98167 texi2html-1.78.tar.bz2 453223 diff --git a/app-text/texi2html/texi2html-1.76.ebuild b/app-text/texi2html/texi2html-1.76.ebuild index 9d047e073891..f21f920e0164 100644 --- a/app-text/texi2html/texi2html-1.76.ebuild +++ b/app-text/texi2html/texi2html-1.76.ebuild @@ -1,10 +1,10 @@ -# 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.76.ebuild,v 1.12 2006/11/12 05:37:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.76.ebuild,v 1.13 2007/11/23 18:21:44 aballier Exp $ DESCRIPTION="Perl script that converts Texinfo to HTML" -HOMEPAGE="https://texi2html.cvshome.org/" -SRC_URI="https://texi2html.cvshome.org/files/documents/70/758/${P}.tar.bz2" +HOMEPAGE="http://www.nongnu.org/texi2html/" +SRC_URI="http://download.savannah.gnu.org/releases/texi2html/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/texi2html/texi2html-1.78.ebuild b/app-text/texi2html/texi2html-1.78.ebuild new file mode 100644 index 000000000000..d46d5c1bf2eb --- /dev/null +++ b/app-text/texi2html/texi2html-1.78.ebuild @@ -0,0 +1,27 @@ +# 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.78.ebuild,v 1.1 2007/11/23 18:21:44 aballier Exp $ + +DESCRIPTION="Perl script that converts Texinfo to HTML" +HOMEPAGE="http://www.nongnu.org/texi2html/" +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 ~ppc-macos ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +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 \ + install || die "Installation Failed" + + dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO +} + +pkg_preinst() { + rm -f "${ROOT}"/usr/bin/texi2html +} |