diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-10-24 20:52:22 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-10-24 20:52:22 +0000 |
commit | 03996abc9dc2d9aabefdf64d15383cf1e36ee35a (patch) | |
tree | 62a0718d659c2f5538e6a744d9b022c8768f08dd /sci-chemistry/bodr | |
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')
-rw-r--r-- | sci-chemistry/bodr/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/bodr/bodr-9-r1.ebuild (renamed from sci-chemistry/bodr/bodr-9.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-chemistry/bodr/ChangeLog b/sci-chemistry/bodr/ChangeLog index 742682ec0b1e..2944fe6e282d 100644 --- a/sci-chemistry/bodr/ChangeLog +++ b/sci-chemistry/bodr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/bodr # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/ChangeLog,v 1.6 2010/10/24 18:23:31 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/ChangeLog,v 1.7 2010/10/24 20:52:22 xarthisius Exp $ + +*bodr-9-r1 (24 Oct 2010) + + 24 Oct 2010; Kacper Kowalik <xarthisius@gentoo.org> -bodr-9.ebuild, + +bodr-9-r1.ebuild: + Bump to EAPI=3 wrt bug 342367. Drop old. *bodr-9 (24 Oct 2010) diff --git a/sci-chemistry/bodr/bodr-9.ebuild b/sci-chemistry/bodr/bodr-9-r1.ebuild index e9e062b7ed33..f34496f08dc6 100644 --- a/sci-chemistry/bodr/bodr-9.ebuild +++ b/sci-chemistry/bodr/bodr-9-r1.ebuild @@ -1,8 +1,8 @@ # 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.ebuild,v 1.1 2010/10/24 18:23:31 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/bodr-9-r1.ebuild,v 1.1 2010/10/24 20:52:22 xarthisius Exp $ -EAPI=2 +EAPI=3 inherit base @@ -25,5 +25,5 @@ src_prepare(){ } src_configure() { - econf --docdir=/usr/share/doc/${PF} + econf --docdir="${EPREFIX}"/usr/share/doc/${PF} } |