* [gentoo-commits] repo/gentoo:master commit in: app-text/htmlrecode/
@ 2018-07-06 21:48 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-07-06 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 3b93411d2e401cbd569f2f4390061964652ad0a0
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 24 14:53:33 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 21:47:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b93411d
app-text/htmlrecode: EAPI7, improve ebuild
app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild | 41 ++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild
new file mode 100644
index 00000000000..4b9258115b9
--- /dev/null
+++ b/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Recodes HTML file using a new character set"
+HOMEPAGE="https://bisqwit.iki.fi/source/htmlrecode.html"
+SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/${P}-ar.patch" )
+
+src_prepare() {
+ touch .depend argh/.depend || die
+ default
+}
+
+src_configure() { :; }
+
+src_compile() {
+ local makeopts=(
+ AR="$(tc-getAR)"
+ CPPDEBUG=
+ CXX="$(tc-getCXX)"
+ CXXFLAGS="${CXXFLAGS}"
+ LDFLAGS="${LDFLAGS}"
+ )
+ emake "${makeopts[@]}" -C argh libargh.a
+ emake "${makeopts[@]}" htmlrecode
+}
+
+src_install() {
+ dobin htmlrecode
+ dodoc README.html
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/htmlrecode/
@ 2018-07-06 21:48 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-07-06 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 5fdc6adbe259d242a72b0b086b9e8f2e164dde1a
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 24 14:46:46 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 21:47:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdc6adb
app-text/htmlrecode: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9021
app-text/htmlrecode/htmlrecode-1.3.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/htmlrecode/htmlrecode-1.3.1.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1.ebuild
index 62baa2ad62e..1174c57d9c7 100644
--- a/app-text/htmlrecode/htmlrecode-1.3.1.ebuild
+++ b/app-text/htmlrecode/htmlrecode-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -6,8 +6,8 @@ EAPI=4
inherit eutils toolchain-funcs
DESCRIPTION="Recodes HTML file using a new character set"
-HOMEPAGE="http://bisqwit.iki.fi/source/htmlrecode.html"
-SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
+HOMEPAGE="https://bisqwit.iki.fi/source/htmlrecode.html"
+SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/htmlrecode/
@ 2018-09-12 5:28 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-09-12 5:28 UTC (permalink / raw
To: gentoo-commits
commit: 77efd3d130fe4313e2f53c34d5c672f2ceaf4039
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 11 18:54:35 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 12 05:28:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77efd3d1
app-text/htmlrecode: Drop old
app-text/htmlrecode/htmlrecode-1.3.1.ebuild | 44 -----------------------------
1 file changed, 44 deletions(-)
diff --git a/app-text/htmlrecode/htmlrecode-1.3.1.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1.ebuild
deleted file mode 100644
index 1174c57d9c7..00000000000
--- a/app-text/htmlrecode/htmlrecode-1.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Recodes HTML file using a new character set"
-HOMEPAGE="https://bisqwit.iki.fi/source/htmlrecode.html"
-SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-ar.patch"
- touch .depend argh/.depend
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- local makeopts=(
- AR="$(tc-getAR)"
- CPPDEBUG=
- CXX="$(tc-getCXX)"
- CXXFLAGS="${CXXFLAGS}"
- LDFLAGS="${LDFLAGS}"
- )
- emake "${makeopts[@]}" -C argh libargh.a
- emake "${makeopts[@]}" htmlrecode
-}
-
-src_install() {
- dobin htmlrecode
- dohtml README.html
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/htmlrecode/
@ 2024-08-04 7:19 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2024-08-04 7:19 UTC (permalink / raw
To: gentoo-commits
commit: 17a390643654410d20262cec3446dcf38495dfa0
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sun Jul 28 12:18:43 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 07:17:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a39064
app-text/htmlrecode: bump EAPI, fix QA issues
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37761
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild | 40 ++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild
new file mode 100644
index 000000000000..36dd29809cda
--- /dev/null
+++ b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Recodes HTML file using a new character set"
+HOMEPAGE="https://bisqwit.iki.fi/source/htmlrecode.html"
+SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+PATCHES=( "${FILESDIR}/${P}-ar.patch" )
+
+src_prepare() {
+ touch .depend argh/.depend || die
+ default
+}
+
+src_configure() { :; }
+
+src_compile() {
+ local makeopts=(
+ AR="$(tc-getAR)"
+ CPPDEBUG=
+ CXX="$(tc-getCXX)"
+ CXXFLAGS="${CXXFLAGS}"
+ LDFLAGS="${LDFLAGS}"
+ )
+ emake "${makeopts[@]}" -C argh libargh.a
+ emake "${makeopts[@]}" htmlrecode
+}
+
+src_install() {
+ dobin htmlrecode
+ dodoc README.html
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/htmlrecode/
@ 2024-08-04 7:19 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2024-08-04 7:19 UTC (permalink / raw
To: gentoo-commits
commit: ba68002f25a9a3adb9fe5a0696a20c4ae7e8bced
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 4 07:18:30 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 07:18:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba68002f
app-text/htmlrecode: drop 1.3.1-r1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild | 41 --------------------------
1 file changed, 41 deletions(-)
diff --git a/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild
deleted file mode 100644
index 4b9258115b94..000000000000
--- a/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Recodes HTML file using a new character set"
-HOMEPAGE="https://bisqwit.iki.fi/source/htmlrecode.html"
-SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-ar.patch" )
-
-src_prepare() {
- touch .depend argh/.depend || die
- default
-}
-
-src_configure() { :; }
-
-src_compile() {
- local makeopts=(
- AR="$(tc-getAR)"
- CPPDEBUG=
- CXX="$(tc-getCXX)"
- CXXFLAGS="${CXXFLAGS}"
- LDFLAGS="${LDFLAGS}"
- )
- emake "${makeopts[@]}" -C argh libargh.a
- emake "${makeopts[@]}" htmlrecode
-}
-
-src_install() {
- dobin htmlrecode
- dodoc README.html
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/htmlrecode/
@ 2024-08-04 7:19 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2024-08-04 7:19 UTC (permalink / raw
To: gentoo-commits
commit: 7b73ca4d3eb307edaf89f41f3cdaf55851b87e6b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 4 07:18:43 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 07:18:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b73ca4d
app-text/htmlrecode: add missing perl bdepend
* QA Notice: command not found:
*
* /bin/sh: line 9: perl: command not found
* /bin/sh: line 9: perl: command not found
* /bin/sh: line 9: perl: command not found
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild
index 36dd29809cda..1f436003b80a 100644
--- a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild
+++ b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
+BDEPEND="dev-lang/perl"
+
PATCHES=( "${FILESDIR}/${P}-ar.patch" )
src_prepare() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-08-04 7:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 5:28 [gentoo-commits] repo/gentoo:master commit in: app-text/htmlrecode/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-08-04 7:19 Joonas Niilola
2024-08-04 7:19 Joonas Niilola
2024-08-04 7:19 Joonas Niilola
2018-07-06 21:48 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox