diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-05-14 01:07:45 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-05-14 01:07:45 +0000 |
commit | e664685703298433f7ab0b3daca8594e174f1f8b (patch) | |
tree | cf9ac6dad4472700c23347064bd435292b9da380 /app-text | |
parent | Inherit eutils so epatch actually works. (diff) | |
download | historical-e664685703298433f7ab0b3daca8594e174f1f8b.tar.gz historical-e664685703298433f7ab0b3daca8594e174f1f8b.tar.bz2 historical-e664685703298433f7ab0b3daca8594e174f1f8b.zip |
mark ~ppc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/code2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/code2html/Manifest | 4 | ||||
-rw-r--r-- | app-text/code2html/code2html-0.9.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/code2html/ChangeLog b/app-text/code2html/ChangeLog index 69423cad8233..bbc803de7374 100644 --- a/app-text/code2html/ChangeLog +++ b/app-text/code2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/code2html # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.7 2005/04/21 20:15:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.8 2005/05/14 01:07:45 wormo Exp $ + + 13 May 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> + code2html-0.9.1.ebuild: + mark ~ppc 21 Apr 2005; Simon Stelling <blubb@gentoo.org> code2html-0.9.1.ebuild: stable on amd64 diff --git a/app-text/code2html/Manifest b/app-text/code2html/Manifest index ff1b65ea00e6..f4913e1fdb8d 100644 --- a/app-text/code2html/Manifest +++ b/app-text/code2html/Manifest @@ -1,4 +1,4 @@ -MD5 1cfcfced611b2b8b9fa625f4c31f8d0b ChangeLog 805 -MD5 89dc7f1bd03cae7d7c2914e9aa150014 code2html-0.9.1.ebuild 599 +MD5 6a09efaeccaab79352e1e3142e4a59d7 ChangeLog 904 MD5 7eb88a98819e06282d33352f04ee7973 metadata.xml 451 +MD5 d5aee1799984ae032bdcc601d24b56d8 code2html-0.9.1.ebuild 604 MD5 e7ef53b6adcc6482871797ee00e8a683 files/digest-code2html-0.9.1 66 diff --git a/app-text/code2html/code2html-0.9.1.ebuild b/app-text/code2html/code2html-0.9.1.ebuild index f5e0fa597cb4..4b78fcb87cae 100644 --- a/app-text/code2html/code2html-0.9.1.ebuild +++ b/app-text/code2html/code2html-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1.ebuild,v 1.8 2005/04/21 20:15:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1.ebuild,v 1.9 2005/05/14 01:07:45 wormo Exp $ DESCRIPTION="Converts source files to colored HTML output." HOMEPAGE="http://www.palfrader.org/code2html/" @@ -9,7 +9,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 amd64 ppc64" +KEYWORDS="x86 amd64 ppc64 ~ppc" IUSE="" DEPEND="" |