summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-08-13 18:14:47 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-08-13 18:14:47 +0000
commit3de03d910684a9e76397cb438ea5b9822be63d3d (patch)
tree5951dfec39a30ca4887578abd4af991df106b47e /dev-cpp
parentNew ebuild with patches from debian which are again based on the rpm patches ... (diff)
downloadgentoo-2-3de03d910684a9e76397cb438ea5b9822be63d3d.tar.gz
gentoo-2-3de03d910684a9e76397cb438ea5b9822be63d3d.tar.bz2
gentoo-2-3de03d910684a9e76397cb438ea5b9822be63d3d.zip
removed ppc64 from the list of archs running autoconf etc. because it is not longer needed in those versions
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gnome-vfsmm/ChangeLog7
-rw-r--r--dev-cpp/gnome-vfsmm/gnome-vfsmm-2.10.0.ebuild6
-rw-r--r--dev-cpp/gnome-vfsmm/gnome-vfsmm-2.11.1.ebuild6
-rw-r--r--dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild4
4 files changed, 14 insertions, 9 deletions
diff --git a/dev-cpp/gnome-vfsmm/ChangeLog b/dev-cpp/gnome-vfsmm/ChangeLog
index bbf514d91c3b..38c91c86e2e0 100644
--- a/dev-cpp/gnome-vfsmm/ChangeLog
+++ b/dev-cpp/gnome-vfsmm/ChangeLog
@@ -1,6 +1,11 @@
# 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.30 2006/07/17 19:08:37 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.31 2006/08/13 18:14:47 corsair Exp $
+
+ 13 Aug 2006; Markus Rothe <corsair@gentoo.org> gnome-vfsmm-2.10.0.ebuild,
+ gnome-vfsmm-2.11.1.ebuild, gnome-vfsmm-2.12.0.ebuild:
+ removed ppc64 from the list of archs running autoconf etc. because it is not
+ longer needed in those versions
17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> ChangeLog:
Marked stable on amd64 for bug #139612
diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.10.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.10.0.ebuild
index 3c7212185bd2..0fccbc4f7e9a 100644
--- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.10.0.ebuild
+++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.10.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.10.0.ebuild,v 1.1 2005/08/21 11:46:58 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.10.0.ebuild,v 1.2 2006/08/13 18:14:47 corsair Exp $
inherit gnome2
@@ -21,7 +21,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0
DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL"
src_compile() {
- if useq amd64 || useq ppc64; then
+ if useq amd64; then
aclocal -I scripts
automake -c -f
autoconf
diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.11.1.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.11.1.ebuild
index 3b1eadc947b0..9220ee3ba543 100644
--- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.11.1.ebuild
+++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.11.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.11.1.ebuild,v 1.1 2005/08/21 11:46:58 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.11.1.ebuild,v 1.2 2006/08/13 18:14:47 corsair Exp $
inherit gnome2
@@ -21,7 +21,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0
DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL"
src_compile() {
- if useq amd64 || useq ppc64; then
+ if useq amd64; then
aclocal -I scripts
automake -c -f
autoconf
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 6eeff12aff7e..faf79a194fcb 100644
--- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild
+++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.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/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild,v 1.12 2006/07/15 03:31:18 vapier Exp $
+# $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 $
inherit gnome2
@@ -20,7 +20,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0
DOCS="AUTHORS ChangeLog NEWS README INSTALL"
src_compile() {
- if useq amd64 || useq ppc64; then
+ if useq amd64; then
aclocal -I scripts
automake -c -f
autoconf