summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-27 12:19:53 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-27 12:19:53 +0000
commita10316f748f8c77313aaf2b6d34bcd99b03ee1c0 (patch)
tree218cd19f6133655d27f4d2ca5dc120f15091b5bb /dev-ml/extlib
parentVersion bump. Fixes bug #206998. (diff)
downloadhistorical-a10316f748f8c77313aaf2b6d34bcd99b03ee1c0.tar.gz
historical-a10316f748f8c77313aaf2b6d34bcd99b03ee1c0.tar.bz2
historical-a10316f748f8c77313aaf2b6d34bcd99b03ee1c0.zip
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-ml/extlib')
-rw-r--r--dev-ml/extlib/ChangeLog6
-rw-r--r--dev-ml/extlib/extlib-1.4.ebuild6
-rw-r--r--dev-ml/extlib/extlib-1.5.1.ebuild4
-rw-r--r--dev-ml/extlib/extlib-1.5.ebuild6
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog
index 1cec65765cf9..af2226e8f714 100644
--- a/dev-ml/extlib/ChangeLog
+++ b/dev-ml/extlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/extlib
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.5 2008/01/03 21:54:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.6 2008/01/27 12:19:53 grobian Exp $
+
+ 27 Jan 2008; Fabian Groffen <grobian@gentoo.org> extlib-1.4.ebuild,
+ extlib-1.5.ebuild, extlib-1.5.1.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
*extlib-1.5.1 (03 Jan 2008)
diff --git a/dev-ml/extlib/extlib-1.4.ebuild b/dev-ml/extlib/extlib-1.4.ebuild
index e5c32466b7d8..0c6cc039094c 100644
--- a/dev-ml/extlib/extlib-1.4.ebuild
+++ b/dev-ml/extlib/extlib-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.4.ebuild,v 1.1 2005/09/21 17:02:34 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.4.ebuild,v 1.2 2008/01/27 12:19:53 grobian Exp $
inherit findlib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ocaml-lib/${P}.tgz"
LICENSE="LGPL-2.1"
DEPEND=">=dev-lang/ocaml-3.07"
SLOT="0"
-KEYWORDS="x86 ppc ppc-macos amd64"
+KEYWORDS="x86 ppc amd64"
IUSE="doc"
src_compile() {
diff --git a/dev-ml/extlib/extlib-1.5.1.ebuild b/dev-ml/extlib/extlib-1.5.1.ebuild
index 03bcc145da45..1370ede8bebb 100644
--- a/dev-ml/extlib/extlib-1.5.1.ebuild
+++ b/dev-ml/extlib/extlib-1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.1.ebuild,v 1.1 2008/01/03 21:54:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.1.ebuild,v 1.2 2008/01/27 12:19:53 grobian Exp $
inherit findlib eutils
@@ -12,7 +12,7 @@ SRC_URI="http://ocaml-extlib.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2.1"
DEPEND=">=dev-lang/ocaml-3.07"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc +ocamlopt"
pkg_setup() {
diff --git a/dev-ml/extlib/extlib-1.5.ebuild b/dev-ml/extlib/extlib-1.5.ebuild
index a0ead7b1b066..dd10a0079c95 100644
--- a/dev-ml/extlib/extlib-1.5.ebuild
+++ b/dev-ml/extlib/extlib-1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.ebuild,v 1.2 2007/02/21 00:49:35 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.ebuild,v 1.3 2008/01/27 12:19:53 grobian Exp $
inherit findlib eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ocaml-lib/${P}.tar.gz"
LICENSE="LGPL-2.1"
DEPEND=">=dev-lang/ocaml-3.07"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~ppc-macos ~amd64"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE="doc"
src_unpack() {