diff options
author | William Thomson <wltjr@gentoo.org> | 2008-02-13 18:34:32 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2008-02-13 18:34:32 +0000 |
commit | 77024e4e5b91dcf6e5df25be53e1a92e90d875a5 (patch) | |
tree | 379fe8f386ffe0348276fcb51140ccaa323ad27c /dev-db | |
parent | Added missing include to 8.0.8, version bump. (diff) | |
download | gentoo-2-77024e4e5b91dcf6e5df25be53e1a92e90d875a5.tar.gz gentoo-2-77024e4e5b91dcf6e5df25be53e1a92e90d875a5.tar.bz2 gentoo-2-77024e4e5b91dcf6e5df25be53e1a92e90d875a5.zip |
Bumped 2.1.x to rc1, removed beta version. No change wrt to bug #197664. 2.1 fix for security bug #208034, have to patch 2.0, till 2.0.4 is released.
(Portage version: 2.1.4.1)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/firebird/ChangeLog | 11 | ||||
-rw-r--r-- | dev-db/firebird/files/firebird-2.1.0.17735_rc1-deps-flags-libs.patch (renamed from dev-db/firebird/files/firebird-2.1.0.16780_beta2-deps-flags-libs.patch) | 0 | ||||
-rw-r--r-- | dev-db/firebird/firebird-2.1.0.17735_rc1.ebuild (renamed from dev-db/firebird/firebird-2.1.0.16780_beta2-r3.ebuild) | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index c00dc5086bd1..bb4500099c64 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.85 2008/01/16 06:50:10 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.86 2008/02/13 18:34:31 wltjr Exp $ + +*firebird-2.1.0.17735_rc1 (13 Feb 2008) + + 13 Feb 2008; William L. Thomson Jr. <wltjr@gentoo.org> + -files/firebird-2.1.0.16780_beta2-deps-flags-libs.patch, + +files/firebird-2.1.0.17735_rc1-deps-flags-libs.patch, + -firebird-2.1.0.16780_beta2-r3.ebuild, +firebird-2.1.0.17735_rc1.ebuild: + Bumped 2.1.x to rc1, removed beta version. No change wrt to bug #197664. 2.1 + fix for security bug #208034, have to patch 2.0, till 2.0.4 is released. 16 Jan 2008; William L. Thomson Jr. <wltjr@gentoo.org> firebird-2.0.3.12981.0-r2.ebuild, firebird-2.0.3.12981.0-r4.ebuild, diff --git a/dev-db/firebird/files/firebird-2.1.0.16780_beta2-deps-flags-libs.patch b/dev-db/firebird/files/firebird-2.1.0.17735_rc1-deps-flags-libs.patch index 8bcd3ca0dfd4..8bcd3ca0dfd4 100644 --- a/dev-db/firebird/files/firebird-2.1.0.16780_beta2-deps-flags-libs.patch +++ b/dev-db/firebird/files/firebird-2.1.0.17735_rc1-deps-flags-libs.patch diff --git a/dev-db/firebird/firebird-2.1.0.16780_beta2-r3.ebuild b/dev-db/firebird/firebird-2.1.0.17735_rc1.ebuild index 331de1cf71dc..0d2622c30b42 100644 --- a/dev-db/firebird/firebird-2.1.0.16780_beta2-r3.ebuild +++ b/dev-db/firebird/firebird-2.1.0.17735_rc1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.0.16780_beta2-r3.ebuild,v 1.2 2008/01/16 06:50:10 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.0.17735_rc1.ebuild,v 1.1 2008/02/13 18:34:31 wltjr Exp $ inherit flag-o-matic eutils autotools versionator #MY_P=Firebird-$(replace_version_separator 4 -) -MY_P=Firebird-${PV/_b/-B} +MY_P=Firebird-${PV/_rc/-ReleaseCandidate} DESCRIPTION="A relational database offering many ANSI SQL-99 features" HOMEPAGE="http://firebird.sourceforge.net/" |