summaryrefslogtreecommitdiff
path: root/sci-chemistry/bodr/bodr-9-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/bodr/bodr-9-r1.ebuild')
-rw-r--r--sci-chemistry/bodr/bodr-9-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sci-chemistry/bodr/bodr-9-r1.ebuild b/sci-chemistry/bodr/bodr-9-r1.ebuild
deleted file mode 100644
index 4a8ecabc18c3..000000000000
--- a/sci-chemistry/bodr/bodr-9-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope properties"
-HOMEPAGE="https://sourceforge.net/projects/bodr"
-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" )
-
-src_prepare() {
- sed -i -e "s/COPYING//g" Makefile.* || die
-}
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}