diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 14:39:28 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 14:39:28 +0000 |
commit | 73bb5107610bd4f24c8a8a14113797d0f91b5c8e (patch) | |
tree | 7d3fdba11741d8ca0b1922c5eb71c8b7534b61ef /dev-db | |
parent | Disable regenerating shaders; it is not needed and causes problems: bugs #473... (diff) | |
download | gentoo-2-73bb5107610bd4f24c8a8a14113797d0f91b5c8e.tar.gz gentoo-2-73bb5107610bd4f24c8a8a14113797d0f91b5c8e.tar.bz2 gentoo-2-73bb5107610bd4f24c8a8a14113797d0f91b5c8e.zip |
Dropping old. Fixes bug 527928.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/bucardo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/bucardo/bucardo-4.5.0-r1.ebuild | 32 |
2 files changed, 5 insertions, 33 deletions
diff --git a/dev-db/bucardo/ChangeLog b/dev-db/bucardo/ChangeLog index c1e7e18d6d76..254812b0adc8 100644 --- a/dev-db/bucardo/ChangeLog +++ b/dev-db/bucardo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/bucardo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.5 2014/08/29 17:40:49 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.6 2014/11/03 14:39:28 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> + -bucardo-4.5.0-r1.ebuild: + Dropping old. Fixes bug 527928. *bucardo-5.1.1-r1 (29 Aug 2014) diff --git a/dev-db/bucardo/bucardo-4.5.0-r1.ebuild b/dev-db/bucardo/bucardo-4.5.0-r1.ebuild deleted file mode 100644 index 063fae753206..000000000000 --- a/dev-db/bucardo/bucardo-4.5.0-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/bucardo-4.5.0-r1.ebuild,v 1.2 2013/05/10 08:09:05 patrick Exp $ - -EAPI="4" - -RESTRICT="test" - -inherit perl-module - -MY_PN="Bucardo" - -DESCRIPTION="An asynchronous PostgreSQL replication system" -HOMEPAGE="http://bucardo.org/wiki/Bucardo" -SRC_URI="http://bucardo.org/downloads/${MY_PN}-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -#IUSE="test" doesn't work without extra data -IUSE="" - -DEPEND="dev-perl/DBIx-Safe - dev-perl/DBD-Pg" -RDEPEND="dev-perl/DBIx-Safe" - -S=${WORKDIR}/${MY_PN}-${PV} - -src_install() { - emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1 - keepdir /var/run/bucardo -} |