app-text/htmlinc: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Fri, 15 Feb 2019 19:42:49 +0000 (22:42 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Fri, 15 Feb 2019 19:42:49 +0000 (22:42 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-text/htmlinc/htmlinc-1.0_beta1.ebuild [deleted file]

diff --git a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild
deleted file mode 100644 (file)
index a11b46c..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="HTML Include System by Ulli Meybohm"
-HOMEPAGE="http://www.meybohm.de/"
-SRC_URI="http://meybohm.de/files/${PN}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-S=${WORKDIR}/htmlinc
-
-src_unpack() {
-       unpack ${A}
-       epatch "${FILESDIR}"/htmlinc-gcc3-gentoo.patch
-}
-
-src_compile() {
-       emake CFLAGS="${CXXFLAGS} -Wall" || die
-}
-
-src_install() {
-       dobin htmlinc
-}