diff options
author | 2007-10-09 20:00:46 +0000 | |
---|---|---|
committer | 2007-10-09 20:00:46 +0000 | |
commit | d03b8332f9c7160e0c078f6f66a2af248d56bfb1 (patch) | |
tree | c641da92a3680261a6b232c90b8d52f59b4fc18f /dev-db/flamerobin | |
parent | Version bump. (diff) | |
download | gentoo-2-d03b8332f9c7160e0c078f6f66a2af248d56bfb1.tar.gz gentoo-2-d03b8332f9c7160e0c078f6f66a2af248d56bfb1.tar.bz2 gentoo-2-d03b8332f9c7160e0c078f6f66a2af248d56bfb1.zip |
Bumped to latest release. Ideally wants wxGTK 2.8.6, but it's not in tree. Still fully compatible with 2.6
(Portage version: 2.1.3.12)
Diffstat (limited to 'dev-db/flamerobin')
-rw-r--r-- | dev-db/flamerobin/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/flamerobin/files/digest-flamerobin-0.8.0 | 3 | ||||
-rw-r--r-- | dev-db/flamerobin/flamerobin-0.7.5-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-db/flamerobin/flamerobin-0.7.6.ebuild | 6 | ||||
-rw-r--r-- | dev-db/flamerobin/flamerobin-0.8.0.ebuild | 44 |
5 files changed, 61 insertions, 7 deletions
diff --git a/dev-db/flamerobin/ChangeLog b/dev-db/flamerobin/ChangeLog index 17c619a4a9ab..9baeb44a5109 100644 --- a/dev-db/flamerobin/ChangeLog +++ b/dev-db/flamerobin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-db/flamerobin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/ChangeLog,v 1.8 2007/05/16 16:15:40 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/ChangeLog,v 1.9 2007/10/09 20:00:46 wltjr Exp $ + +*flamerobin-0.8.0 (09 Oct 2007) + + 09 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org> + +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 <dirtyepic@gentoo.org> flamerobin-0.7.5-r1.ebuild, flamerobin-0.7.6.ebuild: diff --git a/dev-db/flamerobin/files/digest-flamerobin-0.8.0 b/dev-db/flamerobin/files/digest-flamerobin-0.8.0 new file mode 100644 index 000000000000..0da72e3797e3 --- /dev/null +++ b/dev-db/flamerobin/files/digest-flamerobin-0.8.0 @@ -0,0 +1,3 @@ +MD5 80d27b12b7b2d21d5860f7c4fbff777a flamerobin-0.8.0-src.tar.gz 817822 +RMD160 7e515928ab824f7787f18f17f60f04b6a15b8463 flamerobin-0.8.0-src.tar.gz 817822 +SHA256 f70a77692ed1e39a200b174ba7a34fdca1c3b17314dcf2afe18a1293f9e0a246 flamerobin-0.8.0-src.tar.gz 817822 diff --git a/dev-db/flamerobin/flamerobin-0.7.5-r1.ebuild b/dev-db/flamerobin/flamerobin-0.7.5-r1.ebuild index 44d7a77826bb..e392136d226e 100644 --- a/dev-db/flamerobin/flamerobin-0.7.5-r1.ebuild +++ b/dev-db/flamerobin/flamerobin-0.7.5-r1.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/flamerobin/flamerobin-0.7.5-r1.ebuild,v 1.3 2007/05/16 16:15:40 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/flamerobin-0.7.5-r1.ebuild,v 1.4 2007/10/09 20:00:46 wltjr Exp $ inherit eutils wxwidgets @@ -37,8 +37,8 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "Could not install FlameRobin" - doicon ${S}/res/fricon.xpm - domenu ${FILESDIR}/FlameRobin.desktop + doicon "${S}"/res/fricon.xpm + domenu "${FILESDIR}"/FlameRobin.desktop dodoc devdocs/* docs/* docs-src/* } diff --git a/dev-db/flamerobin/flamerobin-0.7.6.ebuild b/dev-db/flamerobin/flamerobin-0.7.6.ebuild index f778e0d7cfe5..2f79866d8681 100644 --- a/dev-db/flamerobin/flamerobin-0.7.6.ebuild +++ b/dev-db/flamerobin/flamerobin-0.7.6.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/flamerobin/flamerobin-0.7.6.ebuild,v 1.3 2007/05/16 16:15:40 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/flamerobin-0.7.6.ebuild,v 1.4 2007/10/09 20:00:46 wltjr Exp $ inherit eutils wxwidgets @@ -37,8 +37,8 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "Could not install FlameRobin" - doicon ${S}/res/fricon.xpm - domenu ${FILESDIR}/FlameRobin.desktop + doicon "${S}"/res/fricon.xpm + domenu "${FILESDIR}"/FlameRobin.desktop dodoc devdocs/* docs/* docs-src/* } diff --git a/dev-db/flamerobin/flamerobin-0.8.0.ebuild b/dev-db/flamerobin/flamerobin-0.8.0.ebuild new file mode 100644 index 000000000000..c6097f977018 --- /dev/null +++ b/dev-db/flamerobin/flamerobin-0.8.0.ebuild @@ -0,0 +1,44 @@ +# 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.0.ebuild,v 1.1 2007/10/09 20:00:46 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() { + 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/* +} |