summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-04-19 18:46:10 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2012-04-19 18:46:10 +0000
commit1e9701fe2d5d191796b9b73f7a4f3bb30aaac68a (patch)
tree8403c034ec08ad454189232af13e685bf59eaa2e /dev-db
parent[bump] dev-perl/yaml-0.810.0 (diff)
downloadgentoo-2-1e9701fe2d5d191796b9b73f7a4f3bb30aaac68a.tar.gz
gentoo-2-1e9701fe2d5d191796b9b73f7a4f3bb30aaac68a.tar.bz2
gentoo-2-1e9701fe2d5d191796b9b73f7a4f3bb30aaac68a.zip
Cleaning out old versions.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgadmin3/ChangeLog7
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.12.2.ebuild45
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.12.3-r1.ebuild60
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.12.3.ebuild45
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.14.0.ebuild59
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.14.1-r1.ebuild59
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.14.1.ebuild59
7 files changed, 6 insertions, 328 deletions
diff --git a/dev-db/pgadmin3/ChangeLog b/dev-db/pgadmin3/ChangeLog
index 24d177fbdb7d..280650575afd 100644
--- a/dev-db/pgadmin3/ChangeLog
+++ b/dev-db/pgadmin3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/pgadmin3
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.81 2012/04/16 21:37:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.82 2012/04/19 18:46:10 titanofold Exp $
+
+ 19 Apr 2012; Aaron W. Swenson <titanofold@gentoo.org>
+ -pgadmin3-1.12.2.ebuild, -pgadmin3-1.12.3.ebuild, -pgadmin3-1.12.3-r1.ebuild,
+ -pgadmin3-1.14.0.ebuild, -pgadmin3-1.14.1.ebuild, -pgadmin3-1.14.1-r1.ebuild:
+ Cleaning out old versions.
16 Apr 2012; Brent Baude <ranger@gentoo.org> pgadmin3-1.14.2.ebuild:
Marking pgadmin3-1.14.2 ppc for bug 394447
diff --git a/dev-db/pgadmin3/pgadmin3-1.12.2.ebuild b/dev-db/pgadmin3/pgadmin3-1.12.2.ebuild
deleted file mode 100644
index 954fcdb9b1b1..000000000000
--- a/dev-db/pgadmin3/pgadmin3-1.12.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 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.8 2012/02/05 18:24:08 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/v${PV}/src/${P}.tar.gz"
-
-LICENSE="POSTGRESQL"
-KEYWORDS="amd64 ppc 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
-}
diff --git a/dev-db/pgadmin3/pgadmin3-1.12.3-r1.ebuild b/dev-db/pgadmin3/pgadmin3-1.12.3-r1.ebuild
deleted file mode 100644
index 24194ae0bd13..000000000000
--- a/dev-db/pgadmin3/pgadmin3-1.12.3-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.12.3-r1.ebuild,v 1.3 2012/02/21 02:42:51 titanofold Exp $
-
-EAPI="4"
-
-WX_GTK_VER="2.8"
-
-inherit autotools multilib 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"
-
-DEPEND="x11-libs/wxGTK:2.8[X]
- >=dev-db/postgresql-base-8.4.0
- >=dev-libs/libxml2-2.5
- >=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}/cflags.patch" \
- "${FILESDIR}/ssl-detect.patch"
- eautoreconf
-}
-
-src_configure() {
- econf --with-wx-version=2.8 \
- $(use_enable debug)
-}
-
-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
-}
diff --git a/dev-db/pgadmin3/pgadmin3-1.12.3.ebuild b/dev-db/pgadmin3/pgadmin3-1.12.3.ebuild
deleted file mode 100644
index dd5cc3f5355c..000000000000
--- a/dev-db/pgadmin3/pgadmin3-1.12.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.12.3.ebuild,v 1.3 2012/02/05 18:24:08 armin76 Exp $
-
-EAPI=4
-
-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="POSTGRESQL"
-KEYWORDS="~amd64 ~ppc ~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() {
- default
-
- 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
- chmod -R go-w "${ED}/usr/share"
-}
diff --git a/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild b/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild
deleted file mode 100644
index f0fd82fa16d3..000000000000
--- a/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild,v 1.6 2012/02/21 02:42:51 titanofold Exp $
-
-EAPI="4"
-
-WX_GTK_VER="2.8"
-
-inherit autotools 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"
-
-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_pretend() {
- 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}/ssl-detect-r1.patch"
- eautoreconf
-}
-
-src_configure() {
- econf --with-wx-version=2.8 \
- $(use_enable debug)
-}
-
-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
-}
diff --git a/dev-db/pgadmin3/pgadmin3-1.14.1-r1.ebuild b/dev-db/pgadmin3/pgadmin3-1.14.1-r1.ebuild
deleted file mode 100644
index 9c4c322c8e87..000000000000
--- a/dev-db/pgadmin3/pgadmin3-1.14.1-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.1-r1.ebuild,v 1.5 2012/03/06 21:25:39 ranger Exp $
-
-EAPI="4"
-
-WX_GTK_VER="2.8"
-
-inherit autotools 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"
-
-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}/ssl-detect-r1.patch"
- eautoreconf
-}
-
-src_configure() {
- econf --with-wx-version=2.8 \
- $(use_enable debug)
-}
-
-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
-}
diff --git a/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild b/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild
deleted file mode 100644
index 82d00d2d082a..000000000000
--- a/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild,v 1.5 2012/02/21 02:42:51 titanofold Exp $
-
-EAPI="4"
-
-WX_GTK_VER="2.8"
-
-inherit autotools 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"
-
-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_pretend() {
- 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}/ssl-detect-r1.patch"
- eautoreconf
-}
-
-src_configure() {
- econf --with-wx-version=2.8 \
- $(use_enable debug)
-}
-
-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
-}