diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-17 14:42:48 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-17 14:42:48 +0000 |
commit | 0047e0b1657ccb700507badf4be6a66a708b6ec3 (patch) | |
tree | 2ae2d50bc37a0b127b5574ef6f953f4851272601 /sci-chemistry/burrow-owl | |
parent | Keyworded on alpha, bug #293572 (diff) | |
download | gentoo-2-0047e0b1657ccb700507badf4be6a66a708b6ec3.tar.gz gentoo-2-0047e0b1657ccb700507badf4be6a66a708b6ec3.tar.bz2 gentoo-2-0047e0b1657ccb700507badf4be6a66a708b6ec3.zip |
Add missing dependencies. Fix tests wrt bug 328561. Thanks to Diego for report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/burrow-owl')
-rw-r--r-- | sci-chemistry/burrow-owl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sci-chemistry/burrow-owl/ChangeLog b/sci-chemistry/burrow-owl/ChangeLog index e779b06fc85f..d5e3aab3dd5b 100644 --- a/sci-chemistry/burrow-owl/ChangeLog +++ b/sci-chemistry/burrow-owl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/burrow-owl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v 1.2 2010/06/24 11:39:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v 1.3 2010/07/17 14:42:48 xarthisius Exp $ + + 17 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> burrow-owl-1.4.ebuild: + Add missing dependencies. Fix tests wrt bug 328561. Thanks to Diego for + report. *burrow-owl-1.4 (24 Jun 2010) diff --git a/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild b/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild index 2d8f4c79582e..9efe67d68c07 100644 --- a/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild +++ b/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild,v 1.1 2010/06/24 11:39:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild,v 1.2 2010/07/17 14:42:48 xarthisius Exp $ EAPI="2" -inherit base +inherit base virtualx DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) spectra" HOMEPAGE="http://burrow-owl.sourceforge.net/" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -RDEPEND=" +RDEPEND="dev-scheme/guile[networking,regex] dev-scheme/guile-gnome-platform >=dev-scheme/guile-cairo-1.4 >=sci-libs/starparse-1.0 @@ -29,6 +29,10 @@ PATCHES=( "${FILESDIR}"/${PV}-include.patch ) +src_test () { + Xemake check || die +} + src_install() { base_src_install if use examples; then |