summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2006-03-23 14:57:42 +0000
committerAron Griffis <agriffis@gentoo.org>2006-03-23 14:57:42 +0000
commit22847ee1a0f4e76b1dcfd0ea480daca3eb86e10b (patch)
treef456a85ee83e3d8143fe97140cdd84ee82185f85 /dev-db
parentBump to 3.5.2. (diff)
downloadgentoo-2-22847ee1a0f4e76b1dcfd0ea480daca3eb86e10b.tar.gz
gentoo-2-22847ee1a0f4e76b1dcfd0ea480daca3eb86e10b.tar.bz2
gentoo-2-22847ee1a0f4e76b1dcfd0ea480daca3eb86e10b.zip
No versions of firebird presently build on ia64. 1.5.1 attempts to build
with x86-only CFLAGS and 1.5.3 doesn't have IMPLEMENTATION #defined for ia64. Mark them all -ia64 (with use-masking to following) (Portage version: 2.0.53)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/firebird/ChangeLog8
-rw-r--r--dev-db/firebird/firebird-1.5.1.ebuild4
-rw-r--r--dev-db/firebird/firebird-1.5.2.ebuild4
-rw-r--r--dev-db/firebird/firebird-1.5.3-r1.ebuild4
-rw-r--r--dev-db/firebird/firebird-1.5.3.ebuild4
5 files changed, 15 insertions, 9 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog
index b216f48a2348..a5ddb87b2a24 100644
--- a/dev-db/firebird/ChangeLog
+++ b/dev-db/firebird/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/firebird
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.43 2006/03/19 19:12:28 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.44 2006/03/23 14:57:42 agriffis Exp $
+
+ 23 Mar 2006; Aron Griffis <agriffis@gentoo.org> firebird-1.5.1.ebuild,
+ firebird-1.5.2.ebuild, firebird-1.5.3.ebuild, firebird-1.5.3-r1.ebuild:
+ No versions of firebird presently build on ia64. 1.5.1 attempts to build
+ with x86-only CFLAGS and 1.5.3 doesn't have IMPLEMENTATION #defined for
+ ia64. Mark them all -ia64 (with use-masking to following)
19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> firebird-1.5.3-r1.ebuild:
Add DEPEND on app-arch/unzip
diff --git a/dev-db/firebird/firebird-1.5.1.ebuild b/dev-db/firebird/firebird-1.5.1.ebuild
index d81154da5258..2281f4403e7d 100644
--- a/dev-db/firebird/firebird-1.5.1.ebuild
+++ b/dev-db/firebird/firebird-1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.16 2006/02/11 22:10:46 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.17 2006/03/23 14:57:42 agriffis Exp $
inherit flag-o-matic eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/firebird/${P}.${extra_ver}.tar.bz2"
LICENSE="Interbase-1.0"
SLOT="0"
-KEYWORDS="~amd64 ia64 sparc x86"
+KEYWORDS="~amd64 -ia64 sparc x86"
IUSE="xinetd"
RESTRICT="nouserpriv"
diff --git a/dev-db/firebird/firebird-1.5.2.ebuild b/dev-db/firebird/firebird-1.5.2.ebuild
index e52b3fe324eb..2a2c3477ad19 100644
--- a/dev-db/firebird/firebird-1.5.2.ebuild
+++ b/dev-db/firebird/firebird-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.10 2006/02/11 22:10:46 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.11 2006/03/23 14:57:42 agriffis Exp $
inherit flag-o-matic eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/firebird/${P}.${extra_ver}.tar.bz2"
LICENSE="Interbase-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 -ia64 ~sparc ~x86"
IUSE="xinetd"
RESTRICT="nouserpriv"
diff --git a/dev-db/firebird/firebird-1.5.3-r1.ebuild b/dev-db/firebird/firebird-1.5.3-r1.ebuild
index 07bf9370334b..1a96763d5bf9 100644
--- a/dev-db/firebird/firebird-1.5.3-r1.ebuild
+++ b/dev-db/firebird/firebird-1.5.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3-r1.ebuild,v 1.3 2006/03/19 19:12:30 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3-r1.ebuild,v 1.4 2006/03/23 14:57:42 agriffis Exp $
inherit flag-o-matic eutils
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/firebird/${MY_P}.tar.bz2
LICENSE="Interbase-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 -ia64 ~sparc ~x86"
IUSE="xinetd doc"
RESTRICT="nouserpriv"
diff --git a/dev-db/firebird/firebird-1.5.3.ebuild b/dev-db/firebird/firebird-1.5.3.ebuild
index 29ef039a073e..095e0576dbad 100644
--- a/dev-db/firebird/firebird-1.5.3.ebuild
+++ b/dev-db/firebird/firebird-1.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3.ebuild,v 1.6 2006/02/11 22:10:46 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3.ebuild,v 1.7 2006/03/23 14:57:42 agriffis Exp $
inherit flag-o-matic eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/firebird/${P}.${extra_ver}.tar.bz2"
LICENSE="Interbase-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 sparc x86"
+KEYWORDS="~amd64 -ia64 sparc x86"
IUSE="xinetd"
RESTRICT="nouserpriv"