diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-06 06:31:00 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-06 06:31:00 +0000 |
commit | 6c5fcbf9460e0e208058c558f60a5a8fae85d9b1 (patch) | |
tree | 5a74d66fbf2d1de73ae9e1edd6cce04730ff9ff8 /app-text | |
parent | ppc stable, bug #167206 (diff) | |
download | gentoo-2-6c5fcbf9460e0e208058c558f60a5a8fae85d9b1.tar.gz gentoo-2-6c5fcbf9460e0e208058c558f60a5a8fae85d9b1.tar.bz2 gentoo-2-6c5fcbf9460e0e208058c558f60a5a8fae85d9b1.zip |
ppc stable, bug #129395
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text')
-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 d24ca0586f71..1d9348e8cfc8 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.10 2007/03/12 22:28:17 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.11 2007/04/06 06:31:00 dertobi123 Exp $ + + 06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> + highlight-2.4.8.ebuild: + ppc stable, bug #129395 12 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml: Replacing text-markup herd with the new sgml and tex herds. diff --git a/app-text/highlight/highlight-2.4.8.ebuild b/app-text/highlight/highlight-2.4.8.ebuild index e2e4249010fe..ea0502cdbacd 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.3 2007/03/03 18:30:32 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.4.8.ebuild,v 1.4 2007/04/06 06:31:00 dertobi123 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 x86" +KEYWORDS="~amd64 ppc x86" IUSE="" src_compile() { |