summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-07 19:45:10 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-07 19:45:10 +0000
commitba956a90b4dff8cae13e2c7a3d20fd28d14e4b96 (patch)
tree0f14581b0349fc646133a17689c7f6148b0cf8d7 /dev-db/mysql-super-smack
parentStable branch version bump. (diff)
downloadgentoo-2-ba956a90b4dff8cae13e2c7a3d20fd28d14e4b96.tar.gz
gentoo-2-ba956a90b4dff8cae13e2c7a3d20fd28d14e4b96.tar.bz2
gentoo-2-ba956a90b4dff8cae13e2c7a3d20fd28d14e4b96.zip
Fix autotools usage.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-db/mysql-super-smack')
-rw-r--r--dev-db/mysql-super-smack/ChangeLog8
-rw-r--r--dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild7
-rw-r--r--dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild7
3 files changed, 12 insertions, 10 deletions
diff --git a/dev-db/mysql-super-smack/ChangeLog b/dev-db/mysql-super-smack/ChangeLog
index 9620e37ffe16..0bf9307909c7 100644
--- a/dev-db/mysql-super-smack/ChangeLog
+++ b/dev-db/mysql-super-smack/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/mysql-super-smack
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.9 2006/12/02 21:03:12 chtekk Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.10 2007/03/07 19:45:10 chtekk Exp $
+
+ 07 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
+ mysql-super-smack-1.2.ebuild, mysql-super-smack-1.3.ebuild:
+ Fix autotools usage.
02 Dec 2006; Luca Longinotti <chtekk@gentoo.org>
mysql-super-smack-1.2.ebuild, mysql-super-smack-1.3.ebuild:
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild
index 30a89a4ab95d..b6e345c0cad0 100644
--- a/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild
+++ b/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild,v 1.7 2006/12/02 21:03:12 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild,v 1.8 2007/03/07 19:45:10 chtekk Exp $
WANT_AUTOMAKE="1.4"
@@ -33,8 +33,7 @@ src_unpack() {
epatch "${FILESDIR}/${P}.destdir.patch"
- autotools_set_versions
- automake || die "automake failed"
+ eautomake || die "eautomake failed"
}
src_compile() {
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
index 2b0cbe82d0bf..ef5ea0bbaa3e 100644
--- a/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
+++ b/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild,v 1.5 2006/12/02 21:03:12 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild,v 1.6 2007/03/07 19:45:10 chtekk Exp $
WANT_AUTOMAKE="1.4"
@@ -34,8 +34,7 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-1.2.destdir.patch"
epatch "${FILESDIR}/${PN}-1.3.amd64.patch"
- autotools_set_versions
- automake || die "automake failed"
+ eautomake || die "eautomake failed"
}
src_compile() {