commit:     c0dc5e1460444f759c94c265906428fb5c68d3ad
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Aug 14 10:13:22 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 10:13:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dc5e14

sci-chemistry/bodr: Port to EAPI 8

Closes: https://github.com/gentoo/gentoo/pull/21980
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-chemistry/bodr/bodr-10.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/sci-chemistry/bodr/bodr-10.ebuild 
b/sci-chemistry/bodr/bodr-10.ebuild
index 4a8ecabc18c..7a957c05b90 100644
--- a/sci-chemistry/bodr/bodr-10.ebuild
+++ b/sci-chemistry/bodr/bodr-10.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope 
properties"
 HOMEPAGE="https://sourceforge.net/projects/bodr";
@@ -10,17 +10,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~ppc-macos"
-IUSE=""
 
-DEPEND="dev-libs/libxslt"
-RDEPEND=""
-
-DOCS=( "THANKS" "AUTHORS" "README" "ChangeLog" )
+BDEPEND="dev-libs/libxslt"
 
 src_prepare() {
+       default
        sed -i -e "s/COPYING//g" Makefile.* || die
 }
-
-src_configure() {
-       econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}

Reply via email to