commit: e8418dde4777cafc81f5a09b1067993fd5f20d7d
Author: Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
AuthorDate: Sun Feb 1 17:36:28 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 1 17:36:28 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e8418dde
Modified emboss.eclass to define AUTOTOOLS_AUTORECONF before inherit'ing
autotools-utils. Included HOMEPAGE in embassy.
---
eclass/emboss.eclass | 11 +++++++----
sci-biology/embassy/embassy-6.6.0.ebuild | 1 +
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/eclass/emboss.eclass b/eclass/emboss.eclass
index 0c0bb12..e06e430 100644
--- a/eclass/emboss.eclass
+++ b/eclass/emboss.eclass
@@ -44,8 +44,12 @@ case ${EAPI:-0} in
*) die "this eclass doesn't support < EAPI 4" ;;
esac
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools autotools-utils eutils flag-o-matic
+if [[ -f "${FILESDIR}"/${P}_fix-build-system.patch ]]; then
+ AUTOTOOLS_AUTORECONF=1
+ AUTOTOOLS_IN_SOURCE_BUILD=1
+fi
+
+inherit autotools-utils eutils flag-o-matic
HOMEPAGE="http://emboss.sourceforge.net/"
LICENSE="LGPL-2 GPL-2"
@@ -80,7 +84,7 @@ if [[ ${PN} == embassy-* ]]; then
S="${WORKDIR}"/${EF}
fi
-DOCS=""
+DOCS=()
#DOCS="AUTHORS ChangeLog NEWS README"
# @FUNCTION: emboss_src_prepare
@@ -95,7 +99,6 @@ emboss_src_prepare() {
if [[ -f "${FILESDIR}"/${P}_fix-build-system.patch ]]; then
mv configure.{in,ac} || die
epatch "${FILESDIR}"/${P}_fix-build-system.patch
- AUTOTOOLS_AUTORECONF=1
fi
[[ -n ${EBO_PATCH} ]] && epatch "${WORKDIR}"/${P}-upstream.patch
diff --git a/sci-biology/embassy/embassy-6.6.0.ebuild
b/sci-biology/embassy/embassy-6.6.0.ebuild
index 5b940d3..2d1d959 100644
--- a/sci-biology/embassy/embassy-6.6.0.ebuild
+++ b/sci-biology/embassy/embassy-6.6.0.ebuild
@@ -5,6 +5,7 @@
EAPI=5
DESCRIPTION="A meta-package for installing all EMBASSY packages (EMBOSS
add-ons)"
+HOMEPAGE="http://emboss.sourceforge.net/embassy/"
LICENSE+=" freedist"
SLOT="0"