summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-28 12:34:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-28 12:34:36 +0000
commitf78e497da9a6f3028a625ce87fc9634853d8f5e2 (patch)
treedd64bf52c0f903b5108b13e8d8e57eda3788e9d3 /dev-db
parentInitial import. (diff)
downloadgentoo-2-f78e497da9a6f3028a625ce87fc9634853d8f5e2.tar.gz
gentoo-2-f78e497da9a6f3028a625ce87fc9634853d8f5e2.tar.bz2
gentoo-2-f78e497da9a6f3028a625ce87fc9634853d8f5e2.zip
old
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgadmin3/ChangeLog5
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.8.2.ebuild51
2 files changed, 4 insertions, 52 deletions
diff --git a/dev-db/pgadmin3/ChangeLog b/dev-db/pgadmin3/ChangeLog
index 11533ef199f9..bcdd02c81a2e 100644
--- a/dev-db/pgadmin3/ChangeLog
+++ b/dev-db/pgadmin3/ChangeLog
@@ -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.60 2011/05/28 12:26:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.61 2011/05/28 12:34:36 scarabeus Exp $
+
+ 28 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> -pgadmin3-1.8.2.ebuild:
+ old
28 May 2011; Brent Baude <ranger@gentoo.org> pgadmin3-1.12.2.ebuild:
Marking pgadmin3-1.12.2 ppc for bug 355321
diff --git a/dev-db/pgadmin3/pgadmin3-1.8.2.ebuild b/dev-db/pgadmin3/pgadmin3-1.8.2.ebuild
deleted file mode 100644
index 1c14f1046afc..000000000000
--- a/dev-db/pgadmin3/pgadmin3-1.8.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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.8.2.ebuild,v 1.5 2010/06/17 18:16:44 patrick Exp $
-
-EAPI="1"
-
-WX_GTK_VER="2.8"
-
-inherit wxwidgets eutils autotools
-
-KEYWORDS="alpha amd64 ppc sparc x86"
-
-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
- dev-db/postgresql-base
- >=dev-libs/libxml2-2.5
- >=dev-libs/libxslt-1.1"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-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"
-}