public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2017-02-05 22:53 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-02-05 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7047ee6b40c332571f820906a3bc4d126423a116
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 21:34:45 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 22:50:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7047ee6b

dev-util/huc: EAPI 6 bump.

Package-Manager: portage-2.3.3

 dev-util/huc/huc-0.1-r1.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-util/huc/huc-0.1-r1.ebuild b/dev-util/huc/huc-0.1-r1.ebuild
new file mode 100644
index 00000000..a4d168a
--- /dev/null
+++ b/dev-util/huc/huc-0.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="HTML umlaut conversion tool"
+SRC_URI="http://www.int21.de/huc/${P}.tar.bz2"
+HOMEPAGE="http://www.int21.de/huc"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
+
+DOCS=( README )
+
+src_compile() {
+	$(tc-getCXX) \
+		${LDFLAGS} ${CXXFLAGS} \
+		-o ${PN} ${PN}.cpp || die "compile failed"
+}
+
+src_install () {
+	dobin ${PN}
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2017-05-04 22:58 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-05-04 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     42555b8c1ce8b1755567b97ebbe4cf2b267e2b10
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 21:59:43 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May  4 22:58:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42555b8c

dev-util/huc: clean up old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/huc/huc-0.1.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-util/huc/huc-0.1.ebuild b/dev-util/huc/huc-0.1.ebuild
deleted file mode 100644
index 26a394cef73..00000000000
--- a/dev-util/huc/huc-0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="HTML umlaut conversion tool"
-SRC_URI="http://www.int21.de/huc/${P}.tar.bz2"
-HOMEPAGE="http://www.int21.de/huc/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND=""
-
-doecho() {
-	echo "$@"
-	"$@"
-}
-
-src_compile() {
-	doecho $(tc-getCXX) \
-		${LDFLAGS} ${CXXFLAGS} \
-		-o ${PN} ${PN}.cpp || die "compile failed"
-}
-
-src_install () {
-	dobin huc || die "dobin failed"
-	dodoc README
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2017-05-04 22:58 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-05-04 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b2d1f44158e92dcc45fec424377ea50d161388c3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 21:59:23 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May  4 22:58:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d1f441

dev-util/huc: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/huc/huc-0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/huc/huc-0.1-r1.ebuild b/dev-util/huc/huc-0.1-r1.ebuild
index bcbd9fd8a2b..26aa8a38554 100644
--- a/dev-util/huc/huc-0.1-r1.ebuild
+++ b/dev-util/huc/huc-0.1-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.int21.de/huc"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
 
 DOCS=( README )
 
@@ -22,6 +22,6 @@ src_compile() {
 }
 
 src_install () {
-	dobin ${PN}
+	dobin "${PN}"
 	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2017-06-22 21:58 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-06-22 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c0e16f1968b8538f04297bb5bb3f1cb6cae01e30
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 21:55:07 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 21:55:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e16f19

dev-util/huc: punt DOCS array.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/huc/huc-0.1-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-util/huc/huc-0.1-r1.ebuild b/dev-util/huc/huc-0.1-r1.ebuild
index 26aa8a38554..c2261b0ddc2 100644
--- a/dev-util/huc/huc-0.1-r1.ebuild
+++ b/dev-util/huc/huc-0.1-r1.ebuild
@@ -13,8 +13,6 @@ SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
 
-DOCS=( README )
-
 src_compile() {
 	$(tc-getCXX) \
 		${LDFLAGS} ${CXXFLAGS} \


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2023-04-20 18:30 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-04-20 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1ec6c64d08ae05fc322079882a764c7c52476ee3
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Apr 20 17:31:52 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 18:29:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec6c64d

dev-util/huc: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30669
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/huc/huc-0.1-r2.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-util/huc/huc-0.1-r2.ebuild b/dev-util/huc/huc-0.1-r2.ebuild
new file mode 100644
index 000000000000..50a2ea0f13bd
--- /dev/null
+++ b/dev-util/huc/huc-0.1-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="HTML umlaut conversion tool"
+SRC_URI="https://www.int21.de/huc/${P}.tar.bz2"
+HOMEPAGE="https://www.int21.de/huc"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
+
+src_compile() {
+	$(tc-getCXX) \
+		${LDFLAGS} ${CXXFLAGS} \
+		-o ${PN} ${PN}.cpp || die "compile failed"
+}
+
+src_install() {
+	dobin "${PN}"
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2023-04-20 18:30 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-04-20 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c4a177d8f9db7660ccd42aa38dfeda70a6ca76ce
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Apr 20 17:31:29 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 18:29:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a177d8

dev-util/huc: use HTTPS, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/huc/huc-0.1-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/huc/huc-0.1-r1.ebuild b/dev-util/huc/huc-0.1-r1.ebuild
index c74f4c65b7ed..69788f08447b 100644
--- a/dev-util/huc/huc-0.1-r1.ebuild
+++ b/dev-util/huc/huc-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,11 +6,11 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="HTML umlaut conversion tool"
-SRC_URI="http://www.int21.de/huc/${P}.tar.bz2"
-HOMEPAGE="http://www.int21.de/huc"
+SRC_URI="https://www.int21.de/huc/${P}.tar.bz2"
+HOMEPAGE="https://www.int21.de/huc"
 
 SLOT="0"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2023-05-25  7:58 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-05-25  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     397435d98fa74e6088109836dbb5822e2cec6b51
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 07:58:18 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 25 07:58:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397435d9

dev-util/huc: Stabilize 0.1-r2 x86, #907146

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

 dev-util/huc/huc-0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/huc/huc-0.1-r2.ebuild b/dev-util/huc/huc-0.1-r2.ebuild
index 50a2ea0f13bd..caf88be691da 100644
--- a/dev-util/huc/huc-0.1-r2.ebuild
+++ b/dev-util/huc/huc-0.1-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.int21.de/huc"
 
 SLOT="0"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-linux ~ppc-macos"
 
 src_compile() {
 	$(tc-getCXX) \


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2023-05-25  8:12 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-05-25  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b080f1f7014979f09e65ed2b14a0b8783cf69e1c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 08:12:11 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 25 08:12:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b080f1f7

dev-util/huc: Stabilize 0.1-r2 amd64, #907146

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

 dev-util/huc/huc-0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/huc/huc-0.1-r2.ebuild b/dev-util/huc/huc-0.1-r2.ebuild
index caf88be691da..0ef94930401c 100644
--- a/dev-util/huc/huc-0.1-r2.ebuild
+++ b/dev-util/huc/huc-0.1-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.int21.de/huc"
 
 SLOT="0"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-linux ~ppc-macos"
 
 src_compile() {
 	$(tc-getCXX) \


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2023-05-27 15:55 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-05-27 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     825e84a5bf885e877c38e4cdf7d6fdab163b27ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 15:54:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 15:54:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825e84a5

dev-util/huc: Stabilize 0.1-r2 ppc, #907146

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/huc/huc-0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/huc/huc-0.1-r2.ebuild b/dev-util/huc/huc-0.1-r2.ebuild
index 0ef94930401c..fe8ee4dddc3c 100644
--- a/dev-util/huc/huc-0.1-r2.ebuild
+++ b/dev-util/huc/huc-0.1-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.int21.de/huc"
 
 SLOT="0"
 LICENSE="GPL-2+"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux ~ppc-macos"
 
 src_compile() {
 	$(tc-getCXX) \


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2023-05-28 19:08 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-05-28 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d9732adb941dece1f946b94977dd7ca4acb2325c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 19:08:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 19:08:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9732adb

dev-util/huc: Stabilize 0.1-r2 sparc, #907146

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

 dev-util/huc/huc-0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/huc/huc-0.1-r2.ebuild b/dev-util/huc/huc-0.1-r2.ebuild
index fe8ee4dddc3c..ff0558e7e190 100644
--- a/dev-util/huc/huc-0.1-r2.ebuild
+++ b/dev-util/huc/huc-0.1-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.int21.de/huc"
 
 SLOT="0"
 LICENSE="GPL-2+"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
 
 src_compile() {
 	$(tc-getCXX) \


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
@ 2023-05-28 19:11 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-05-28 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     503e25c9b329d5587583a73f0aca398eb3176c2c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 19:11:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 19:11:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503e25c9

dev-util/huc: drop 0.1-r1 (EAPI=6)

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

 dev-util/huc/huc-0.1-r1.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/dev-util/huc/huc-0.1-r1.ebuild b/dev-util/huc/huc-0.1-r1.ebuild
deleted file mode 100644
index 69788f08447b..000000000000
--- a/dev-util/huc/huc-0.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="HTML umlaut conversion tool"
-SRC_URI="https://www.int21.de/huc/${P}.tar.bz2"
-HOMEPAGE="https://www.int21.de/huc"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
-
-src_compile() {
-	$(tc-getCXX) \
-		${LDFLAGS} ${CXXFLAGS} \
-		-o ${PN} ${PN}.cpp || die "compile failed"
-}
-
-src_install() {
-	dobin "${PN}"
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-05-28 19:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-04 22:58 [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2023-05-28 19:11 Arthur Zamarin
2023-05-28 19:08 Arthur Zamarin
2023-05-27 15:55 Sam James
2023-05-25  8:12 Arthur Zamarin
2023-05-25  7:58 Arthur Zamarin
2023-04-20 18:30 Arthur Zamarin
2023-04-20 18:30 Arthur Zamarin
2017-06-22 21:58 Patrice Clement
2017-05-04 22:58 Patrice Clement
2017-02-05 22:53 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox