Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog pgadmin3-1.8.4.ebuild
Date: Fri, 13 Jun 2008 20:50:08
Message-Id: E1K7GDi-0007Uj-Gl@stork.gentoo.org
1 dev-zero 08/06/13 20:50:02
2
3 Modified: ChangeLog
4 Added: pgadmin3-1.8.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5.4)
8
9 Revision Changes Path
10 1.36 dev-db/pgadmin3/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 19 May 2008 19:10:18 -0000 1.35
23 +++ ChangeLog 13 Jun 2008 20:50:02 -0000 1.36
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-db/pgadmin3
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.35 2008/05/19 19:10:18 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.36 2008/06/13 20:50:02 dev-zero Exp $
29 +
30 +*pgadmin3-1.8.4 (13 Jun 2008)
31 +
32 + 13 Jun 2008; Tiziano Müller <dev-zero@g.o> +pgadmin3-1.8.4.ebuild:
33 + Version bump
34
35 *pgadmin3-1.8.2 (19 May 2008)
36
37
38
39
40 1.1 dev-db/pgadmin3/pgadmin3-1.8.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.8.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.8.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pgadmin3-1.8.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.8.4.ebuild,v 1.1 2008/06/13 20:50:02 dev-zero Exp $
50
51 EAPI="1"
52
53 WX_GTK_VER="2.8"
54
55 inherit wxwidgets eutils autotools
56
57 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
58
59 DESCRIPTION="wxWidgets GUI for PostgreSQL."
60 HOMEPAGE="http://www.pgadmin.org/"
61 SRC_URI="mirror://postgresql/pgadmin3/release/v${PV}/src/${P}.tar.gz"
62 LICENSE="Artistic"
63 SLOT="0"
64 IUSE="debug"
65
66 DEPEND="x11-libs/wxGTK:2.8
67 virtual/postgresql-base
68 >=dev-libs/libxml2-2.5
69 >=dev-libs/libxslt-1.1"
70 RDEPEND="${DEPEND}"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 epatch "${FILESDIR}/1.8.2-as_needed_ssl_detect_broken.patch"
76 eautoreconf
77 }
78
79 src_compile() {
80 econf \
81 --with-wx-version=2.8 \
82 $(use_enable debug)
83 emake || die "emake failed"
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die "einstall failed"
88
89 insinto /usr/share/pixmaps
90 newins "${S}/pgadmin/include/images/elephant48.xpm" pgadmin3.xpm
91
92 insinto /usr/share/pgadmin3
93 newins "${S}/pgadmin/include/images/elephant48.xpm" pgadmin3.xpm
94
95 insinto /usr/share/applications
96 doins "${S}/pkg/pgadmin3.desktop"
97
98 # Fixing world-writable files
99 chmod -R go-w "${D}/usr/share"
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list