summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-07-11 18:37:02 +0000
committerrandomdan <randomdan@localhost>2011-07-11 18:37:02 +0000
commitaaf706732008e9766a8c0cf7beaada710df13125 (patch)
tree7c7374d3033d02a29b02530ad940bfbcd8413341 /dev-db
parentBump (diff)
downloadportage-aaf706732008e9766a8c0cf7beaada710df13125.tar.bz2
portage-aaf706732008e9766a8c0cf7beaada710df13125.tar.xz
portage-aaf706732008e9766a8c0cf7beaada710df13125.zip
In tree now
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgadmin3/Manifest2
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.14.0_beta1.ebuild46
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-db/pgadmin3/Manifest b/dev-db/pgadmin3/Manifest
deleted file mode 100644
index 72cc601..0000000
--- a/dev-db/pgadmin3/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pgadmin3-1.14.0-beta1.tar.gz 16813450 RMD160 64b0f7f21f57b7e3153f04f0f56d9c52dbf5c7d6 SHA1 156a3bf8d596cae75336f435b633b210dc9115b6 SHA256 a47f8244ce8021a368d6ad3eb34481dd04528c13453fbbc8ab013db278790558
-EBUILD pgadmin3-1.14.0_beta1.ebuild 1173 RMD160 9f09b95730c0ff8e944d0cd74c10fe5723ebdc20 SHA1 b8f59578ad9722ca5d65b38d722868dd9fecc563 SHA256 ca52f9589ffcef987beb3eb6e4b5ee6c2272ef65b115fa987907ed0492e1e188
diff --git a/dev-db/pgadmin3/pgadmin3-1.14.0_beta1.ebuild b/dev-db/pgadmin3/pgadmin3-1.14.0_beta1.ebuild
deleted file mode 100644
index 0a43cc2..0000000
--- a/dev-db/pgadmin3/pgadmin3-1.14.0_beta1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.12.2.ebuild,v 1.5 2011/03/20 18:32:23 armin76 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/v1.14.0-beta1/src/pgadmin3-1.14.0-beta1.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}"
-S="${WORKDIR}/pgadmin3-1.14.0-beta1"
-
-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
-}