public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: sylpheed-2.4.8.ebuild sylpheed-2.5.0.ebuild ChangeLog
@ 2008-06-23  9:24 Akinori Hattori (hattya)
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2008-06-23  9:24 UTC (permalink / raw
  To: gentoo-commits

hattya      08/06/23 09:24:53

  Modified:             sylpheed-2.4.8.ebuild sylpheed-2.5.0.ebuild
                        ChangeLog
  Log:
  fixes bug #219341.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.10                 mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.9&r2=1.10

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sylpheed-2.4.8.ebuild	22 Jun 2008 19:31:13 -0000	1.9
+++ sylpheed-2.4.8.ebuild	23 Jun 2008 09:24:52 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.9 2008/06/22 19:31:13 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.10 2008/06/23 09:24:52 hattya Exp $
 
 inherit autotools eutils
 
@@ -28,16 +28,22 @@
 	app-misc/mime-types
 	x11-misc/shared-mime-info"
 
+AT_M4DIR="ac"
+
 src_unpack() {
+
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/${PN}-2.*.diff
 
-	mkdir m4 # bug 219341
+	epatch "${FILESDIR}"/${PN}-2.*.diff
 
 	use crypt || cp ac/missing/gpgme.m4 ac
 
-	AT_M4DIR="ac" eautoreconf
+	# remove "-I m4" from aclocal arguments
+	sed -i "/^ACLOCAL_AMFLAGS/d" Makefile.am
+
+	eautomake
+
 }
 
 src_compile() {



1.2                  mail-client/sylpheed/sylpheed-2.5.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild?r1=1.1&r2=1.2

Index: sylpheed-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sylpheed-2.5.0.ebuild	19 Jun 2008 15:06:12 -0000	1.1
+++ sylpheed-2.5.0.ebuild	23 Jun 2008 09:24:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v 1.1 2008/06/19 15:06:12 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v 1.2 2008/06/23 09:24:52 hattya Exp $
 
 inherit autotools eutils
 
@@ -39,6 +39,9 @@
 
 	use crypt || cp ac/missing/gpgme.m4 ac
 
+	# remove "-I m4" from aclocal arguments
+	sed -i "/^ACLOCAL_AMFLAGS/d" Makefile.am
+
 	eautomake
 
 }



1.268                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.268&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.268&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.267&r2=1.268

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog	23 Jun 2008 09:19:13 -0000	1.267
+++ ChangeLog	23 Jun 2008 09:24:52 -0000	1.268
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.267 2008/06/23 09:19:13 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.268 2008/06/23 09:24:52 hattya Exp $
+
+  23 Jun 2008; Akinori Hattori <hattya@gentoo.org> sylpheed-2.4.8.ebuild,
+  sylpheed-2.5.0.ebuild:
+  fixes bug #219341.
 
   23 Jun 2008; Akinori Hattori <hattya@gentoo.org> -sylpheed-2.4.5.ebuild,
   -sylpheed-2.4.7.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-23  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-23  9:24 [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: sylpheed-2.4.8.ebuild sylpheed-2.5.0.ebuild ChangeLog Akinori Hattori (hattya)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox