summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/burrow-owl/ChangeLog7
-rw-r--r--sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-chemistry/burrow-owl/ChangeLog b/sci-chemistry/burrow-owl/ChangeLog
index a9b0d31aba92..0bd68eced161 100644
--- a/sci-chemistry/burrow-owl/ChangeLog
+++ b/sci-chemistry/burrow-owl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/burrow-owl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v 1.9 2013/03/07 13:19:24 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v 1.10 2014/02/03 12:26:39 jlec Exp $
+
+ 03 Feb 2014; Justin Lecher <jlec@gentoo.org> burrow-owl-1.5.1.ebuild:
+ Bumpt to EAPI=5
07 Mar 2013; Justin Lecher <jlec@gentoo.org> -burrow-owl-1.4-r1.ebuild,
-burrow-owl-1.5.ebuild, metadata.xml:
diff --git a/sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild b/sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild
index d6fa46490e89..c1af08b85501 100644
--- a/sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild
+++ b/sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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.5.1.ebuild,v 1.3 2012/07/26 08:52:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild,v 1.4 2014/02/03 12:26:39 jlec Exp $
-EAPI=4
+EAPI=5
inherit autotools-utils virtualx
@@ -39,13 +39,12 @@ src_configure() {
}
src_test () {
-# autotools-utils_src_test -C test-suite check
cd "${AUTOTOOLS_BUILD_DIR}" || die
virtualmake -C test-suite check
}
src_install() {
- use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/api/html/")
+ use doc && HTML_DOCS=( "${AUTOTOOLS_BUILD_DIR}/doc/api/html/." )
autotools-utils_src_install
use examples && \