summaryrefslogtreecommitdiff
path: root/app-text/htmlinc/htmlinc-1.0_beta1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/htmlinc/htmlinc-1.0_beta1.ebuild')
-rw-r--r--app-text/htmlinc/htmlinc-1.0_beta1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild
deleted file mode 100644
index a11b46cd4146..000000000000
--- a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild
+++ /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
-}