diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-02-11 14:12:38 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-02-11 14:12:38 +0000 |
commit | e141c870b1ed035a1862627262e8c1b0af820127 (patch) | |
tree | 0270cc1b24d6cb494c048f7f8c1245e13df71552 /dev-db | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-e141c870b1ed035a1862627262e8c1b0af820127.tar.gz gentoo-2-e141c870b1ed035a1862627262e8c1b0af820127.tar.bz2 gentoo-2-e141c870b1ed035a1862627262e8c1b0af820127.zip |
Dropped ppc-macos keyword, dropped old ebuild
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/monetdb/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/monetdb/monetdb-4.10.2.ebuild | 7 | ||||
-rw-r--r-- | dev-db/monetdb/monetdb-4.12.0.ebuild | 5 |
3 files changed, 11 insertions, 10 deletions
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 <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: 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() { |