summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-12-03 07:58:06 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-12-03 07:58:06 +0000
commit66f9453591fc2bc929179fc7760991bea5a1a925 (patch)
tree066fc89f0699ef56696d05d9e8ee82a9abbb07c0 /app-text/highlight
parentVersion bump (diff)
downloadhistorical-66f9453591fc2bc929179fc7760991bea5a1a925.tar.gz
historical-66f9453591fc2bc929179fc7760991bea5a1a925.tar.bz2
historical-66f9453591fc2bc929179fc7760991bea5a1a925.zip
Version bump
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-text/highlight')
-rw-r--r--app-text/highlight/ChangeLog7
-rw-r--r--app-text/highlight/Manifest6
-rw-r--r--app-text/highlight/files/digest-highlight-2.4.31
-rw-r--r--app-text/highlight/highlight-2.4.3.ebuild23
4 files changed, 34 insertions, 3 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog
index 5cda8f6acf90..418c4af6ccc9 100644
--- a/app-text/highlight/ChangeLog
+++ b/app-text/highlight/ChangeLog
@@ -1,6 +1,11 @@
# 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.1 2005/03/26 02:40:12 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.2 2005/12/03 07:58:06 pclouds Exp $
+
+*highlight-2.4.3 (03 Dec 2005)
+
+ 03 Dec 2005; <pclouds@gentoo.org> +highlight-2.4.3.ebuild:
+ Version bump
*highlight-2.2.9 (26 Mar 2005)
diff --git a/app-text/highlight/Manifest b/app-text/highlight/Manifest
index a6dd99a59e5c..5cac18fd5f67 100644
--- a/app-text/highlight/Manifest
+++ b/app-text/highlight/Manifest
@@ -1,4 +1,6 @@
+MD5 daa2d7e844aca332c984bf85b9011573 ChangeLog 500
+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 29516d513b413d28a9b95d1c54c1cdc9 ChangeLog 391
+MD5 81d786c63ef979a7d6e1cc53356c3151 highlight-2.4.3.ebuild 653
MD5 ccf9ea2ff9f57801ca037faea678a353 metadata.xml 165
-MD5 d716e985f39f79a63ff522693913dde0 files/digest-highlight-2.2.9 68
diff --git a/app-text/highlight/files/digest-highlight-2.4.3 b/app-text/highlight/files/digest-highlight-2.4.3
new file mode 100644
index 000000000000..05867ccc1649
--- /dev/null
+++ b/app-text/highlight/files/digest-highlight-2.4.3
@@ -0,0 +1 @@
+MD5 0f1371272e4328201b1421c7e78c878a highlight-2.4.3.tar.bz2 299640
diff --git a/app-text/highlight/highlight-2.4.3.ebuild b/app-text/highlight/highlight-2.4.3.ebuild
new file mode 100644
index 000000000000..e113a38eaa14
--- /dev/null
+++ b/app-text/highlight/highlight-2.4.3.ebuild
@@ -0,0 +1,23 @@
+# 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.4.3.ebuild,v 1.1 2005/12/03 07:58:06 pclouds 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/highlight-${PV}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+S=${WORKDIR}/${PN}-${PV}
+
+
+src_compile() {
+ make -f makefile || die
+}
+
+src_install() {
+ DESTDIR=${D} bin_dir=${D}/usr/bin make -f makefile -e install || die
+}
+