diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-04-30 21:50:36 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-04-30 21:53:06 +1000 |
commit | f9fab91a0c3073e7288f9a81609170bfb7faa363 (patch) | |
tree | 1e48d7663fc826c5098fbfd3387398b59afa7776 /app-text/code2html | |
parent | www-apache/mod_perl: Remove old (diff) | |
download | gentoo-f9fab91a0c3073e7288f9a81609170bfb7faa363.tar.gz gentoo-f9fab91a0c3073e7288f9a81609170bfb7faa363.tar.bz2 gentoo-f9fab91a0c3073e7288f9a81609170bfb7faa363.zip |
app-text/code2html: remove 0.9.1-r1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/code2html')
-rw-r--r-- | app-text/code2html/code2html-0.9.1-r1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-text/code2html/code2html-0.9.1-r1.ebuild b/app-text/code2html/code2html-0.9.1-r1.ebuild deleted file mode 100644 index 0770c0e35f4c..000000000000 --- a/app-text/code2html/code2html-0.9.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit eutils prefix - -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 - mirror://gentoo/${P}-gentoo_patches.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-lang/perl-5" - -src_prepare() { - # Be consistent in color codes (bug #119406) - epatch "${WORKDIR}"/${P}-lowercase_color_codes.patch - - # Improved C++ support (bug #133159) - epatch "${WORKDIR}"/${P}-cpp_keywords.patch - - # Improved Ada support (bug #133176) - epatch "${WORKDIR}"/${P}-ada_identifiers.patch - - # For prefix paths - epatch "${FILESDIR}"/${P}-prefix.patch - eprefixify code2html -} - -src_install() { - dobin code2html - dodoc ChangeLog CREDITS README - doman code2html.1 -} |