commit:     7c0dc362b94e13852374aba7b3912222a0813529
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 11:19:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 11:19:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0dc362

app-text/htp: drop 1.19, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/htp/htp-1.19.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/app-text/htp/htp-1.19.ebuild b/app-text/htp/htp-1.19.ebuild
deleted file mode 100644
index da6613e0dfbc..000000000000
--- a/app-text/htp/htp-1.19.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit 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 ~amd64 ~ppc ~sparc ~x86"
-
-RESTRICT="test"
-
-QA_PRESTRIPPED="/usr/bin/htp"
-
-src_compile() {
-       emake \
-               CCOPT="-c ${CFLAGS} ${CPPFLAGS} -DHAVE_SNPRINTF 
-DHAVE_VASPRINTF -DHAVE_ASPRINTF" \
-               CC="$(tc-getCC)" \
-               LINK='$(CC) $(LDFLAGS)'
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               prefix='$(DESTDIR)/usr' \
-               pkgdocdir='$(DESTDIR)/usr/share/doc/${PF}/html' \
-               install
-}

Reply via email to