summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-09-06 13:11:29 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-09-06 13:11:29 +0000
commit532ef6f0f39f6286057adaa51e6be69da6b751e3 (patch)
treefe23be003d283a1e9623d6d2d1c61067390e2f77 /mail-client
parentadded ~amd64 (diff)
downloadgentoo-2-532ef6f0f39f6286057adaa51e6be69da6b751e3.tar.gz
gentoo-2-532ef6f0f39f6286057adaa51e6be69da6b751e3.tar.bz2
gentoo-2-532ef6f0f39f6286057adaa51e6be69da6b751e3.zip
elibtoolize after eautomake.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed/ChangeLog6
-rw-r--r--mail-client/sylpheed/sylpheed-2.2.4.ebuild4
-rw-r--r--mail-client/sylpheed/sylpheed-2.2.5.ebuild4
-rw-r--r--mail-client/sylpheed/sylpheed-2.2.6.ebuild4
-rw-r--r--mail-client/sylpheed/sylpheed-2.2.7.ebuild4
5 files changed, 17 insertions, 5 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog
index 010449475e03..aa9e45a3bd77 100644
--- a/mail-client/sylpheed/ChangeLog
+++ b/mail-client/sylpheed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/sylpheed
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.191 2006/09/03 12:20:23 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.192 2006/09/06 13:11:29 hattya Exp $
+
+ 06 Sep 2006; Akinori Hattori <hattya@gentoo.org> sylpheed-2.2.4.ebuild,
+ sylpheed-2.2.5.ebuild, sylpheed-2.2.6.ebuild, sylpheed-2.2.7.ebuild:
+ elibtoolize after eautomake.
03 Sep 2006; Akinori Hattori <hattya@gentoo.org> sylpheed-2.0.4.ebuild,
sylpheed-2.2.4.ebuild, sylpheed-2.2.5.ebuild, sylpheed-2.2.6.ebuild,
diff --git a/mail-client/sylpheed/sylpheed-2.2.4.ebuild b/mail-client/sylpheed/sylpheed-2.2.4.ebuild
index 4fb343086e66..8475cfb74ae7 100644
--- a/mail-client/sylpheed/sylpheed-2.2.4.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.4.ebuild,v 1.9 2006/09/03 12:20:23 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.4.ebuild,v 1.10 2006/09/06 13:11:29 hattya Exp $
inherit autotools eutils
@@ -34,7 +34,9 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-2.*.diff
+
eautomake
+ elibtoolize
}
diff --git a/mail-client/sylpheed/sylpheed-2.2.5.ebuild b/mail-client/sylpheed/sylpheed-2.2.5.ebuild
index a81af3599914..c9ca0f631dc5 100644
--- a/mail-client/sylpheed/sylpheed-2.2.5.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.5.ebuild,v 1.5 2006/09/03 12:20:23 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.5.ebuild,v 1.6 2006/09/06 13:11:29 hattya Exp $
inherit autotools eutils
@@ -34,7 +34,9 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-2.*.diff
+
eautomake
+ elibtoolize
}
diff --git a/mail-client/sylpheed/sylpheed-2.2.6.ebuild b/mail-client/sylpheed/sylpheed-2.2.6.ebuild
index 5db9f588379c..7e079499a0e4 100644
--- a/mail-client/sylpheed/sylpheed-2.2.6.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.6.ebuild,v 1.6 2006/09/03 12:20:23 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.6.ebuild,v 1.7 2006/09/06 13:11:29 hattya Exp $
inherit autotools eutils
@@ -34,7 +34,9 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-2.*.diff
+
eautomake
+ elibtoolize
}
diff --git a/mail-client/sylpheed/sylpheed-2.2.7.ebuild b/mail-client/sylpheed/sylpheed-2.2.7.ebuild
index bcd5d103c3ca..e85c0201f004 100644
--- a/mail-client/sylpheed/sylpheed-2.2.7.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.7.ebuild,v 1.2 2006/09/03 12:20:23 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.7.ebuild,v 1.3 2006/09/06 13:11:29 hattya Exp $
inherit autotools eutils
@@ -34,7 +34,9 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-2.*.diff
+
eautomake
+ elibtoolize
}