commit:     5f78f1652673a9718028d01e4a747ee61ab931de
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 13:43:23 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 13:43:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f78f165

dev-db/bucardo: Port to EAPI 8

Closes: https://bugs.gentoo.org/819681
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-db/bucardo/bucardo-5.4.1.ebuild | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-db/bucardo/bucardo-5.4.1.ebuild 
b/dev-db/bucardo/bucardo-5.4.1.ebuild
index f70a7753f02a..a1057bb64f08 100644
--- a/dev-db/bucardo/bucardo-5.4.1.ebuild
+++ b/dev-db/bucardo/bucardo-5.4.1.ebuild
@@ -1,31 +1,27 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-RESTRICT="test"
+EAPI=8
 
 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";
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-#IUSE="test" doesn't work without extra data
-IUSE=""
+# doesn't work without extra data
+RESTRICT="test"
 
-DEPEND="dev-perl/DBIx-Safe
-       dev-perl/DBD-Pg"
 RDEPEND="dev-perl/DBIx-Safe"
-
-S=${WORKDIR}/${MY_PN}-${PV}
+DEPEND="${RDEPEND}
+       dev-perl/DBD-Pg"
 
 src_install() {
-       emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1
+       emake DESTDIR="${D}" INSTALL_BASE="${D}" install
        keepdir /var/run/bucardo
 }

Reply via email to