aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 14:45:54 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 14:45:54 +0100
commitab1cc129416afe0c189dae20794b2b0dca7fc39c (patch)
treec07b912d65336aa2a1cc4171fcf53ccd6331de5f
parentdev-lang/berkeley_upc: cleanup old (diff)
downloadsci-ab1cc129416afe0c189dae20794b2b0dca7fc39c.tar.gz
sci-ab1cc129416afe0c189dae20794b2b0dca7fc39c.tar.bz2
sci-ab1cc129416afe0c189dae20794b2b0dca7fc39c.zip
dev-lang/yaggo: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-lang/yaggo/yaggo-1.5.10.ebuild10
1 files 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
}