diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2013-07-28 20:11:01 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2013-07-28 20:11:01 +0000 |
commit | 5a45469257a4e66c3da5090ea2f24bf1b2a1d919 (patch) | |
tree | e1aebbd8590df8431c441be48c7064d12d864971 /dev-db/pgagent | |
parent | Apply upstream fixes from 3.8 branch, also solving some games running slow. D... (diff) | |
download | gentoo-2-5a45469257a4e66c3da5090ea2f24bf1b2a1d919.tar.gz gentoo-2-5a45469257a4e66c3da5090ea2f24bf1b2a1d919.tar.bz2 gentoo-2-5a45469257a4e66c3da5090ea2f24bf1b2a1d919.zip |
Remove old.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-db/pgagent')
-rw-r--r-- | dev-db/pgagent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/pgagent/pgagent-3.2.1.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/dev-db/pgagent/ChangeLog b/dev-db/pgagent/ChangeLog index c1ca97f1a45a..3ec9867ff5bf 100644 --- a/dev-db/pgagent/ChangeLog +++ b/dev-db/pgagent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgagent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/ChangeLog,v 1.5 2013/07/27 22:22:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/ChangeLog,v 1.6 2013/07/28 20:11:00 titanofold Exp $ + + 28 Jul 2013; Aaron W. Swenson <titanofold@gentoo.org> -pgagent-3.2.1.ebuild: + Remove old. 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> pgagent-3.3.0.ebuild: Stable for x86, wrt bug #477414 diff --git a/dev-db/pgagent/pgagent-3.2.1.ebuild b/dev-db/pgagent/pgagent-3.2.1.ebuild deleted file mode 100644 index 360e1b54f915..000000000000 --- a/dev-db/pgagent/pgagent-3.2.1.ebuild +++ /dev/null @@ -1,52 +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/pgagent/pgagent-3.2.1.ebuild,v 1.2 2012/07/28 12:21:42 titanofold Exp $ - -EAPI="4" - -inherit cmake-utils eutils wxwidgets - -MY_PN=${PN/a/A} - -KEYWORDS="~x86 ~amd64" - -DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL" -HOMEPAGE="http://www.pgadmin.org/download/pgagent.php" -SRC_URI="mirror://postgresql/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz" -LICENSE="POSTGRESQL GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=dev-db/postgresql-base-8.3.0 - x11-libs/wxGTK:2.8 -" -DEPEND="${RDEPEND} - >=dev-util/cmake-2.6 -" - -S="${WORKDIR}/${MY_PN}-${PV}-Source" - -src_prepare() { - sed -e "s:share):share/${P}):" \ - -i CMakeLists.txt || die "Couldn't patch CMakeLists.txt" -} - -src_configure() { - WX_GTK_VER="2.8" - if has_version "x11-libs/wxGTK[X]"; then - need-wxwidgets unicode - else - need-wxwidgets base-unicode - fi - mycmakeargs="-DSTATIC_BUILD:BOOLEAN=FALSE" - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - newinitd "${FILESDIR}/pgagent.initd" ${PN} - newconfd "${FILESDIR}/pgagent.confd" ${PN} - - rm "${ED}"/usr/{LICENSE,README} || die "Failed to remove useless docs" -} |