public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.10.0.ebuild ChangeLog
@ 2009-09-11 20:38 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-09-11 20:38 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/11 20:38:53

  Modified:             ChangeLog
  Added:                pgadmin3-1.10.0.ebuild
  Log:
  Bump, fixes #276770
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-db/pgadmin3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	18 Jul 2008 08:11:51 -0000	1.40
+++ ChangeLog	11 Sep 2009 20:38:53 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/pgadmin3
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.40 2008/07/18 08:11:51 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.41 2009/09/11 20:38:53 patrick Exp $
+
+*pgadmin3-1.10.0 (11 Sep 2009)
+
+  11 Sep 2009; Patrick Lauer <patrick@gentoo.org> +pgadmin3-1.10.0.ebuild:
+  Bump, fixes #276770
 
   18 Jul 2008; Alexis Ballier <aballier@gentoo.org> pgadmin3-1.8.4.ebuild:
   keyword ~x86-fbsd thanks to Henning Schild <henning@wh9.tu-dresden.de>,



1.1                  dev-db/pgadmin3/pgadmin3-1.10.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.10.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.10.0.ebuild?rev=1.1&content-type=text/plain

Index: pgadmin3-1.10.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.10.0.ebuild,v 1.1 2009/09/11 20:38:53 patrick Exp $

EAPI="1"

WX_GTK_VER="2.8"

inherit wxwidgets eutils autotools

KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"

DESCRIPTION="wxWidgets GUI for PostgreSQL."
HOMEPAGE="http://www.pgadmin.org/"
SRC_URI="mirror://postgresql/pgadmin3/release/v${PV}/src/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
IUSE="debug"

DEPEND="x11-libs/wxGTK:2.8
	virtual/postgresql-base
	>=dev-libs/libxml2-2.5
	>=dev-libs/libxslt-1.1"
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/1.8.2-as_needed_ssl_detect_broken.patch"
	eautoreconf
}

src_compile() {
	econf \
		--with-wx-version=2.8 \
		$(use_enable debug)
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "einstall failed"

	insinto /usr/share/pixmaps
	newins "${S}/pgadmin/include/images/elephant48.xpm" pgadmin3.xpm

	insinto /usr/share/pgadmin3
	newins "${S}/pgadmin/include/images/elephant48.xpm" pgadmin3.xpm

	insinto /usr/share/applications
	doins "${S}/pkg/pgadmin3.desktop"

	# Fixing world-writable files
	chmod -R go-w "${D}/usr/share"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-11 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11 20:38 [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.10.0.ebuild ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox