titanofold 14/09/15 18:31:46 Modified: ChangeLog Added: pgagent-3.4.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.7 dev-db/pgagent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/pgagent/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 28 Jul 2013 20:11:00 -0000 1.6 +++ ChangeLog 15 Sep 2014 18:31:46 -0000 1.7 @@ -1,6 +1,11 @@ # 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.6 2013/07/28 20:11:00 titanofold Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/ChangeLog,v 1.7 2014/09/15 18:31:46 titanofold Exp $ + +*pgagent-3.4.0 (15 Sep 2014) + + 15 Sep 2014; Aaron W. Swenson <[email protected]> +pgagent-3.4.0.ebuild: + Version bump. 28 Jul 2013; Aaron W. Swenson <[email protected]> -pgagent-3.2.1.ebuild: Remove old. 1.1 dev-db/pgagent/pgagent-3.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/pgagent-3.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/pgagent-3.4.0.ebuild?rev=1.1&content-type=text/plain Index: pgagent-3.4.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/pgagent-3.4.0.ebuild,v 1.1 2014/09/15 18:31:46 titanofold Exp $ EAPI="5" CMAKE_IN_SOURCE_BUILD=1 inherit cmake-utils eutils wxwidgets MY_PN=${PN/a/A} KEYWORDS="~amd64 ~x86" 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-9.0.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" }
