public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog pgadmin3-1.12.0.ebuild pgadmin3-1.10.3.ebuild pgadmin3-1.10.5.ebuild
@ 2010-09-21  8:59 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2010-09-21  8:59 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/09/21 08:59:43

  Modified:             ChangeLog
  Added:                pgadmin3-1.12.0.ebuild
  Removed:              pgadmin3-1.10.3.ebuild pgadmin3-1.10.5.ebuild
  Log:
  Version bump. Drop older.
  
  (Portage version: 2.2_rc85/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-db/pgadmin3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	30 Aug 2010 20:18:21 -0000	1.49
+++ ChangeLog	21 Sep 2010 08:59:43 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/pgadmin3
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.49 2010/08/30 20:18:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.50 2010/09/21 08:59:43 scarabeus Exp $
+
+*pgadmin3-1.12.0 (21 Sep 2010)
+
+  21 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  -pgadmin3-1.10.3.ebuild, -pgadmin3-1.10.5.ebuild, +pgadmin3-1.12.0.ebuild:
+  Version bump. Drop older.
 
 *pgadmin3-1.10.5 (30 Aug 2010)
 



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

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

Index: pgadmin3-1.12.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.12.0.ebuild,v 1.1 2010/09/21 08:59:43 scarabeus Exp $

EAPI=3

WX_GTK_VER="2.8"

inherit wxwidgets

DESCRIPTION="wxWidgets GUI for PostgreSQL."
HOMEPAGE="http://www.pgadmin.org/"
SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"

LICENSE="Artistic"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
SLOT="0"
IUSE="debug"

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

src_configure() {
	econf \
		--with-wx-version=2.8 \
		$(use_enable debug)
}

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

	insinto /usr/share/pixmaps
	newins "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png || die

	insinto /usr/share/pgadmin3
	newins "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png || die

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

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






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

only message in thread, other threads:[~2010-09-21  9:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21  8:59 [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog pgadmin3-1.12.0.ebuild pgadmin3-1.10.3.ebuild pgadmin3-1.10.5.ebuild Tomas Chvatal (scarabeus)

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