Dropped ppc-macos keyword, dropped old ebuild
authorFabian Groffen <grobian@gentoo.org>
Sun, 11 Feb 2007 14:12:38 +0000 (14:12 +0000)
committerFabian Groffen <grobian@gentoo.org>
Sun, 11 Feb 2007 14:12:38 +0000 (14:12 +0000)
Package-Manager: portage-2.1.1-r2

dev-db/monetdb/ChangeLog
dev-db/monetdb/monetdb-4.10.2.ebuild
dev-db/monetdb/monetdb-4.12.0.ebuild

index a5768dfdbe87252e3880dd961ac50f1b58bcb0a2..ca7575282678152e24ceb83ce562657fe1ec74bd 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/monetdb
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/ChangeLog,v 1.12 2007/01/31 13:41:05 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/ChangeLog,v 1.13 2007/02/11 14:12:38 grobian Exp $
+
+  11 Feb 2007; Fabian Groffen <grobian@gentoo.org>
+  -files/monetdb-4.10.0-darwin.patch,
+  -files/monetdb-4.10.0-gentoo-MapiClient.patch,
+  -files/monetdb-4.10.0-gentoo-conf.patch, -monetdb-4.10.0.ebuild,
+  monetdb-4.10.2.ebuild, monetdb-4.12.0.ebuild:
+  Dropped ppc-macos keyword, dropped old ebuild
 
   31 Jan 2007; Marius Mauch <genone@gentoo.org> monetdb-4.10.0.ebuild,
   monetdb-4.10.2.ebuild, monetdb-4.12.0.ebuild:
index 5e2996153fd1c6ba5559ea2ddbd12ce48644c99c..2cc35a713f0f1b10f794aa46be84d14c0f66409e 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.10.2.ebuild,v 1.7 2007/01/31 13:41:05 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.10.2.ebuild,v 1.8 2007/02/11 14:12:38 grobian Exp $
 
 inherit flag-o-matic eutils
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/monetdb/MonetDB-${PV_M}.tar.gz
        mirror://sourceforge/monetdb/MonetDB-XQuery-${PV_XQ}.tar.gz"
 LICENSE="MonetDBPL-1.1 PathfinderPL-1.1"
 SLOT="0"
-KEYWORDS="ppc ~ppc-macos x86"
+KEYWORDS="ppc x86"
 RESTRICT="test"
 
 DEPEND="virtual/libc
@@ -211,9 +211,6 @@ src_install() {
                || die "removing incomplete Burkowski step support"
        # remove windows cruft
        find "${D}" -name "*.bat" | xargs rm -f || die "removing windows stuff"
-       # remove perl DBD on ppc-macos, since it gets installed in the wrong
-       # location and getting it right is not just a simple thing
-       use ppc-macos && rm -Rf "${D}/usr/Network" > /dev/null
 }
 
 src_test() {
index 3c9618ccc7a229c533cf869fd6c94cb87b641b2c..9497570a6b5e45a8af7624ddaefb54c0255f88eb 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.12.0.ebuild,v 1.3 2007/01/31 13:41:05 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.12.0.ebuild,v 1.4 2007/02/11 14:12:38 grobian Exp $
 
 inherit flag-o-matic eutils
 
@@ -203,9 +203,6 @@ src_install() {
                || die "removing tests"
        # remove windows cruft
        find "${D}" -name "*.bat" | xargs rm -f || die "removing windows stuff"
-       # remove perl DBD on ppc-macos, since it gets installed in the wrong
-       # location and getting it right is not just a simple thing
-       use ppc-macos && rm -Rf "${D}/usr/Network" > /dev/null
 }
 
 src_test() {