public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/
@ 2017-01-31 18:39 Andreas Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2017-01-31 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6926d352c3eae08f7acf8b7fcc1bebbc1e191ddc
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 18:38:26 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 18:39:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6926d352

media-gfx/gnuclad: New ebuild, adapted from the el-overlay

https://github.com/lamskoy/el-overlay

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/gnuclad/Manifest             |  1 +
 media-gfx/gnuclad/gnuclad-0.2.4.ebuild | 25 +++++++++++++++++++++++++
 media-gfx/gnuclad/metadata.xml         |  8 ++++++++
 3 files changed, 34 insertions(+)

diff --git a/media-gfx/gnuclad/Manifest b/media-gfx/gnuclad/Manifest
new file mode 100644
index 00000000..f1662d9
--- /dev/null
+++ b/media-gfx/gnuclad/Manifest
@@ -0,0 +1 @@
+DIST gnuclad-0.2.4.tar.gz 287763 SHA256 7136ee0e36d8de61a97235556f879bb0abe6521efb65a5a97bc73979999e424d SHA512 881b1feab8cb7458223987c5a36359e31e7e00e94d60cd0002c289930b99236947aadbea40f96aaa6aa4b5d7953278bf581edbd6df3cb660bca1505950e66b67 WHIRLPOOL 8ebd31e6f147cdc8092e4109062e864878b40967ce323d19faee2dc2a4104d1d491ab38741431a5569dc25065c91d469b147f6180d400be230a0c1abb62141fc

diff --git a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
new file mode 100644
index 00000000..ad6be76
--- /dev/null
+++ b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DESCRIPTION="Cladogram tree generator mainly used by the GNU/Linux distro timeline project"
+HOMEPAGE="https://launchpad.net/gnuclad/"
+SRC_URI="http://launchpad.net/gnuclad/trunk/0.2/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+	default
+
+	doman doc/man/gnuclad.1
+
+	use examples && dodoc -r example
+}

diff --git a/media-gfx/gnuclad/metadata.xml b/media-gfx/gnuclad/metadata.xml
new file mode 100644
index 00000000..80a71f5
--- /dev/null
+++ b/media-gfx/gnuclad/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>dilfridge@gentoo.org</email>
+    <name>Andreas K. Huettel</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/
@ 2019-12-22 16:11 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2019-12-22 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     cd40333e63bd00aa8e1e84c08051971d1e9e1a60
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 16:11:11 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 16:11:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd40333e

media-gfx/gnuclad: Stable for amd64

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 media-gfx/gnuclad/gnuclad-0.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
index 9d9826b28d9..198306e4075 100644
--- a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
+++ b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://launchpad.net/gnuclad/trunk/0.2/+download/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="examples"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/
@ 2022-10-20  4:16 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-10-20  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c792729ec14fc4d0b6e7c1b11d4e3a99725ed91b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 04:08:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 04:16:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c792729e

media-gfx/gnuclad: fix StaticSrcUri

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

 media-gfx/gnuclad/gnuclad-0.2.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
index 198306e40753..37032049bba1 100644
--- a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
+++ b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools eapi7-ver
 
 DESCRIPTION="Cladogram tree generator mainly used by the GNU/Linux distro timeline project"
 HOMEPAGE="https://launchpad.net/gnuclad/"
-SRC_URI="http://launchpad.net/gnuclad/trunk/0.2/+download/${P}.tar.gz"
+SRC_URI="http://launchpad.net/gnuclad/trunk/$(ver_cut 1-2)/+download/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/
@ 2024-04-13  7:24 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-04-13  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b03286375e2d68c4f5357e871bfe6790ba314c9b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Mar 12 19:22:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 07:17:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0328637

media-gfx/gnuclad: EAPI8, fix LICENSE

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

 media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild
new file mode 100644
index 000000000000..b7c62a8e14c1
--- /dev/null
+++ b/media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Cladogram tree generator mainly used by the GNU/Linux distro timeline project"
+HOMEPAGE="https://launchpad.net/gnuclad/"
+SRC_URI="https://launchpad.net/gnuclad/trunk/$(ver_cut 1-2)/+download/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+PATCHES=(
+	"${FILESDIR}/${P}"-werror.patch
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_install() {
+	default
+	doman doc/man/gnuclad.1
+	use examples && dodoc -r example
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/
@ 2024-05-13 12:06 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-05-13 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     cb298cffb97c382380463834c44521960cb57fe7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 12:06:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 12:06:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb298cff

media-gfx/gnuclad: Stabilize 0.2.4-r1 amd64, #931865

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

 media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild
index b7c62a8e14c1..70909ef8351a 100644
--- a/media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild
+++ b/media-gfx/gnuclad/gnuclad-0.2.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/gnuclad/trunk/$(ver_cut 1-2)/+download/${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="examples"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/
@ 2024-05-13 12:18 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-05-13 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     647c9c0e95fe955e12c9a16eb5d282691588a2bd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 12:17:36 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 12:18:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647c9c0e

media-gfx/gnuclad: drop 0.2.4, EAPI6--

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

 media-gfx/gnuclad/gnuclad-0.2.4.ebuild | 35 ----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
deleted file mode 100644
index 37032049bba1..000000000000
--- a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eapi7-ver
-
-DESCRIPTION="Cladogram tree generator mainly used by the GNU/Linux distro timeline project"
-HOMEPAGE="https://launchpad.net/gnuclad/"
-SRC_URI="http://launchpad.net/gnuclad/trunk/$(ver_cut 1-2)/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND=""
-
-PATCHES=(
-	"${FILESDIR}/${P}"-werror.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_install() {
-	default
-
-	doman doc/man/gnuclad.1
-
-	use examples && dodoc -r example
-}


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

end of thread, other threads:[~2024-05-13 12:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-31 18:39 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2019-12-22 16:11 Andreas K. Hüttel
2022-10-20  4:16 Sam James
2024-04-13  7:24 Arthur Zamarin
2024-05-13 12:06 Arthur Zamarin
2024-05-13 12:18 Arthur Zamarin

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