summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-04-19 08:00:15 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-04-19 08:00:15 +0000
commit2206f0044a3ef6fe5ca19d68c5bcdba999696465 (patch)
tree57c5973c0d56dd14a15f37fd2e851d8f74cc1df5 /dev-util
parentfixing Manifest (diff)
downloadgentoo-2-2206f0044a3ef6fe5ca19d68c5bcdba999696465.tar.gz
gentoo-2-2206f0044a3ef6fe5ca19d68c5bcdba999696465.tar.bz2
gentoo-2-2206f0044a3ef6fe5ca19d68c5bcdba999696465.zip
version bump.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/source-highlight/ChangeLog10
-rw-r--r--dev-util/source-highlight/files/digest-source-highlight-1.81
-rw-r--r--dev-util/source-highlight/metadata.xml13
-rw-r--r--dev-util/source-highlight/source-highlight-1.7.ebuild4
-rw-r--r--dev-util/source-highlight/source-highlight-1.8.ebuild45
5 files changed, 69 insertions, 4 deletions
diff --git a/dev-util/source-highlight/ChangeLog b/dev-util/source-highlight/ChangeLog
index 8cfc0b106d13..b7a60804d9c6 100644
--- a/dev-util/source-highlight/ChangeLog
+++ b/dev-util/source-highlight/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/source-highlight
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.1 2003/07/17 08:37:26 raker Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.2 2004/04/19 08:00:15 dragonheart Exp $
+
+*source-highlight-1.8 (19 Apr 2004)
+
+ 19 Apr 2004; Daniel Black <dragonheart@gentoo.org> metadata.xml,
+ source-highlight-1.7.ebuild, source-highlight-1.8.ebuild:
+ version bump. Thanks to Joe Boyd <k963@bonbon.net> in bug #47354
*source-highlight-1.7 (17 Jul 2003)
diff --git a/dev-util/source-highlight/files/digest-source-highlight-1.8 b/dev-util/source-highlight/files/digest-source-highlight-1.8
new file mode 100644
index 000000000000..a341adacb925
--- /dev/null
+++ b/dev-util/source-highlight/files/digest-source-highlight-1.8
@@ -0,0 +1 @@
+MD5 2d8f1b6aab702f8c5ce952542cd5fb02 source-highlight-1.8.tar.gz 611213
diff --git a/dev-util/source-highlight/metadata.xml b/dev-util/source-highlight/metadata.xml
new file mode 100644
index 000000000000..048126ae8a68
--- /dev/null
+++ b/dev-util/source-highlight/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>dragonheart@gentoo.org</email>
+ <name>Daniel Black</name>
+ <description>A user ebuild that I felt obliged to include. Please take over if you want
+it</description>
+</maintainer>
+<longdescription>
+This program, given a source file, produces a document with syntax highlighting</longdescription>
+</pkgmetadata>
diff --git a/dev-util/source-highlight/source-highlight-1.7.ebuild b/dev-util/source-highlight/source-highlight-1.7.ebuild
index 6dbd792fa2c2..7e7dab1cb5fc 100644
--- a/dev-util/source-highlight/source-highlight-1.7.ebuild
+++ b/dev-util/source-highlight/source-highlight-1.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-1.7.ebuild,v 1.2 2004/03/24 19:13:00 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-1.7.ebuild,v 1.3 2004/04/19 08:00:15 dragonheart Exp $
IUSE=""
diff --git a/dev-util/source-highlight/source-highlight-1.8.ebuild b/dev-util/source-highlight/source-highlight-1.8.ebuild
new file mode 100644
index 000000000000..ea9cd364575d
--- /dev/null
+++ b/dev-util/source-highlight/source-highlight-1.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-1.8.ebuild,v 1.1 2004/04/19 08:00:15 dragonheart Exp $
+
+IUSE=""
+
+DESCRIPTION="Generate highlighted source code as an (x)html document"
+HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html"
+SRC_URI="ftp://ftp.gnu.org/gnu/src-highlite/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+SLOT="0"
+
+DEPEND="sys-apps/gawk
+ sys-apps/grep
+ sys-devel/bison
+ sys-devel/gcc
+ sys-devel/flex
+ virtual/glibc"
+
+RDEPEND="virtual/glibc"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ cd ${S}/src
+ dobin source-highlight cpp2html java2html source-highlight-cgi
+ dodir /usr/share/source-highlight
+ insinto /usr/share/source-highlight
+ doins tags.j2h tags2.j2h
+
+ cd ${S}/doc
+ dohtml *.html *.css *.java
+ doman source-highlight.1
+
+ dodoc AUTHORS ChangeLog COPYING CREDITS INSTALL \
+ NEWS README THANKS TODO.txt
+}
+