public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/
Date: Sat, 13 Apr 2024 07:24:57 +0000 (UTC)	[thread overview]
Message-ID: <1712992625.b03286375e2d68c4f5357e871bfe6790ba314c9b.arthurzam@gentoo> (raw)

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
+}


             reply	other threads:[~2024-04-13  7:25 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712992625.b03286375e2d68c4f5357e871bfe6790ba314c9b.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox