Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4098
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
MY_PN=${PN/oroborus-//}
DESCRIPTION="root menu program for Oroborus"
S=${WORKDIR}/${MY_PN}-${PV}
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO example_rc || die
-}
+DOCS=( AUTHORS ChangeLog NEWS README TODO example_rc )