ChangeLog

# ChangeLog for dev-db/flamerobin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/ChangeLog,v 1.12 2008/03/19 19:33:09 wltjr Exp $

*flamerobin-0.8.6 (19 Mar 2008)

19 Mar 2008; William L. Thomson Jr.
-flamerobin-0.8.1.ebuild, +flamerobin-0.8.6.ebuild:
Bumped to latest release, removed past versions

*flamerobin-0.8.3 (26 Dec 2007)

26 Dec 2007; William L. Thomson Jr.
-flamerobin-0.7.5-r1.ebuild, -flamerobin-0.7.6.ebuild,
-flamerobin-0.8.0.ebuild, +flamerobin-0.8.3.ebuild:
Bumped to latest release, removed older versions

*flamerobin-0.8.1 (18 Oct 2007)

18 Oct 2007; William L. Thomson Jr.
+flamerobin-0.8.1.ebuild:
Bumped to latest release. Added temp hack/fix to make configure executable.

*flamerobin-0.8.0 (09 Oct 2007)

09 Oct 2007; William L. Thomson Jr.
+flamerobin-0.8.0.ebuild:
Bumped to latest release. Ideally wants wxGTK 2.8.6, but it's not in tree.
Still fully compatible with 2.6

16 May 2007; Ryan Hill flamerobin-0.7.5-r1.ebuild,
flamerobin-0.7.6.ebuild:
Pass wx-config location to econf for bug #178713.

08 Jan 2007; Christian Faulhammer
flamerobin-0.7.6.ebuild:
stable x86, bug #159228

*flamerobin-0.7.6 (22 Nov 2006)

22 Nov 2006; William L. Thomson Jr.
+flamerobin-0.7.6.ebuild:
Version bump for new release

07 Nov 2006; William L. Thomson Jr.
flamerobin-0.7.5-r1.ebuild:
Attempted fix for bug 154006. Inheriting wxwidgets eclass now and using it's
functions.

05 Nov 2006; William L. Thomson Jr.
-flamerobin-0.7.5.ebuild:
Removed previous version with invalid atom

*flamerobin-0.7.5-r1 (04 Nov 2006)

04 Nov 2006; William L. Thomson Jr.
+flamerobin-0.7.5-r1.ebuild:
Fixed dodocs, switch to doicon domenu for desktop entry, fixed invalid dep
atom of firebird per bug #154058

04 Nov 2006; William L. Thomson Jr. metadata.xml:
Got a little herd happy, updated metadata.xml to no-herd

*flamerobin-0.7.5 (04 Nov 2006)

04 Nov 2006; William L. Thomson Jr.
+files/FlameRobin.desktop, +metadata.xml, +flamerobin-0.7.5.ebuild:
Initial ebuild for FlameRobin

Manifest

AUX FlameRobin.desktop 214 RMD160 faad88866e80c7c96d90722d7955eb7b25b2c597 SHA1 2f9eb7fb5407e35d509fb2ac32e62c66dd27dd4d SHA256 30e1aab53211c5655b19932f85e500884115094d3f706b6986d1c6fab5304ada
DIST flamerobin-0.8.3-src.tar.gz 858383 RMD160 2e962e7f57f7f0b74c3321b3933331f91ddbf515 SHA1 5c370d9056063fd69044bd276c7bedd93cf2ef77 SHA256 f2424f45ebb80d2d2c3d70e37cd671c3f8df19532705ac61a17c1c7cc94f0188
DIST flamerobin-0.8.6-src.tar.gz 871059 RMD160 d24ff7f0165beb96c9998de3a761e6f31694809b SHA1 03b65ef2c07ca0d4a0aa4e88410daf2c46929a31 SHA256 8d03b3a811601935196c3ea332211eb1d5608b8dfdcb950ef9cc130635a814a0
EBUILD flamerobin-0.8.3.ebuild 1123 RMD160 049ac7f85921266cceae9673fd4b12abc4cb02ba SHA1 0883aa89849f4c131bc372b02d4211ca69e2acee SHA256 c91890a825cc5711f8d21dc7b85fdab6ab3c10bba7f6036ad42cafa7b07f9e33
EBUILD flamerobin-0.8.6.ebuild 1123 RMD160 514b5520f6eace57ba4cfefadb6cd1c3dd47cc01 SHA1 043df0ed1747d14d7a5f25951207227ce1855f63 SHA256 3f5f50d5126ddf31cd6f364aa989fc99461b62bea34ce11ccc92efab2cf5b230
MISC ChangeLog 2369 RMD160 feea6eadb13d1a311b02f940415c0297e2c74c43 SHA1 64f0a284d203110e7fde29ba31d97fcdfeaed348 SHA256 bebdcfdc0d591ba8e8fb9dfdee3044d4695793b1e209ffe2d163e5a102d8c974
MISC metadata.xml 481 RMD160 89eb04dffb91600e196651f03eb595c9734fe227 SHA1 8b8b547a8d888e848f56c4269c7b97fec1bd8a52 SHA256 a2e0160ec1c9c53184d6c6b951dccd092ed02889c5579beabbf5f15b115339c8

files

flamerobin-0.8.3.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/flamerobin-0.8.3.ebuild,v 1.1 2007/12/26 16:03:17 wltjr Exp $

inherit eutils wxwidgets

DESCRIPTION="A database administration tool for Firebird DBMS"
HOMEPAGE="http://www.flamerobin.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"

LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND="=x11-libs/wxGTK-2.6*
dev-db/firebird"

DEPEND="${RDEPEND}"

S="${WORKDIR}/${P}-src"

pkg_setup() {
export WX_GTK_VER="2.6"
need-wxwidgets gtk2
}
src_compile() {
# temp hack since configure is not executable
chmod +x configure

local myconf
myconf="${myconf} \
--disable-shared \
--disable-debug \
--with-wx=yes \
--with-wx-config=${WX_CONFIG}"
econf ${myconf} || die "Could not configure FlameRobin"
emake || die "error during make"
}
src_install() {
make DESTDIR="${D}" install || die "Could not install FlameRobin"

doicon "${S}"/res/fricon.xpm
domenu "${FILESDIR}"/FlameRobin.desktop

dodoc devdocs/* docs/* docs-src/*
}

flamerobin-0.8.6.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/flamerobin-0.8.6.ebuild,v 1.1 2008/03/19 19:33:09 wltjr Exp $

inherit eutils wxwidgets

DESCRIPTION="A database administration tool for Firebird DBMS"
HOMEPAGE="http://www.flamerobin.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"

LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND="=x11-libs/wxGTK-2.6*
dev-db/firebird"

DEPEND="${RDEPEND}"

S="${WORKDIR}/${P}-src"

pkg_setup() {
export WX_GTK_VER="2.6"
need-wxwidgets gtk2
}
src_compile() {
# temp hack since configure is not executable
chmod +x configure

local myconf
myconf="${myconf} \
--disable-shared \
--disable-debug \
--with-wx=yes \
--with-wx-config=${WX_CONFIG}"
econf ${myconf} || die "Could not configure FlameRobin"
emake || die "error during make"
}
src_install() {
make DESTDIR="${D}" install || die "Could not install FlameRobin"

doicon "${S}"/res/fricon.xpm
domenu "${FILESDIR}"/FlameRobin.desktop

dodoc devdocs/* docs/* docs-src/*
}

metadata.xml





no-herd


wltjr@gentoo.org
William L. Thomson Jr.



FlameRobin is a database administration tool for Firebird DBMS.
FlameRobin is lightweight (small footprint, fast execution) and
dependent only on other Open Source software