From 7b9f15840068dfaeea5684f8a1af1fe460dfa14c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 2 Jun 2018 17:18:14 +0100 Subject: gentoo resync : 02.06.2018 --- net-misc/pedro/pedro-1.6.ebuild | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) (limited to 'net-misc/pedro/pedro-1.6.ebuild') diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6.ebuild index 00b9a3e6b9af..428ab0412b8a 100644 --- a/net-misc/pedro/pedro-1.6.ebuild +++ b/net-misc/pedro/pedro-1.6.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 - -inherit eutils +EAPI=6 DESCRIPTION="Pedro is a subscription/notification communications system" HOMEPAGE="http://www.itee.uq.edu.au/~pjr/HomePages/PedroHome.html" @@ -20,25 +18,23 @@ DEPEND="${RDEPEND}" S="${WORKDIR}"/${P} -src_prepare() { - epatch "${FILESDIR}"/${P}-portage.patch -} +PATCHES=( "${FILESDIR}/${P}-portage.patch" ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS README || die + default if use doc ; then - dodoc "${WORKDIR}"/${PN}.pdf || die + dodoc "${WORKDIR}"/${PN}.pdf fi if use examples ; then - insinto /usr/share/doc/${PF}/examples - doins src/examples/*.{c,tcl} || die - insinto /usr/share/doc/${PF}/examples/java_api - doins src/java_api/*.java || die - insinto /usr/share/doc/${PF}/examples/python_api - doins src/python_api/*.py || die + docinto /usr/share/doc/${PF}/examples + dodoc src/examples/*.{c,tcl} + + docinto /usr/share/doc/${PF}/examples/java_api + dodoc src/java_api/*.java + + docinto /usr/share/doc/${PF}/examples/python_api + dodoc src/python_api/*.py fi } -- cgit v1.2.3