commit: 1bf4e71a042cc3da77e7a6e0cd0d185a2862f9be Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Feb 15 19:42:49 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Feb 15 19:42:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf4e71a
app-text/htmlinc: Drop old Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/htmlinc/htmlinc-1.0_beta1.ebuild | 31 ------------------------------- 1 file changed, 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 a11b46cd414..00000000000 --- 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 -}