From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/balsa: ChangeLog balsa-2.4.7.ebuild
Date: Tue, 29 Jun 2010 16:04:45 +0000 (UTC) [thread overview]
Message-ID: <20100629160445.568262C5F4@corvid.gentoo.org> (raw)
ssuominen 10/06/29 16:04:45
Modified: ChangeLog balsa-2.4.7.ebuild
Log:
Fix building with -Wl,--as-needed wrt #320349 by Kacper Kowalik.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.102 mail-client/balsa/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 29 Jun 2010 02:02:33 -0000 1.101
+++ ChangeLog 29 Jun 2010 16:04:45 -0000 1.102
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/balsa
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.101 2010/06/29 02:02:33 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.102 2010/06/29 16:04:45 ssuominen Exp $
+
+ 29 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> balsa-2.4.7.ebuild,
+ +files/balsa-2.4.7-asneeded.patch:
+ Fix building with -Wl,--as-needed wrt #320349 by Kacper Kowalik.
29 Jun 2010; Nirbheek Chauhan <nirbheek@gentoo.org> -balsa-2.4.2.ebuild:
Remove old version, also fails with --as-needed in LDFLAGS
1.7 mail-client/balsa/balsa-2.4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?r1=1.6&r2=1.7
Index: balsa-2.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- balsa-2.4.7.ebuild 26 Jun 2010 16:51:15 -0000 1.6
+++ balsa-2.4.7.ebuild 29 Jun 2010 16:04:45 -0000 1.7
@@ -1,11 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.6 2010/06/26 16:51:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.7 2010/06/29 16:04:45 ssuominen Exp $
EAPI="2"
GCONF_DEBUG="no"
-inherit eutils gnome2
+inherit autotools eutils gnome2
DESCRIPTION="Email client for GNOME"
HOMEPAGE="http://pawsa.fedorapeople.org/balsa/"
@@ -55,6 +55,7 @@
sys-devel/gettext
>=app-text/scrollkeeper-0.1.4
app-text/gnome-doc-utils
+ dev-util/gtk-doc-am
doc? ( dev-util/gtk-doc )"
DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
@@ -104,4 +105,10 @@
# Fix build failure with USE="-libnotify", bug #314123
epatch "${FILESDIR}/${P}-build-failure-notify.patch"
+
+ epatch "${FILESDIR}"/${P}-asneeded.patch
+
+ mkdir m4
+ intltoolize --force --copy --automake || die
+ eautoreconf
}
next reply other threads:[~2010-06-29 16:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-29 16:04 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-06-26 16:51 [gentoo-commits] gentoo-x86 commit in mail-client/balsa: ChangeLog balsa-2.4.7.ebuild Raul Porcel (armin76)
2010-06-26 14:19 Gysbert Wassenaar (nixnut)
2010-05-28 11:20 Markus Meier (maekke)
2010-05-23 21:26 Pacho Ramos (pacho)
2010-04-14 21:45 Gilles Dartiguelongue (eva)
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=20100629160445.568262C5F4@corvid.gentoo.org \
--to=ssuominen@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