diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-06-26 21:06:03 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-06-26 21:06:03 +0000 |
commit | e69d46415fa1558c80449eaa66d501460b5c1aff (patch) | |
tree | 859c8ae1105bd24c323fad52f38f5576008fad21 /app-text/highlight | |
parent | Stable on sparc (diff) | |
download | gentoo-2-e69d46415fa1558c80449eaa66d501460b5c1aff.tar.gz gentoo-2-e69d46415fa1558c80449eaa66d501460b5c1aff.tar.bz2 gentoo-2-e69d46415fa1558c80449eaa66d501460b5c1aff.zip |
Stable on sparc
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/highlight')
-rw-r--r-- | app-text/highlight/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/highlight/highlight-2.4.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog index b315e4ee5923..6fa4e9b70ccf 100644 --- a/app-text/highlight/ChangeLog +++ b/app-text/highlight/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/highlight # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.12 2007/05/24 12:53:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.13 2007/06/26 21:06:03 gustavoz Exp $ + + 26 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> + highlight-2.4.8.ebuild: + Stable on sparc 24 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> highlight-2.4.8.ebuild: diff --git a/app-text/highlight/highlight-2.4.8.ebuild b/app-text/highlight/highlight-2.4.8.ebuild index c997cb0d4bc8..71686c47d478 100644 --- a/app-text/highlight/highlight-2.4.8.ebuild +++ b/app-text/highlight/highlight-2.4.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.4.8.ebuild,v 1.5 2007/05/24 12:53:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.4.8.ebuild,v 1.6 2007/06/26 21:06:03 gustavoz Exp $ DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting." HOMEPAGE="http://www.andre-simon.de/" SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" src_compile() { |