diff options
author | Akinori Hattori <hattya@gentoo.org> | 2009-07-04 09:55:05 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2009-07-04 09:55:05 +0000 |
commit | 5bdafc46347bfb266258bafcb2351cbfaaff707d (patch) | |
tree | 67afc3b707dd9b0992c85ef04f27585e65cd5d3e /mail-client/sylpheed | |
parent | USE sqlite instead of sqlite3. (diff) | |
download | gentoo-2-5bdafc46347bfb266258bafcb2351cbfaaff707d.tar.gz gentoo-2-5bdafc46347bfb266258bafcb2351cbfaaff707d.tar.bz2 gentoo-2-5bdafc46347bfb266258bafcb2351cbfaaff707d.zip |
replace eautomake -> eautoreconf. fixes bug #273725.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.4.8.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.5.0.ebuild | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.6.0.ebuild | 4 |
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 } |