* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.18.1.ebuild ChangeLog
@ 2013-10-21 4:00 Patrick Lauer (patrick)
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2013-10-21 4:00 UTC (permalink / raw
To: gentoo-commits
patrick 13/10/21 04:00:33
Modified: ChangeLog
Added: pgadmin3-1.18.1.ebuild
Log:
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.95 dev-db/pgadmin3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 25 Sep 2013 17:37:46 -0000 1.94
+++ ChangeLog 21 Oct 2013 04:00:33 -0000 1.95
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/pgadmin3
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.94 2013/09/25 17:37:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.95 2013/10/21 04:00:33 patrick Exp $
+
+*pgadmin3-1.18.1 (21 Oct 2013)
+
+ 21 Oct 2013; Patrick Lauer <patrick@gentoo.org> +pgadmin3-1.18.1.ebuild:
+ Bump
*pgadmin3-1.18.0 (25 Sep 2013)
1.1 dev-db/pgadmin3/pgadmin3-1.18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.1&content-type=text/plain
Index: pgadmin3-1.18.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.1 2013/10/21 04:00:33 patrick Exp $
EAPI="4"
WX_GTK_VER="2.8"
inherit 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="POSTGRESQL"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
SLOT="0"
IUSE="debug +databasedesigner"
DEPEND="x11-libs/wxGTK:2.8[X,debug=]
>=dev-db/postgresql-base-8.4.0
>=dev-libs/libxml2-2.6.18
>=dev-libs/libxslt-1.1"
RDEPEND="${DEPEND}"
pkg_setup() {
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}/pgadmin3-desktop.patch"
}
src_configure() {
econf --with-wx-version=2.8 \
$(use_enable debug) \
$(use_enable databasedesigner)
}
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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.18.1.ebuild ChangeLog
@ 2014-01-18 19:02 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-18 19:02 UTC (permalink / raw
To: gentoo-commits
pacho 14/01/18 19:02:21
Modified: pgadmin3-1.18.1.ebuild ChangeLog
Log:
amd64 stable, bug #495364
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 dev-db/pgadmin3/pgadmin3-1.18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?r1=1.1&r2=1.2
Index: pgadmin3-1.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgadmin3-1.18.1.ebuild 21 Oct 2013 04:00:33 -0000 1.1
+++ pgadmin3-1.18.1.ebuild 18 Jan 2014 19:02:21 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.1 2013/10/21 04:00:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.2 2014/01/18 19:02:21 pacho Exp $
EAPI="4"
@@ -13,7 +13,7 @@
SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
LICENSE="POSTGRESQL"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
SLOT="0"
IUSE="debug +databasedesigner"
1.96 dev-db/pgadmin3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 21 Oct 2013 04:00:33 -0000 1.95
+++ ChangeLog 18 Jan 2014 19:02:21 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/pgadmin3
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.95 2013/10/21 04:00:33 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.96 2014/01/18 19:02:21 pacho Exp $
+
+ 18 Jan 2014; Pacho Ramos <pacho@gentoo.org> pgadmin3-1.18.1.ebuild:
+ amd64 stable, bug #495364
*pgadmin3-1.18.1 (21 Oct 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.18.1.ebuild ChangeLog
@ 2014-01-20 15:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-20 15:51 UTC (permalink / raw
To: gentoo-commits
ago 14/01/20 15:51:35
Modified: pgadmin3-1.18.1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #495364
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-db/pgadmin3/pgadmin3-1.18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?r1=1.2&r2=1.3
Index: pgadmin3-1.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgadmin3-1.18.1.ebuild 18 Jan 2014 19:02:21 -0000 1.2
+++ pgadmin3-1.18.1.ebuild 20 Jan 2014 15:51:35 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.2 2014/01/18 19:02:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.3 2014/01/20 15:51:35 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
LICENSE="POSTGRESQL"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
SLOT="0"
IUSE="debug +databasedesigner"
1.97 dev-db/pgadmin3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 18 Jan 2014 19:02:21 -0000 1.96
+++ ChangeLog 20 Jan 2014 15:51:35 -0000 1.97
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/pgadmin3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.96 2014/01/18 19:02:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.97 2014/01/20 15:51:35 ago Exp $
+
+ 20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pgadmin3-1.18.1.ebuild:
+ Stable for ppc, wrt bug #495364
18 Jan 2014; Pacho Ramos <pacho@gentoo.org> pgadmin3-1.18.1.ebuild:
amd64 stable, bug #495364
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.18.1.ebuild ChangeLog
@ 2014-01-26 11:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 11:01 UTC (permalink / raw
To: gentoo-commits
ago 14/01/26 11:01:27
Modified: pgadmin3-1.18.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #495364
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-db/pgadmin3/pgadmin3-1.18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?r1=1.3&r2=1.4
Index: pgadmin3-1.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgadmin3-1.18.1.ebuild 20 Jan 2014 15:51:35 -0000 1.3
+++ pgadmin3-1.18.1.ebuild 26 Jan 2014 11:01:27 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.3 2014/01/20 15:51:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.4 2014/01/26 11:01:27 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
LICENSE="POSTGRESQL"
-KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
SLOT="0"
IUSE="debug +databasedesigner"
1.98 dev-db/pgadmin3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 20 Jan 2014 15:51:35 -0000 1.97
+++ ChangeLog 26 Jan 2014 11:01:27 -0000 1.98
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/pgadmin3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.97 2014/01/20 15:51:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.98 2014/01/26 11:01:27 ago Exp $
+
+ 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pgadmin3-1.18.1.ebuild:
+ Stable for x86, wrt bug #495364
20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pgadmin3-1.18.1.ebuild:
Stable for ppc, wrt bug #495364
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.18.1.ebuild ChangeLog
@ 2014-08-10 20:01 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:01 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 20:01:55
Modified: pgadmin3-1.18.1.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.5 dev-db/pgadmin3/pgadmin3-1.18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?r1=1.4&r2=1.5
Index: pgadmin3-1.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pgadmin3-1.18.1.ebuild 26 Jan 2014 11:01:27 -0000 1.4
+++ pgadmin3-1.18.1.ebuild 10 Aug 2014 20:01:55 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.4 2014/01/26 11:01:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.5 2014/08/10 20:01:55 slyfox Exp $
EAPI="4"
@@ -8,7 +8,7 @@
inherit multilib versionator wxwidgets
-DESCRIPTION="wxWidgets GUI for PostgreSQL."
+DESCRIPTION="wxWidgets GUI for PostgreSQL"
HOMEPAGE="http://www.pgadmin.org/"
SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
1.100 dev-db/pgadmin3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 27 Jan 2014 12:26:18 -0000 1.99
+++ ChangeLog 10 Aug 2014 20:01:55 -0000 1.100
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/pgadmin3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.99 2014/01/27 12:26:18 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.100 2014/08/10 20:01:55 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pgadmin3-1.18.1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
27 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org>
-pgadmin3-1.16.1-r1.ebuild, -files/ssl-detect-r1.patch,
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-11 21:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 15:51 [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.18.1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:01 Sergei Trofimovich (slyfox)
2014-01-26 11:01 Agostino Sarubbo (ago)
2014-01-18 19:02 Pacho Ramos (pacho)
2013-10-21 4:00 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