summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:31:59 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:31:59 +0000
commit9c5e3ee2627ba0a3526784f8d74df5c61d73bbf2 (patch)
treeb6ddc07b3f030fa2abd86779d21dd535b579566a /dev-cpp/gnome-vfsmm
parentFix broken autotools handling. (diff)
downloadgentoo-2-9c5e3ee2627ba0a3526784f8d74df5c61d73bbf2.tar.gz
gentoo-2-9c5e3ee2627ba0a3526784f8d74df5c61d73bbf2.tar.bz2
gentoo-2-9c5e3ee2627ba0a3526784f8d74df5c61d73bbf2.zip
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-cpp/gnome-vfsmm')
-rw-r--r--dev-cpp/gnome-vfsmm/ChangeLog8
-rw-r--r--dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild21
2 files changed, 15 insertions, 14 deletions
diff --git a/dev-cpp/gnome-vfsmm/ChangeLog b/dev-cpp/gnome-vfsmm/ChangeLog
index 30c270441a1b..20a972457f07 100644
--- a/dev-cpp/gnome-vfsmm/ChangeLog
+++ b/dev-cpp/gnome-vfsmm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-cpp/gnome-vfsmm
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.33 2006/10/21 10:54:40 dertobi123 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.34 2007/01/04 14:31:59 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ gnome-vfsmm-2.12.0.ebuild:
+ Fix broken autotools handling.
21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
gnome-vfsmm-1.3.5.ebuild:
diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild
index faf79a194fcb..eb23afa7401a 100644
--- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild
+++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild
@@ -1,8 +1,11 @@
-# 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-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild,v 1.13 2006/08/13 18:14:47 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild,v 1.14 2007/01/04 14:31:59 flameeyes Exp $
-inherit gnome2
+WANT_AUTOMAKE="latest"
+WANT_AUTOCONF="latest"
+
+inherit gnome2 autotools
DESCRIPTION="C++ bindings for gnome-vfs"
HOMEPAGE="http://gtkmm.sourceforge.net/"
@@ -19,13 +22,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0
DOCS="AUTHORS ChangeLog NEWS README INSTALL"
-src_compile() {
- if useq amd64; then
- aclocal -I scripts
- automake -c -f
- autoconf
- libtoolize --copy --force
- fi
-
- gnome2_src_compile
+src_unpack() {
+ gnome2_src_unpack
+ AT_M4DIR="scripts" eautoreconf
}