* [gentoo-commits] repo/gentoo:master commit in: app-text/htp/
@ 2018-10-10 6:40 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2018-10-10 6:40 UTC (permalink / raw
To: gentoo-commits
commit: 86a8a61e9c28927f87628df73c2a45e0db5420fd
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 5 09:27:39 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 06:39:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a8a61e
app-text/htp: version bump.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-text/htp/Manifest | 1 +
app-text/htp/htp-1.19.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-text/htp/Manifest b/app-text/htp/Manifest
index 6f72c077b63..32554a498f6 100644
--- a/app-text/htp/Manifest
+++ b/app-text/htp/Manifest
@@ -1 +1,2 @@
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.19.ebuild b/app-text/htp/htp-1.19.ebuild
new file mode 100644
index 00000000000..962eb9f3752
--- /dev/null
+++ b/app-text/htp/htp-1.19.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/htp/
@ 2020-09-26 19:40 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-09-26 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 3c336fe5d14f7cafddde7f99b7611bec8a126f3b
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:29:30 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c336fe5
app-text/htp: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-text/htp/Manifest | 1 -
app-text/htp/htp-1.16-r1.ebuild | 48 -----------------------------------------
2 files changed, 49 deletions(-)
diff --git a/app-text/htp/Manifest b/app-text/htp/Manifest
index 32554a498f6..4542df73951 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 6a5c090922d..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/htp/
@ 2024-04-11 11:21 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-04-11 11:21 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/htp/
@ 2025-02-10 6:43 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-02-10 6:43 UTC (permalink / raw
To: gentoo-commits
commit: 238c9c9eb6fa79f5841079c024ace8bcc6e98869
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 06:42:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 06:43:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238c9c9e
app-text/htp: fix TODO typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/htp/htp-1.19-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/htp/htp-1.19-r1.ebuild b/app-text/htp/htp-1.19-r1.ebuild
index 6977a567ef4a..d3c122748ce8 100644
--- a/app-text/htp/htp-1.19-r1.ebuild
+++ b/app-text/htp/htp-1.19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,7 +20,7 @@ PATCHES=(
)
src_compile() {
- # TOOD: Tests are always run by the Makefile right now
+ # TODO: Tests are always run by the Makefile right now
emake \
CCOPT="-c ${CFLAGS} ${CPPFLAGS} -DHAVE_SNPRINTF -DHAVE_VASPRINTF -DHAVE_ASPRINTF" \
CC="$(tc-getCC)" \
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-10 6:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 6:43 [gentoo-commits] repo/gentoo:master commit in: app-text/htp/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-04-11 11:21 Arthur Zamarin
2020-09-26 19:40 Aaron Bauman
2018-10-10 6:40 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox