commit:     ab1cc129416afe0c189dae20794b2b0dca7fc39c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 13:45:54 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 13:45:54 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ab1cc129

dev-lang/yaggo: EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-lang/yaggo/yaggo-1.5.10.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-lang/yaggo/yaggo-1.5.10.ebuild 
b/dev-lang/yaggo/yaggo-1.5.10.ebuild
index 20f291ce2..3ed91e0ca 100644
--- a/dev-lang/yaggo/yaggo-1.5.10.ebuild
+++ b/dev-lang/yaggo/yaggo-1.5.10.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Tool to generate command line parsers for C++ (aka Gengetopt)"
 HOMEPAGE="https://github.com/gmarcais/yaggo";
@@ -10,10 +10,6 @@ 
SRC_URI="https://github.com/gmarcais/yaggo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
 
 src_prepare(){
        sed -e 's#/usr/local#/usr#g' -i Makefile || die
@@ -22,4 +18,6 @@ src_prepare(){
 
 src_install(){
        emake install DESTDIR="${ED}"
+       # fix doc path
+       mv "${ED}/usr/share/doc/${PN}" "${ED}/usr/share/doc/${PF}" || die
 }

Reply via email to