From 3c336fe5d14f7cafddde7f99b7611bec8a126f3b Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 26 Sep 2020 15:29:30 -0400 Subject: app-text/htp: drop old EAPI=5 Signed-off-by: Aaron Bauman --- app-text/htp/Manifest | 1 - app-text/htp/htp-1.16-r1.ebuild | 48 ----------------------------------------- 2 files changed, 49 deletions(-) delete mode 100644 app-text/htp/htp-1.16-r1.ebuild (limited to 'app-text') diff --git a/app-text/htp/Manifest b/app-text/htp/Manifest index 32554a498f6a..4542df73951f 100644 --- a/app-text/htp/Manifest +++ b/app-text/htp/Manifest @@ -1,2 +1 @@ -DIST htp-1.16.tar.gz 141133 BLAKE2B 58f0ab7df1400d561ec1994a98ce4fa3acaa3299b51d9382f9baaecbd95a623795d72204617c153fd4e165910fdabd0328e737cccb242be2075edd2573af55c1 SHA512 f33a9497fc3a1d0b95d8e3ee2747583d58626b565644e7c8cc054570458907aac9db42c6fa816b176b0e10db98ec7d1cedb521406035a8e7173e1abd991533a0 DIST htp-1.19.tar.gz 208683 BLAKE2B 86837290a2f14b8a0337d9eb6a0fa4ad553c5c51074d5df903ee19aa7ba441898199f0649b39b93c35fa3707e4084a284e02d8802c014bf5c0277e3f18d02c98 SHA512 32d82bb42ef877bd815fe45fa81599a1428ad6d3269cbe53a4e686bcfe6d1c12ac2af280462768d488b1983ca67cc521da4ed78cc82d904575ffeff08c7eec1d diff --git a/app-text/htp/htp-1.16-r1.ebuild b/app-text/htp/htp-1.16-r1.ebuild deleted file mode 100644 index 6a5c090922df..000000000000 --- a/app-text/htp/htp-1.16-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="An HTML preprocessor" -HOMEPAGE="http://htp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="Clarified-Artistic" -SLOT="0" -KEYWORDS="~alpha ~ppc ~sparc ~x86" -IUSE="" - -# HTP does not use autoconf, have to set options defined in Makefile.config - -src_prepare() { - epatch "${FILESDIR}"/strip.patch #240110 - # let src_test take care of testing - sed -i -e '/SUBDIRS /s:tests::' Makefile || die - # don't install doc files with +x perms - sed -i -e '$aINSTALL += -m644' homepage/ref/{*/,}Makefile || die - # make src_test abort on failure - sed -i -e '/DIFF.*FAILED/s/echo/exit 1; :/' tests/Makefile || die - # the png file in this test isn't fetchable - sed -i -e 's: width="630" height="331"::' tests/png.html.exp || die -} - -src_compile() { - emake \ - CCOPT="-c ${CFLAGS} ${CPPFLAGS} -DHAVE_SNPRINTF -DHAVE_VASPRINTF -DHAVE_ASPRINTF" \ - CC="$(tc-getCC)" \ - LINK='$(CC) $(LDFLAGS)' -} - -src_test() { - emake -C tests -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix='$(DESTDIR)/usr' \ - pkgdocdir='$(DESTDIR)/usr/share/doc/${PF}/html' \ - install -} -- cgit v1.2.3-65-gdbad