# 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:
# 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
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
|| 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() {
# 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
|| 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() {