summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-08-14 12:13:22 +0200
committerDavid Seifert <soap@gentoo.org>2021-08-14 12:13:22 +0200
commitc0dc5e1460444f759c94c265906428fb5c68d3ad (patch)
treec6b4abeef2a97cb17b7089717ea09e77c02d8e20
parentsci-chemistry/easychem: Port to EAPI 8 (diff)
downloadgentoo-c0dc5e1460444f759c94c265906428fb5c68d3ad.tar.gz
gentoo-c0dc5e1460444f759c94c265906428fb5c68d3ad.tar.bz2
gentoo-c0dc5e1460444f759c94c265906428fb5c68d3ad.zip
sci-chemistry/bodr: Port to EAPI 8
Closes: https://github.com/gentoo/gentoo/pull/21980 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
-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}
-}