diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-12-03 07:58:06 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-12-03 07:58:06 +0000 |
commit | 6c6b1889e99cb6f5880b5171d9951a4a4bafb35a (patch) | |
tree | 07776adbc967c2431f1a4aa08d2a2b07c6fb15d4 /app-text/highlight | |
parent | Version bump (diff) | |
download | gentoo-2-6c6b1889e99cb6f5880b5171d9951a4a4bafb35a.tar.gz gentoo-2-6c6b1889e99cb6f5880b5171d9951a4a4bafb35a.tar.bz2 gentoo-2-6c6b1889e99cb6f5880b5171d9951a4a4bafb35a.zip |
Version bump
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/highlight')
-rw-r--r-- | app-text/highlight/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/highlight/Manifest | 6 | ||||
-rw-r--r-- | app-text/highlight/files/digest-highlight-2.4.3 | 1 | ||||
-rw-r--r-- | app-text/highlight/highlight-2.4.3.ebuild | 23 |
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..5a31605e644f 100644 --- a/app-text/highlight/Manifest +++ b/app-text/highlight/Manifest @@ -1,4 +1,6 @@ -MD5 620cf1153b51ad720799745a05afcd21 highlight-2.2.9.ebuild 653 MD5 29516d513b413d28a9b95d1c54c1cdc9 ChangeLog 391 -MD5 ccf9ea2ff9f57801ca037faea678a353 metadata.xml 165 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 dec974fbb03731efbd4af8bd4e2127a9 highlight-2.4.3.ebuild 653 +MD5 ccf9ea2ff9f57801ca037faea678a353 metadata.xml 165 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 +} + |