From: "Alexandre Rostovtsev (tetromino)" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/unac: unac-1.8.0.ebuild ChangeLog
Date: Tue, 23 Jul 2013 03:19:22 +0000 (UTC) [thread overview]
Message-ID: <20130723031922.591B82171C@flycatcher.gentoo.org> (raw)
tetromino 13/07/23 03:19:22
Modified: unac-1.8.0.ebuild ChangeLog
Log:
Fix building with automake-1.13.1 and >1.14 (bug #467618, thanks to Ian Stakenvicius). Clean up the ebuild a bit.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Revision Changes Path
1.4 app-text/unac/unac-1.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unac/unac-1.8.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unac/unac-1.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unac/unac-1.8.0.ebuild?r1=1.3&r2=1.4
Index: unac-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/unac/unac-1.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unac-1.8.0.ebuild 25 May 2012 11:35:40 -0000 1.3
+++ unac-1.8.0.ebuild 23 Jul 2013 03:19:22 -0000 1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unac/unac-1.8.0.ebuild,v 1.3 2012/05/25 11:35:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unac/unac-1.8.0.ebuild,v 1.4 2013/07/23 03:19:22 tetromino Exp $
-EAPI="4"
+EAPI="5"
inherit autotools eutils
@@ -10,7 +10,7 @@
HOMEPAGE="http://www.nongnu.org/unac/"
SRC_URI="mirror://debian/pool/main/u/unac/${P/-/_}.orig.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="static-libs test"
@@ -21,10 +21,9 @@
S="${WORKDIR}/${P}.orig"
-DOCS="AUTHORS ChangeLog NEWS README THANKS"
-
src_prepare() {
epatch "${FILESDIR}/${P}-debian-gcc-4.4-bug-556379.patch"
+ epatch "${FILESDIR}/${P}-automake-1.13.1.patch"
# otherwise automake will fail
touch config.rpath
eautoreconf
@@ -35,8 +34,9 @@
}
src_install() {
+ DOCS="AUTHORS ChangeLog NEWS README THANKS"
default
- find "${D}" -name '*.la' -exec rm -f {} +
+ prune_libtool_files
}
pkg_postinst() {
1.4 app-text/unac/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unac/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unac/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unac/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/unac/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 25 May 2012 11:35:40 -0000 1.3
+++ ChangeLog 23 Jul 2013 03:19:22 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for app-text/unac
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unac/ChangeLog,v 1.3 2012/05/25 11:35:40 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/unac/ChangeLog,v 1.4 2013/07/23 03:19:22 tetromino Exp $
+
+ 23 Jul 2013; Alexandre Rostovtsev <tetromino@gentoo.org> unac-1.8.0.ebuild,
+ +files/unac-1.8.0-automake-1.13.1.patch:
+ Fix building with automake-1.13.1 and >1.14 (bug #467618, thanks to Ian
+ Stakenvicius). Clean up the ebuild a bit.
25 May 2012; Agostino Sarubbo <ago@gentoo.org> unac-1.8.0.ebuild:
Stable for amd64, wrt bug #417359
next reply other threads:[~2013-07-23 3:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-23 3:19 Alexandre Rostovtsev (tetromino) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-25 11:35 [gentoo-commits] gentoo-x86 commit in app-text/unac: unac-1.8.0.ebuild ChangeLog Agostino Sarubbo (ago)
2012-05-24 13:12 Johannes Huber (johu)
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=20130723031922.591B82171C@flycatcher.gentoo.org \
--to=tetromino@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