diff options
Diffstat (limited to 'app-text/texi2html')
-rw-r--r-- | app-text/texi2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texi2html/Manifest | 4 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index a36a41b0b102..0055ec5c85c4 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texi2html # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.7 2003/03/13 18:54:31 doctomoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.8 2003/06/30 18:12:35 darkspecter Exp $ + + 30 Jun 2003; Bartosch Pixa <darkspecter@gentoo.org> texi2html-1.64.ebuild: + set ppc in keywords 13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> texi2html-1.64.ebuild : Added ~ppc keyword diff --git a/app-text/texi2html/Manifest b/app-text/texi2html/Manifest index 4cdb48339799..8ef28411ee78 100644 --- a/app-text/texi2html/Manifest +++ b/app-text/texi2html/Manifest @@ -1,3 +1,3 @@ -MD5 01734b7e6d4b814cafaf7eadcf61d895 ChangeLog 1059 -MD5 ea2b04be814265f16f78cfd7ca34bfa7 texi2html-1.64.ebuild 1001 +MD5 fd8c0103024cd26ba3733e2d6d7624e1 ChangeLog 1162 +MD5 eb6f7929177727cffa73321b23e3e1fe texi2html-1.64.ebuild 1003 MD5 59e2094b0a438b711cb1687485e580a4 files/digest-texi2html-1.64 66 diff --git a/app-text/texi2html/texi2html-1.64.ebuild b/app-text/texi2html/texi2html-1.64.ebuild index 25730d536b3c..a8710fe5948a 100644 --- a/app-text/texi2html/texi2html-1.64.ebuild +++ b/app-text/texi2html/texi2html-1.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.11 2003/03/13 18:54:31 doctomoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64.ebuild,v 1.12 2003/06/30 18:12:35 darkspecter Exp $ S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ 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/" -KEYWORDS="x86 ~ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="0" LICENSE="GPL-2" |