public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-909.ebuild
@ 2009-09-01 19:16 Olivier Fisette (ribosome)
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier Fisette (ribosome) @ 2009-09-01 19:16 UTC (permalink / raw
  To: gentoo-commits

ribosome    09/09/01 19:16:18

  Modified:             ChangeLog
  Added:                rebase-909.ebuild
  Log:
  New upstream version.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.91                 sci-biology/rebase/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	1 Sep 2009 18:17:52 -0000	1.90
+++ ChangeLog	1 Sep 2009 19:16:18 -0000	1.91
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.90 2009/09/01 18:17:52 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.91 2009/09/01 19:16:18 ribosome Exp $
+
+*rebase-909 (01 Sep 2009)
+
+  01 Sep 2009; Olivier Fisette <ribosome@gentoo.org> +rebase-909.ebuild:
+  New upstream version.
 
   01 Sep 2009; Olivier Fisette <ribosome@gentoo.org> rebase-905.ebuild:
   Stabilised on amd64 and 86.



1.1                  sci-biology/rebase/rebase-909.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/rebase-909.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/rebase-909.ebuild?rev=1.1&content-type=text/plain

Index: rebase-909.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-909.ebuild,v 1.1 2009/09/01 19:16:18 ribosome Exp $

DESCRIPTION="A restriction enzyme database"
LICENSE="public-domain"
HOMEPAGE="http://rebase.neb.com"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

SLOT="0"
# Minimal build keeps only the indexed files (if applicable) and the
# documentation. The non-indexed database is not installed.
IUSE="emboss minimal"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"

DEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"
RDEPEND="${DEPEND}"

src_compile() {
	if use emboss; then
		echo; einfo "Indexing Rebase for usage with EMBOSS."
		mkdir REBASE
		EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${PV} \
				-protofile proto.${PV} -equivalences \
				|| die "Indexing Rebase failed."
		echo
	fi
}

src_install() {
	if ! use minimal; then
		insinto /usr/share/${PN}
		doins withrefm.${PV} proto.${PV} || die \
				"Failed to install raw database."
	fi
	newdoc REBASE.DOC README || die "Failed to install documentation."
	if use emboss; then
		insinto /usr/share/EMBOSS/data/REBASE
		doins REBASE/embossre.{enz,ref,sup} || die \
				"Failed to install EMBOSS data files."
		insinto /usr/share/EMBOSS/data
		doins REBASE/embossre.equ \
				|| die "Failed to install enzyme prototypes file."
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-909.ebuild
@ 2010-01-01 21:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-01 21:41 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/01 21:41:54

  Modified:             ChangeLog rebase-909.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.93                 sci-biology/rebase/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	1 Sep 2009 21:04:48 -0000	1.92
+++ ChangeLog	1 Jan 2010 21:41:53 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/rebase
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.92 2009/09/01 21:04:48 ribosome Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.93 2010/01/01 21:41:53 fauli Exp $
+
+  01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> rebase-909.ebuild:
+  Transfer Prefix keywords
 
   01 Sep 2009; Olivier Fisette <ribosome@gentoo.org> metadata.xml:
   Giving up maintainership of this package.



1.2                  sci-biology/rebase/rebase-909.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/rebase-909.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/rebase-909.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/rebase/rebase-909.ebuild?r1=1.1&r2=1.2

Index: rebase-909.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-909.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rebase-909.ebuild	1 Sep 2009 19:16:18 -0000	1.1
+++ rebase-909.ebuild	1 Jan 2010 21:41:53 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-909.ebuild,v 1.1 2009/09/01 19:16:18 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-909.ebuild,v 1.2 2010/01/01 21:41:53 fauli Exp $
 
 DESCRIPTION="A restriction enzyme database"
 LICENSE="public-domain"
@@ -11,7 +11,7 @@
 # Minimal build keeps only the indexed files (if applicable) and the
 # documentation. The non-indexed database is not installed.
 IUSE="emboss minimal"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 
 DEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"
 RDEPEND="${DEPEND}"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-01 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-01 19:16 [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-909.ebuild Olivier Fisette (ribosome)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-01 21:41 Christian Faulhammer (fauli)

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