diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-07-04 15:51:25 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-07-04 15:51:25 +0000 |
commit | 33df5c891782fe715d0796992461906fef9c8eb2 (patch) | |
tree | 66106a04a3e227c65ecfdd9da516bdf50cdaf12c /app-text | |
parent | Add metadata.xml and subversion-0.24.2 (diff) | |
download | gentoo-2-33df5c891782fe715d0796992461906fef9c8eb2.tar.gz gentoo-2-33df5c891782fe715d0796992461906fef9c8eb2.tar.bz2 gentoo-2-33df5c891782fe715d0796992461906fef9c8eb2.zip |
Added hppa to KEYWORDS.
Diffstat (limited to 'app-text')
-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 0055ec5c85c4..862de6a084bb 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,6 @@ # 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.8 2003/06/30 18:12:35 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.9 2003/07/04 15:50:16 gmsoft Exp $ 30 Jun 2003; Bartosch Pixa <darkspecter@gentoo.org> texi2html-1.64.ebuild: set ppc in keywords @@ -12,6 +12,9 @@ *texi2html-1.64 (1 Feb 2002) + 04 Jul 2003; Guy Martin <gmsoft@gentoo.org> texi2html-1.64.ebuild : + Added hppa to KEYWORDS. + 10 Mar 2003; Will Woods <wwoods@gentoo.org> texi2html-1.64.ebuild: Added alpha to KEYWORDS diff --git a/app-text/texi2html/Manifest b/app-text/texi2html/Manifest index 8ef28411ee78..0b60d120b8a4 100644 --- a/app-text/texi2html/Manifest +++ b/app-text/texi2html/Manifest @@ -1,3 +1,3 @@ -MD5 fd8c0103024cd26ba3733e2d6d7624e1 ChangeLog 1162 -MD5 eb6f7929177727cffa73321b23e3e1fe texi2html-1.64.ebuild 1003 +MD5 3540e085201d8d6e6b110c0d38b61809 ChangeLog 1254 +MD5 9d9c5ce2334553a7a989f2d057c24f14 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 a8710fe5948a..e52b4ed468cd 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.12 2003/06/30 18:12:35 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64.ebuild,v 1.13 2003/07/04 15:50:16 gmsoft 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 hppa" SLOT="0" LICENSE="GPL-2" |