Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmlinc/
Date: Fri, 15 Feb 2019 19:43:00
Message-Id: 1550259769.1bf4e71a042cc3da77e7a6e0cd0d185a2862f9be.zlogene@gentoo
1 commit: 1bf4e71a042cc3da77e7a6e0cd0d185a2862f9be
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 19:42:49 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 19:42:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf4e71a
7
8 app-text/htmlinc: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-text/htmlinc/htmlinc-1.0_beta1.ebuild | 31 -------------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild
17 deleted file mode 100644
18 index a11b46cd414..00000000000
19 --- a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="HTML Include System by Ulli Meybohm"
30 -HOMEPAGE="http://www.meybohm.de/"
31 -SRC_URI="http://meybohm.de/files/${PN}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~ppc sparc x86"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -S=${WORKDIR}/htmlinc
40 -
41 -src_unpack() {
42 - unpack ${A}
43 - epatch "${FILESDIR}"/htmlinc-gcc3-gentoo.patch
44 -}
45 -
46 -src_compile() {
47 - emake CFLAGS="${CXXFLAGS} -Wall" || die
48 -}
49 -
50 -src_install() {
51 - dobin htmlinc
52 -}