From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PzOdj-0005XK-CV for garchives@archives.gentoo.org; Tue, 15 Mar 2011 07:25:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F02E5E0529; Tue, 15 Mar 2011 07:25:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A8995E0529 for ; Tue, 15 Mar 2011 07:25:51 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 331AD1B41CD for ; Tue, 15 Mar 2011 07:25:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 99F388006A for ; Tue, 15 Mar 2011 07:25:50 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <6e6a28c7ed2a5bc56187fb7605f0ec34b8c40ad7.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/emboss.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6e6a28c7ed2a5bc56187fb7605f0ec34b8c40ad7 Date: Tue, 15 Mar 2011 07:25:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 251264b7f59df01444e14c14d5457e3a commit: 6e6a28c7ed2a5bc56187fb7605f0ec34b8c40ad7 Author: Justin Lecher gentoo org> AuthorDate: Tue Mar 15 07:25:31 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 15 07:25:31 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D6e6a28c7 Last writing corrections --- eclass/emboss.eclass | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/emboss.eclass b/eclass/emboss.eclass index cee063d..c026749 100644 --- a/eclass/emboss.eclass +++ b/eclass/emboss.eclass @@ -15,9 +15,9 @@ # @BLURB: Use this to easy install EMBOSS and EMBASSY programs (EMBOSS a= dd-ons). # @DESCRIPTION: # The inheriting ebuild should provide EBO_DESCRIPTION before the inheri= t line. -# KEYWORDS should set and additional "(R|P)DEPEND"encies and other stand= ard +# KEYWORDS should be set. Additionally "(R|P)DEPEND"encies and other sta= ndard # ebuild Variables can be extended (FOO+=3D"BAR"). -# The inheriting ebuild's name must begin by "embassy-" and must be EAPI= =3D4 conform. +# The inheriting ebuild's name must begin with "emboss" or "embassy" and= must be EAPI=3D4 conform. =20 # @ECLASS-VARIABLE: EBO_DESCRIPTION # @DESCRIPTION: @@ -34,7 +34,7 @@ # # ftp://emboss.open-bio.org/pub/EMBOSS/fixes/patches/patch-1-${EBO_PATCH= }.gz. # -# Embassy package should create one patch package and place it in FILESD= IR, e.g. +# Embassy packages should create one patch package and place it in FILES= DIR, e.g. # "files/embassy-iprscan-4.3.1-r2.patch". The patch will be automaticall= y used during src_prepare =20 # @ECLASS-VARIABLE: NO_RECONF @@ -118,8 +118,8 @@ fi # Does three things # # 1. Patches EMBOSS if EBO_PATCH is set -# 2. Patches, if "${FILESDIR}"/${PF}.patch is a file -# 3. runs eautoreconf unless NO_RECONF is set +# 2. Patches with "${FILESDIR}"/${PF}.patch, of present +# 3. Runs eautoreconf unless NO_RECONF is set # =20 emboss_src_prepare() { @@ -133,7 +133,7 @@ emboss_src_prepare() { # @RETURN: # @MAINTAINER: # @DESCRIPTION: -# runs econf with following options. Extra things can be passed by setti= ng EBO_ECONF +# runs econf with following options. Extra options can be passed by sett= ing EBO_ECONF # # $(use_with X x) # $(use_with png pngdriver "${EPREFIX}/usr")