From: Fabian Groffen Date: Sun, 11 Feb 2007 14:12:38 +0000 (+0000) Subject: Dropped ppc-macos keyword, dropped old ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1a1df0f34e53f4b16412219585bf1d2252566cf9;p=gentoo.git Dropped ppc-macos keyword, dropped old ebuild Package-Manager: portage-2.1.1-r2 --- diff --git a/dev-db/monetdb/ChangeLog b/dev-db/monetdb/ChangeLog index a5768dfdbe87..ca7575282678 100644 --- a/dev-db/monetdb/ChangeLog +++ b/dev-db/monetdb/ChangeLog @@ -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 + -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 monetdb-4.10.0.ebuild, monetdb-4.10.2.ebuild, monetdb-4.12.0.ebuild: diff --git a/dev-db/monetdb/monetdb-4.10.2.ebuild b/dev-db/monetdb/monetdb-4.10.2.ebuild index 5e2996153fd1..2cc35a713f0f 100644 --- a/dev-db/monetdb/monetdb-4.10.2.ebuild +++ b/dev-db/monetdb/monetdb-4.10.2.ebuild @@ -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() { diff --git a/dev-db/monetdb/monetdb-4.12.0.ebuild b/dev-db/monetdb/monetdb-4.12.0.ebuild index 3c9618ccc7a2..9497570a6b5e 100644 --- a/dev-db/monetdb/monetdb-4.12.0.ebuild +++ b/dev-db/monetdb/monetdb-4.12.0.ebuild @@ -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() {