Gentoo Archives: gentoo-commits

From: "William Thomson (wltjr)" <wltjr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/flamerobin: ChangeLog flamerobin-0.8.3.ebuild flamerobin-0.7.6.ebuild flamerobin-0.8.0.ebuild flamerobin-0.7.5-r1.ebuild
Date: Wed, 26 Dec 2007 16:03:28
Message-Id: E1J7Yj0-0008Vz-DU@stork.gentoo.org
1 wltjr 07/12/26 16:03:18
2
3 Modified: ChangeLog
4 Added: flamerobin-0.8.3.ebuild
5 Removed: flamerobin-0.7.6.ebuild flamerobin-0.8.0.ebuild
6 flamerobin-0.7.5-r1.ebuild
7 Log:
8 Bumped to latest release, removed older versions
9 (Portage version: 2.1.4_rc11)
10
11 Revision Changes Path
12 1.11 dev-db/flamerobin/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/flamerobin/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/flamerobin/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/flamerobin/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-db/flamerobin/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 18 Oct 2007 16:31:26 -0000 1.10
25 +++ ChangeLog 26 Dec 2007 16:03:17 -0000 1.11
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-db/flamerobin
28 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/ChangeLog,v 1.10 2007/10/18 16:31:26 wltjr Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/ChangeLog,v 1.11 2007/12/26 16:03:17 wltjr Exp $
31 +
32 +*flamerobin-0.8.3 (26 Dec 2007)
33 +
34 + 26 Dec 2007; William L. Thomson Jr. <wltjr@g.o>
35 + -flamerobin-0.7.5-r1.ebuild, -flamerobin-0.7.6.ebuild,
36 + -flamerobin-0.8.0.ebuild, +flamerobin-0.8.3.ebuild:
37 + Bumped to latest release, removed older versions
38
39 *flamerobin-0.8.1 (18 Oct 2007)
40
41
42
43
44 1.1 dev-db/flamerobin/flamerobin-0.8.3.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/flamerobin/flamerobin-0.8.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/flamerobin/flamerobin-0.8.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: flamerobin-0.8.3.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/flamerobin-0.8.3.ebuild,v 1.1 2007/12/26 16:03:17 wltjr Exp $
54
55 inherit eutils wxwidgets
56
57 DESCRIPTION="A database administration tool for Firebird DBMS"
58 HOMEPAGE="http://www.flamerobin.org/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
60
61 LICENSE="BSD as-is"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="doc"
65
66 RDEPEND="=x11-libs/wxGTK-2.6*
67 dev-db/firebird"
68
69 DEPEND="${RDEPEND}"
70
71 S="${WORKDIR}/${P}-src"
72
73 pkg_setup() {
74 export WX_GTK_VER="2.6"
75 need-wxwidgets gtk2
76 }
77 src_compile() {
78 # temp hack since configure is not executable
79 chmod +x configure
80
81 local myconf
82 myconf="${myconf} \
83 --disable-shared \
84 --disable-debug \
85 --with-wx=yes \
86 --with-wx-config=${WX_CONFIG}"
87 econf ${myconf} || die "Could not configure FlameRobin"
88 emake || die "error during make"
89 }
90 src_install() {
91 make DESTDIR="${D}" install || die "Could not install FlameRobin"
92
93 doicon "${S}"/res/fricon.xpm
94 domenu "${FILESDIR}"/FlameRobin.desktop
95
96 dodoc devdocs/* docs/* docs-src/*
97 }
98
99
100
101 --
102 gentoo-commits@g.o mailing list