summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r--mail-client/sylpheed/ChangeLog6
-rw-r--r--mail-client/sylpheed/sylpheed-2.4.8.ebuild4
-rw-r--r--mail-client/sylpheed/sylpheed-2.5.0.ebuild4
-rw-r--r--mail-client/sylpheed/sylpheed-2.6.0.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog
index 2be41b8885bc..7c0667c8c889 100644
--- a/mail-client/sylpheed/ChangeLog
+++ b/mail-client/sylpheed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/sylpheed
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.271 2009/01/12 17:03:09 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.272 2009/07/04 09:55:05 hattya Exp $
+
+ 04 Jul 2009; Akinori Hattori <hattya@gentoo.org> sylpheed-2.4.8.ebuild,
+ sylpheed-2.5.0.ebuild, sylpheed-2.6.0.ebuild:
+ replace eautomake -> eautoreconf. fixes bug #273725.
*sylpheed-2.6.0 (12 Jan 2009)
diff --git a/mail-client/sylpheed/sylpheed-2.4.8.ebuild b/mail-client/sylpheed/sylpheed-2.4.8.ebuild
index 0003e0b46ead..587eb0692286 100644
--- a/mail-client/sylpheed/sylpheed-2.4.8.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.4.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.11 2009/01/12 17:03:09 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.12 2009/07/04 09:55:05 hattya Exp $
inherit autotools eutils
@@ -42,7 +42,7 @@ src_unpack() {
# remove "-I m4" from aclocal arguments
sed -i "/^ACLOCAL_AMFLAGS/d" Makefile.am
- eautomake
+ eautoreconf
}
diff --git a/mail-client/sylpheed/sylpheed-2.5.0.ebuild b/mail-client/sylpheed/sylpheed-2.5.0.ebuild
index 93b617c279fd..aff362f71c50 100644
--- a/mail-client/sylpheed/sylpheed-2.5.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.5 2009/01/12 17:03:09 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v 1.6 2009/07/04 09:55:05 hattya Exp $
inherit autotools eutils
@@ -42,7 +42,7 @@ src_unpack() {
# remove "-I m4" from aclocal arguments
sed -i "/^ACLOCAL_AMFLAGS/d" Makefile.am
- eautomake
+ eautoreconf
}
diff --git a/mail-client/sylpheed/sylpheed-2.6.0.ebuild b/mail-client/sylpheed/sylpheed-2.6.0.ebuild
index 50c052869fe5..fe3983055a35 100644
--- a/mail-client/sylpheed/sylpheed-2.6.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.6.0.ebuild,v 1.1 2009/01/12 17:03:09 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.6.0.ebuild,v 1.2 2009/07/04 09:55:05 hattya Exp $
inherit autotools eutils
@@ -39,7 +39,7 @@ src_unpack() {
use crypt || cp ac/missing/gpgme.m4 ac
- eautomake
+ eautoreconf
}