diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2003-03-27 03:13:44 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2003-03-27 03:13:44 +0000 |
commit | 6dcae4cda4ecdd93d684569e1abedffd0a770863 (patch) | |
tree | 0a47a456197727fe42b2e889301bb14cb4027bab /app-text/code2html | |
parent | repoman fix (diff) | |
download | gentoo-2-6dcae4cda4ecdd93d684569e1abedffd0a770863.tar.gz gentoo-2-6dcae4cda4ecdd93d684569e1abedffd0a770863.tar.bz2 gentoo-2-6dcae4cda4ecdd93d684569e1abedffd0a770863.zip |
new package (bug 14170)
Diffstat (limited to 'app-text/code2html')
-rw-r--r-- | app-text/code2html/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/code2html/code2html-0.9.1.ebuild | 25 | ||||
-rw-r--r-- | app-text/code2html/files/digest-code2html-0.9.1 | 1 |
3 files changed, 35 insertions, 0 deletions
diff --git a/app-text/code2html/ChangeLog b/app-text/code2html/ChangeLog new file mode 100644 index 000000000000..95cee2563e91 --- /dev/null +++ b/app-text/code2html/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/code2html +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.1 2003/03/27 03:13:44 leonardop Exp $ + +*code2html-0.9.1 (26 Mar 2003) + + 26 Mar 2003; L. Boshell <leonardop@gentoo.org> code2html-0.9.1.ebuild : + Initial import. Thanks to Thomas Arnhold for his contribution on bug + #14170. diff --git a/app-text/code2html/code2html-0.9.1.ebuild b/app-text/code2html/code2html-0.9.1.ebuild new file mode 100644 index 000000000000..d4f7f3d6f894 --- /dev/null +++ b/app-text/code2html/code2html-0.9.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1.ebuild,v 1.1 2003/03/27 03:13:44 leonardop Exp $ + +DESCRIPTION="Converts source files to colored HTML output." +HOMEPAGE="http://www.palfrader.org/code2html/" +SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" + +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-lang/perl-5" + +S=${WORKDIR}/${P} + +src_install () { + into /usr + dobin code2html + dodoc ChangeLog CREDITS LICENSE README + doman code2html.1 +} diff --git a/app-text/code2html/files/digest-code2html-0.9.1 b/app-text/code2html/files/digest-code2html-0.9.1 new file mode 100644 index 000000000000..2ca0771d657d --- /dev/null +++ b/app-text/code2html/files/digest-code2html-0.9.1 @@ -0,0 +1 @@ +MD5 368377696547026c79c51a274571dc39 code2html-0.9.1.tar.gz 39811 |