diff options
author | 2010-10-24 20:52:22 +0000 | |
---|---|---|
committer | 2010-10-24 20:52:22 +0000 | |
commit | 03996abc9dc2d9aabefdf64d15383cf1e36ee35a (patch) | |
tree | 62a0718d659c2f5538e6a744d9b022c8768f08dd /sci-chemistry/bodr/bodr-9-r1.ebuild | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-03996abc9dc2d9aabefdf64d15383cf1e36ee35a.tar.gz gentoo-2-03996abc9dc2d9aabefdf64d15383cf1e36ee35a.tar.bz2 gentoo-2-03996abc9dc2d9aabefdf64d15383cf1e36ee35a.zip |
Bump to EAPI=3 wrt bug 342367. Drop old.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/bodr/bodr-9-r1.ebuild')
-rw-r--r-- | sci-chemistry/bodr/bodr-9-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sci-chemistry/bodr/bodr-9-r1.ebuild b/sci-chemistry/bodr/bodr-9-r1.ebuild new file mode 100644 index 000000000000..f34496f08dc6 --- /dev/null +++ b/sci-chemistry/bodr/bodr-9-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/bodr-9-r1.ebuild,v 1.1 2010/10/24 20:52:22 xarthisius Exp $ + +EAPI=3 + +inherit base + +DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope properties." +HOMEPAGE="http://sourceforge.net/projects/bodr" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +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} +} |