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-radio/xastir/files/, media-radio/xastir/
Date: Thu, 14 Oct 2021 07:23:58 +0000 (UTC)	[thread overview]
Message-ID: <1634196227.0e6288041fab5991deea8362cd5ddc0cdc9cb07b.sam@gentoo> (raw)

commit:     0e6288041fab5991deea8362cd5ddc0cdc9cb07b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 07:23:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 07:23:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e628804

media-radio/xastir: fix autoreconf with newer automake

Closes: https://bugs.gentoo.org/816615
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch | 13 +++++++++++++
 media-radio/xastir/xastir-2.1.6.ebuild                      |  7 +++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch b/media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch
new file mode 100644
index 00000000000..51d10a2c815
--- /dev/null
+++ b/media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/816615
+https://github.com/Xastir/Xastir/pull/181
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -23,7 +23,6 @@
+ # It should look something like this:  ([xastir], [2.0.8], [xastir@xastir.org])
+ # The revision number must contain at least one '.' and two digits.
+ AC_INIT([xastir], [2.1.6], [xastir@xastir.org])
+-AM_INIT_AUTOMAKE
+ #########################################################################
+ 
+ 

diff --git a/media-radio/xastir/xastir-2.1.6.ebuild b/media-radio/xastir/xastir-2.1.6.ebuild
index 1da0b5592d8..fcd3f2a7f25 100644
--- a/media-radio/xastir/xastir-2.1.6.ebuild
+++ b/media-radio/xastir/xastir-2.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,9 +40,12 @@ src_prepare() {
 	# fix script location (bug #407185)
 	eapply  "${FILESDIR}"/${PN}-2.1.2-scripts.diff
 
-	# do not filter duplicate flags (see bug 411095)
+	# do not filter duplicate flags (see bug #411095)
 	eapply -p0 "${FILESDIR}"/${PN}-2.0.0-dont-filter-flags.diff
 
+	# fix eautoreconf with >=sys-devel/automake-1.16.5 (see bug #816615)
+	eapply "${FILESDIR}"/${PN}-2.1.6-automake-1.16.5.patch
+
 	eautoreconf
 }
 


             reply	other threads:[~2021-10-14  7:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14  7:23 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-17  7:26 [gentoo-commits] repo/gentoo:master commit in: media-radio/xastir/files/, media-radio/xastir/ Thomas Beierlein
2021-10-31 14:43 Thomas Beierlein
2018-12-08 14:12 Thomas Beierlein
2018-12-08 13:22 Thomas Beierlein

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=1634196227.0e6288041fab5991deea8362cd5ddc0cdc9cb07b.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