diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-15 22:42:49 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-15 22:42:49 +0300 |
commit | 1bf4e71a042cc3da77e7a6e0cd0d185a2862f9be (patch) | |
tree | 89b4ae106de0ec70606f380661a4ef5a7ae37c23 /app-text | |
parent | media-gfx/aview: Drop old (diff) | |
download | gentoo-1bf4e71a042cc3da77e7a6e0cd0d185a2862f9be.tar.gz gentoo-1bf4e71a042cc3da77e7a6e0cd0d185a2862f9be.tar.bz2 gentoo-1bf4e71a042cc3da77e7a6e0cd0d185a2862f9be.zip |
app-text/htmlinc: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htmlinc/htmlinc-1.0_beta1.ebuild | 31 |
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 -} |