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.14.0.ebuild
@ 2011-11-12 15:36 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2011-11-12 15:36 UTC (permalink / raw
  To: gentoo-commits

titanofold    11/11/12 15:36:39

  Modified:             ChangeLog
  Added:                pgadmin3-1.14.0.ebuild
  Log:
  Version bump fixes bug 389679. Improved SSL detection patch.
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.66                 dev-db/pgadmin3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	11 Jul 2011 17:30:22 -0000	1.65
+++ ChangeLog	12 Nov 2011 15:36:39 -0000	1.66
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/pgadmin3
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.65 2011/07/11 17:30:22 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.66 2011/11/12 15:36:39 titanofold Exp $
+
+*pgadmin3-1.14.0 (12 Nov 2011)
+
+  12 Nov 2011; Aaron W. Swenson <titanofold@gentoo.org>
+  +files/ssl-detect-r1.patch, +pgadmin3-1.14.0.ebuild:
+  Version bump fixes bug 389679. Improved SSL detection patch.
 
   11 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   pgadmin3-1.14.0_beta1.ebuild:



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

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

Index: pgadmin3-1.14.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild,v 1.1 2011/11/12 15:36:39 titanofold Exp $

EAPI="4"

WX_GTK_VER="2.8"

inherit autotools multilib versionator 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-8.4.0
	>=dev-libs/libxml2-2.6.18
	>=dev-libs/libxslt-1.1"
RDEPEND="${DEPEND}"

pkg_pretend() {
	local pgslot=$(postgresql-config show)

	if [[ ${pgslot//.} < 84 ]] ; then
		eerror "PostgreSQL slot must be set to 8.4 or higher."
		eerror "    postgresql-config set 8.4"
		die "PostgreSQL slot is not set to 8.4 or higher."
	fi
}

src_prepare() {
	epatch "${FILESDIR}/ssl-detect-r1.patch"
	eautoreconf
}

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

src_install() {
	emake DESTDIR="${D}" install

	newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png

	# icon location for the desktop file provided in pkg folder
	insinto /usr/share/pgadmin3
	doins "${S}/pgadmin/include/images/pgAdmin3.png"

	domenu "${S}/pkg/pgadmin3.desktop"

	# Fixing world-writable files
	fperms -R go-w /usr/share
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog pgadmin3-1.14.0.ebuild
@ 2012-01-04 18:06 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-04 18:06 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/04 18:06:55

  Modified:             ChangeLog pgadmin3-1.14.0.ebuild
  Log:
  x86 stable wrt bug #394447
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.71                 dev-db/pgadmin3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	16 Dec 2011 17:42:16 -0000	1.70
+++ ChangeLog	4 Jan 2012 18:06:55 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/pgadmin3
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.70 2011/12/16 17:42:16 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.71 2012/01/04 18:06:55 phajdan.jr Exp $
+
+  04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pgadmin3-1.14.0.ebuild:
+  x86 stable wrt bug #394447
 
   16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> pgadmin3-1.14.0.ebuild:
   Stable for AMD64, wrt bug #394447



1.4                  dev-db/pgadmin3/pgadmin3-1.14.0.ebuild

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

Index: pgadmin3-1.14.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgadmin3-1.14.0.ebuild	16 Dec 2011 17:42:16 -0000	1.3
+++ pgadmin3-1.14.0.ebuild	4 Jan 2012 18:06:55 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild,v 1.3 2011/12/16 17:42:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild,v 1.4 2012/01/04 18:06:55 phajdan.jr Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
 
 LICENSE="Artistic"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86 ~x86-fbsd"
 SLOT="0"
 IUSE="debug"
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-04 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04 18:06 [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog pgadmin3-1.14.0.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-12 15:36 Aaron Swenson (titanofold)

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