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: dev-libs/libmaa/
Date: Mon, 20 Jun 2022 22:10:38 +0000 (UTC)	[thread overview]
Message-ID: <1655763031.b906bc7969ffc1adbaa018bebfe51301f3a7f579.sam@gentoo> (raw)

commit:     b906bc7969ffc1adbaa018bebfe51301f3a7f579
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 22:09:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 22:10:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b906bc79

dev-libs/libmaa: actually add revbump using slibtool patch

I went to turn the PR into a revbump but didn't git add the final ebuild,
apparently.

Bug: https://bugs.gentoo.org/778464
Closes: https://github.com/gentoo/gentoo/pull/25995
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libmaa/libmaa-1.3.2-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/libmaa/libmaa-1.3.2-r1.ebuild b/dev-libs/libmaa/libmaa-1.3.2-r1.ebuild
new file mode 100644
index 000000000000..f19e9a392a5e
--- /dev/null
+++ b/dev-libs/libmaa/libmaa-1.3.2-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library with low-level data structures which are helpful for writing compilers"
+HOMEPAGE="http://www.dict.org/"
+SRC_URI="mirror://sourceforge/dict/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-libtool.patch # 778464
+)
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_install() {
+	default
+	dodoc doc/libmaa.600dpi.ps
+
+	# don't want static or libtool archives, #401935
+	find "${D}" \( -name '*.a' -o -name '*.la' \) -delete || die
+}


             reply	other threads:[~2022-06-20 22:10 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20 22:10 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 13:15 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaa/ Jakov Smolić
2024-12-01 19:57 Arthur Zamarin
2024-12-01 19:57 Arthur Zamarin
2024-06-29 14:09 Arthur Zamarin
2023-12-19  5:19 Sam James
2023-12-11  4:33 Arthur Zamarin
2023-12-11  4:33 Arthur Zamarin
2023-12-08 12:54 Arthur Zamarin
2023-12-08 10:25 Arthur Zamarin
2023-12-08 10:05 Arthur Zamarin
2023-12-08 10:00 Arthur Zamarin
2023-12-08  9:58 Arthur Zamarin
2023-12-08  9:38 Jakov Smolić
2023-12-08  9:02 Arthur Zamarin
2023-10-09  0:23 Sam James
2022-12-18 12:47 Sam James
2022-12-18 11:55 Sam James
2019-10-20 14:37 David Seifert
2017-06-18 15:14 Alexis Ballier
2017-01-29 16:19 Fabian Groffen
2016-03-18 19:11 Michał Górny

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=1655763031.b906bc7969ffc1adbaa018bebfe51301f3a7f579.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