Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/code2html/
Date: Sun, 30 Apr 2017 11:53:20
Message-Id: 1493553186.f9fab91a0c3073e7288f9a81609170bfb7faa363.kensington@gentoo
1 commit: f9fab91a0c3073e7288f9a81609170bfb7faa363
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 30 11:50:36 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 30 11:53:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fab91a
7
8 app-text/code2html: remove 0.9.1-r1
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-text/code2html/code2html-0.9.1-r1.ebuild | 40 ----------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/app-text/code2html/code2html-0.9.1-r1.ebuild b/app-text/code2html/code2html-0.9.1-r1.ebuild
16 deleted file mode 100644
17 index 0770c0e35f4..00000000000
18 --- a/app-text/code2html/code2html-0.9.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="3"
25 -
26 -inherit eutils prefix
27 -
28 -DESCRIPTION="Converts source files to colored HTML output"
29 -HOMEPAGE="http://www.palfrader.org/code2html/"
30 -SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
31 - mirror://gentoo/${P}-gentoo_patches.tar.bz2"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND=">=dev-lang/perl-5"
40 -
41 -src_prepare() {
42 - # Be consistent in color codes (bug #119406)
43 - epatch "${WORKDIR}"/${P}-lowercase_color_codes.patch
44 -
45 - # Improved C++ support (bug #133159)
46 - epatch "${WORKDIR}"/${P}-cpp_keywords.patch
47 -
48 - # Improved Ada support (bug #133176)
49 - epatch "${WORKDIR}"/${P}-ada_identifiers.patch
50 -
51 - # For prefix paths
52 - epatch "${FILESDIR}"/${P}-prefix.patch
53 - eprefixify code2html
54 -}
55 -
56 -src_install() {
57 - dobin code2html
58 - dodoc ChangeLog CREDITS README
59 - doman code2html.1
60 -}