* [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.12.1-r1.ebuild ChangeLog pgadmin3-1.12.1.ebuild
@ 2010-10-25 12:41 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2010-10-25 12:41 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/10/25 12:41:47
Modified: ChangeLog
Added: pgadmin3-1.12.1-r1.ebuild
Removed: pgadmin3-1.12.1.ebuild
Log:
Revision bump to fix icon name.
(Portage version: 2.2_rc99/cvs/Linux x86_64)
Revision Changes Path
1.52 dev-db/pgadmin3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 23 Oct 2010 18:00:35 -0000 1.51
+++ ChangeLog 25 Oct 2010 12:41:47 -0000 1.52
@@ -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.51 2010/10/23 18:00:35 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.52 2010/10/25 12:41:47 scarabeus Exp $
+
+*pgadmin3-1.12.1-r1 (25 Oct 2010)
+
+ 25 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -pgadmin3-1.12.1.ebuild, +pgadmin3-1.12.1-r1.ebuild:
+ Revision bump to fix icon name.
*pgadmin3-1.12.1 (23 Oct 2010)
1.1 dev-db/pgadmin3/pgadmin3-1.12.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.12.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.12.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: pgadmin3-1.12.1-r1.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.1-r1.ebuild,v 1.1 2010/10/25 12:41:47 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"
newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png || die
# icon location for the desktop file provided in pkg folder
insinto /usr/share/pgadmin3
doins "${S}/pgadmin/include/images/pgAdmin3.png" || die
domenu "${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-10-25 12:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 12:41 [gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.12.1-r1.ebuild ChangeLog pgadmin3-1.12.1.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