public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: eclass/, sci-biology/embassy/
Date: Wed,  4 Feb 2015 08:37:06 +0000 (UTC)	[thread overview]
Message-ID: <1422812188.e8418dde4777cafc81f5a09b1067993fd5f20d7d.jlec@gentoo> (raw)

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"


                 reply	other threads:[~2015-02-04  8:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422812188.e8418dde4777cafc81f5a09b1067993fd5f20d7d.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox