summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2010-09-04 04:49:29 +0000
committerRyan Hill <dirtyepic@gentoo.org>2010-09-04 04:49:29 +0000
commit166f4280f1c60073fa41c0ea947d380512608e97 (patch)
tree40a504dcab12ffc08c7c55a4320f780b8a125330 /dev-db/flamerobin
parentx86 stable wrt bug #335186 (diff)
downloadgentoo-2-166f4280f1c60073fa41c0ea947d380512608e97.tar.gz
gentoo-2-166f4280f1c60073fa41c0ea947d380512608e97.tar.bz2
gentoo-2-166f4280f1c60073fa41c0ea947d380512608e97.zip
Drop old.
(Portage version: 2.2_rc74/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/flamerobin')
-rw-r--r--dev-db/flamerobin/ChangeLog8
-rw-r--r--dev-db/flamerobin/flamerobin-0.8.3.ebuild49
-rw-r--r--dev-db/flamerobin/flamerobin-0.8.6.ebuild49
3 files changed, 6 insertions, 100 deletions
diff --git a/dev-db/flamerobin/ChangeLog b/dev-db/flamerobin/ChangeLog
index 330a31871307..0746b5f5dfd4 100644
--- a/dev-db/flamerobin/ChangeLog
+++ b/dev-db/flamerobin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/flamerobin
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/ChangeLog,v 1.16 2009/06/11 08:43:32 ali_bush Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/ChangeLog,v 1.17 2010/09/04 04:49:29 dirtyepic Exp $
+
+ 04 Sep 2010; Ryan Hill <dirtyepic@gentoo.org> -flamerobin-0.8.3.ebuild,
+ -flamerobin-0.8.6.ebuild:
+ Drop old.
*flamerobin-0.9.2 (11 Jun 2009)
diff --git a/dev-db/flamerobin/flamerobin-0.8.3.ebuild b/dev-db/flamerobin/flamerobin-0.8.3.ebuild
deleted file mode 100644
index 38eb4607a631..000000000000
--- a/dev-db/flamerobin/flamerobin-0.8.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 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.3 2009/04/08 22:37:46 fauli Exp $
-
-EAPI=1
-
-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.8
- 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/*
-}
diff --git a/dev-db/flamerobin/flamerobin-0.8.6.ebuild b/dev-db/flamerobin/flamerobin-0.8.6.ebuild
deleted file mode 100644
index b6bbd8ae1346..000000000000
--- a/dev-db/flamerobin/flamerobin-0.8.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 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.3 2009/04/08 22:37:46 fauli Exp $
-
-EAPI=1
-
-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.8
- 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/*
-}