diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-12-03 09:13:46 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-12-03 09:13:46 +0000 |
commit | a9127f83c811be4b4282d2db918474c952783964 (patch) | |
tree | 107276b321fd963a24c5491bd4d7aa71cfef783e /app-text | |
parent | 1.27 doesn't belong. (diff) | |
download | historical-a9127f83c811be4b4282d2db918474c952783964.tar.gz historical-a9127f83c811be4b4282d2db918474c952783964.tar.bz2 historical-a9127f83c811be4b4282d2db918474c952783964.zip |
Stable on x86, bug #114323.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/highlight/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/highlight/Manifest | 14 | ||||
-rw-r--r-- | app-text/highlight/highlight-2.2.9.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog index efb8cabdf56e..2dfa1a450a66 100644 --- a/app-text/highlight/ChangeLog +++ b/app-text/highlight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/highlight # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.3 2005/12/03 08:57:30 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.4 2005/12/03 09:13:46 ticho Exp $ + + 03 Dec 2005; Andrej Kacian <ticho@gentoo.org> highlight-2.2.9.ebuild: + Stable on x86, bug #114323. 03 Dec 2005; <pclouds@gentoo.org> highlight-2.4.3.ebuild: Used ${P} instead of ${PN}-${PV} diff --git a/app-text/highlight/Manifest b/app-text/highlight/Manifest index 9c40d0e89511..1dbb4009140d 100644 --- a/app-text/highlight/Manifest +++ b/app-text/highlight/Manifest @@ -1,6 +1,16 @@ -MD5 0371cfba52869367463b553e20c77223 ChangeLog 596 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 68eb51b54d8863bf73c27b94557a57d1 ChangeLog 697 MD5 d716e985f39f79a63ff522693913dde0 files/digest-highlight-2.2.9 68 MD5 0aff21f6e391333328a1eab9a5964df1 files/digest-highlight-2.4.3 68 -MD5 620cf1153b51ad720799745a05afcd21 highlight-2.2.9.ebuild 653 +MD5 02e1e2d575455ce3e555b0a395907b9d highlight-2.2.9.ebuild 650 MD5 e9ee486593d39cd16734e69b2ccf1d69 highlight-2.4.3.ebuild 635 MD5 ccf9ea2ff9f57801ca037faea678a353 metadata.xml 165 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDkWHZQlM6RnzZP+IRAv6ZAKCTLS3DDJUdNluRQ3tzdqtZHJQkUwCgqO7r +WAs0hgJvb/aXUaoJhc7IDzY= +=2mPo +-----END PGP SIGNATURE----- diff --git a/app-text/highlight/highlight-2.2.9.ebuild b/app-text/highlight/highlight-2.2.9.ebuild index 701642ac749a..0b5a0318788b 100644 --- a/app-text/highlight/highlight-2.2.9.ebuild +++ b/app-text/highlight/highlight-2.2.9.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/highlight/highlight-2.2.9.ebuild,v 1.1 2005/03/26 02:40:12 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.2.9.ebuild,v 1.2 2005/12/03 09:13:46 ticho Exp $ DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting." @@ -8,7 +8,7 @@ HOMEPAGE="http://www.andre-simon.de/" SRC_URI="http://www.andre-simon.de/zip/highlight-2.2-9.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" S=${WORKDIR}/${PN}-2.2-9 |