summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2018-03-21 07:09:23 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2018-03-21 07:09:55 -0400
commit90665fc12ab36100aa4540faf0ac6f7c488a1df4 (patch)
tree577cd0e38dabda336bd89c8efd8a87bc7b57de1a /dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild
parentnet-misc/ntp-4.2.8_p11: arm64 stable (diff)
downloadgentoo-90665fc12ab36100aa4540faf0ac6f7c488a1df4.tar.gz
gentoo-90665fc12ab36100aa4540faf0ac6f7c488a1df4.tar.bz2
gentoo-90665fc12ab36100aa4540faf0ac6f7c488a1df4.zip
dev-db/pgadmin3: Cleanup
Closes: https://bugs.gentoo.org/629422 Closes: https://bugs.gentoo.org/630448 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild')
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild b/dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild
deleted file mode 100644
index 27d932986e32..000000000000
--- a/dev-db/pgadmin3/pgadmin3-1.22.1-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils wxwidgets
-
-DESCRIPTION="wxWidgets GUI for PostgreSQL"
-HOMEPAGE="https://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="
- >=dev-db/postgresql-8.4.0:=
- >=dev-libs/libxml2-2.6.18
- >=dev-libs/libxslt-1.1
- x11-libs/wxGTK:3.0=[X]"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-desktop-r1.patch" )
-
-src_configure() {
- WX_GTK_VER="3.0"
-
- setup-wxwidgets
-
- econf --with-wx-version=${WX_GTK_VER} \
- $(use_enable debug) \
- $(use_enable databasedesigner)
-}
-
-src_install() {
- default
-
- newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png
-
- domenu "${S}/pkg/pgadmin3.desktop"
-
- # Fixing world-writable files
- fperms -R go-w /usr/share
-}