summaryrefslogtreecommitdiff
path: root/sci-chemistry/bodr/bodr-10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/bodr/bodr-10.ebuild')
-rw-r--r--sci-chemistry/bodr/bodr-10.ebuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/sci-chemistry/bodr/bodr-10.ebuild b/sci-chemistry/bodr/bodr-10.ebuild
index 4a8ecabc18c3..7a957c05b90d 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}
-}