public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: eclass/, sci-biology/embassy/
@ 2015-02-04  8:37 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2015-02-04  8:37 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-04  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04  8:37 [gentoo-commits] proj/sci:master commit in: eclass/, sci-biology/embassy/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox