summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-10 08:09:05 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-10 08:09:05 +0000
commit2a054ef9c5f2110e75246f0f30e6dd93e3ff3dcd (patch)
tree53c134a2fceb84d64061806c8e683656803267fb /dev-db
parentQuoting (diff)
downloadgentoo-2-2a054ef9c5f2110e75246f0f30e6dd93e3ff3dcd.tar.gz
gentoo-2-2a054ef9c5f2110e75246f0f30e6dd93e3ff3dcd.tar.bz2
gentoo-2-2a054ef9c5f2110e75246f0f30e6dd93e3ff3dcd.zip
Quoting
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/bucardo/ChangeLog7
-rw-r--r--dev-db/bucardo/bucardo-4.5.0-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/bucardo/ChangeLog b/dev-db/bucardo/ChangeLog
index 42c25bc9d05b..b5e72dda9a4e 100644
--- a/dev-db/bucardo/ChangeLog
+++ b/dev-db/bucardo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/bucardo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.2 2012/08/30 03:02:46 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.3 2013/05/10 08:09:05 patrick Exp $
+
+ 10 May 2013; Patrick Lauer <patrick@gentoo.org> bucardo-4.5.0-r1.ebuild:
+ Quoting
*bucardo-4.5.0-r1 (30 Aug 2012)
diff --git a/dev-db/bucardo/bucardo-4.5.0-r1.ebuild b/dev-db/bucardo/bucardo-4.5.0-r1.ebuild
index 5c4224bdd357..063fae753206 100644
--- a/dev-db/bucardo/bucardo-4.5.0-r1.ebuild
+++ b/dev-db/bucardo/bucardo-4.5.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.1 2012/08/30 03:02:46 patrick Exp $
+# $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"
@@ -27,6 +27,6 @@ RDEPEND="dev-perl/DBIx-Safe"
S=${WORKDIR}/${MY_PN}-${PV}
src_install() {
- emake DESTDIR=${D} INSTALL_BASE=${D} install -j1
+ emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1
keepdir /var/run/bucardo
}