public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libggigcp/
Date: Sat, 15 Feb 2025 15:58:50 +0000 (UTC)	[thread overview]
Message-ID: <1739635079.528cf8714ff8ab5114f75afd5b0d02f2e2cf9107.sam@gentoo> (raw)

commit:     528cf8714ff8ab5114f75afd5b0d02f2e2cf9107
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Fri Feb 14 15:57:30 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 15:57:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528cf871

media-libs/libggigcp: update EAPI 7 -> 8, fix impl. decls in configure

Autoreconf with removal of acinclude.m4

Closes: https://bugs.gentoo.org/899818
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40572
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libggigcp/libggigcp-1.0.2-r2.ebuild | 32 ++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/media-libs/libggigcp/libggigcp-1.0.2-r2.ebuild b/media-libs/libggigcp/libggigcp-1.0.2-r2.ebuild
new file mode 100644
index 000000000000..4b5846cf0fec
--- /dev/null
+++ b/media-libs/libggigcp/libggigcp-1.0.2-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Libggi extension for advanced color and palette handling"
+HOMEPAGE="https://ibiblio.org/ggicore/packages/libggigcp.html"
+SRC_URI="https://downloads.sourceforge.net/ggi/${P}.src.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=media-libs/libggi-2.2.2"
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README doc/TODO doc/libggigcp{,-functions,-libraries,-structures}.txt
+	doc/colors{,2}.faq )
+
+src_prepare() {
+	default
+
+	rm -f acinclude.m4 || die
+	eautoreconf
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}


             reply	other threads:[~2025-02-15 15:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-15 15:58 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-18  7:50 [gentoo-commits] repo/gentoo:master commit in: media-libs/libggigcp/ Patrice Clement
2019-02-17  9:32 Mikle Kolyada
2018-10-07 14:02 Andreas Sturmlechner
2018-10-07 14:02 Andreas Sturmlechner

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=1739635079.528cf8714ff8ab5114f75afd5b0d02f2e2cf9107.sam@gentoo \
    --to=sam@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