diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2013-02-27 00:42:41 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2013-02-27 00:42:41 +0000 |
commit | 709c3372fc33e09d273f5acc5a6727401615c035 (patch) | |
tree | 65f4c46dc1d9c7e96c79a7c16e9c550baa9130a1 | |
parent | fix PV check; empty KEYWORDS (diff) | |
download | gentoo-2-709c3372fc33e09d273f5acc5a6727401615c035.tar.gz gentoo-2-709c3372fc33e09d273f5acc5a6727401615c035.tar.bz2 gentoo-2-709c3372fc33e09d273f5acc5a6727401615c035.zip |
Remove old versions.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
-rw-r--r-- | dev-db/pgadmin3/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.14.2.ebuild | 54 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.14.3.ebuild | 54 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.16.0.ebuild | 54 |
4 files changed, 5 insertions, 163 deletions
diff --git a/dev-db/pgadmin3/ChangeLog b/dev-db/pgadmin3/ChangeLog index 937f65e7c776..175aae689ad3 100644 --- a/dev-db/pgadmin3/ChangeLog +++ b/dev-db/pgadmin3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/pgadmin3 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.92 2013/02/20 15:57:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.93 2013/02/27 00:42:41 titanofold Exp $ + + 27 Feb 2013; Aaron W. Swenson <titanofold@gentoo.org> + -pgadmin3-1.14.2.ebuild, -pgadmin3-1.14.3.ebuild, -pgadmin3-1.16.0.ebuild: + Remove old versions. 20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pgadmin3-1.16.1-r1.ebuild: Stable for x86, wrt bug #457264 diff --git a/dev-db/pgadmin3/pgadmin3-1.14.2.ebuild b/dev-db/pgadmin3/pgadmin3-1.14.2.ebuild deleted file mode 100644 index 0187d52efb80..000000000000 --- a/dev-db/pgadmin3/pgadmin3-1.14.2.ebuild +++ /dev/null @@ -1,54 +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.2.ebuild,v 1.4 2012/04/16 21:37:54 ranger Exp $ - -EAPI="4" - -WX_GTK_VER="2.8" - -inherit 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_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.3.ebuild b/dev-db/pgadmin3/pgadmin3-1.14.3.ebuild deleted file mode 100644 index 8923b63ef322..000000000000 --- a/dev-db/pgadmin3/pgadmin3-1.14.3.ebuild +++ /dev/null @@ -1,54 +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.3.ebuild,v 1.4 2012/09/12 13:47:33 johu Exp $ - -EAPI="4" - -WX_GTK_VER="2.8" - -inherit 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_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.16.0.ebuild b/dev-db/pgadmin3/pgadmin3-1.16.0.ebuild deleted file mode 100644 index af4bb9a73c19..000000000000 --- a/dev-db/pgadmin3/pgadmin3-1.16.0.ebuild +++ /dev/null @@ -1,54 +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.16.0.ebuild,v 1.1 2012/11/08 11:15:01 titanofold Exp $ - -EAPI="4" - -WX_GTK_VER="2.8" - -inherit 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_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 -} |