public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-1111.ebuild
@ 2011-11-02 10:01 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2011-11-02 10:01 UTC (permalink / raw
  To: gentoo-commits

jlec        11/11/02 10:01:51

  Modified:             ChangeLog
  Added:                rebase-1111.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.107                sci-biology/rebase/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	9 Aug 2011 15:36:16 -0000	1.106
+++ ChangeLog	2 Nov 2011 10:01:51 -0000	1.107
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.106 2011/08/09 15:36:16 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.107 2011/11/02 10:01:51 jlec Exp $
+
+*rebase-1111 (02 Nov 2011)
+
+  02 Nov 2011; Justin Lecher <jlec@gentoo.org> +rebase-1111.ebuild:
+  Version Bump
 
   09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> rebase-1006.ebuild,
   rebase-1103.ebuild, rebase-1104.ebuild, rebase-1105.ebuild,



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

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

Index: rebase-1111.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild,v 1.1 2011/11/02 10:01:51 jlec Exp $

EAPI="3"

MY_PV=${PV#1}

DESCRIPTION="A restriction enzyme database"
HOMEPAGE="http://rebase.neb.com"
SRC_URI="
	mirror://gentoo/${P}.tar.xz
	http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"

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

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

RESTRICT="binchecks strip"

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

src_install() {
	if ! use minimal; then
		insinto /usr/share/${PN}
		doins withrefm.${MY_PV} proto.${MY_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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-1111.ebuild
@ 2012-02-16 18:51 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 18:51 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 18:51:11

  Modified:             ChangeLog rebase-1111.ebuild
  Log:
  x86 stable wrt bug #402053
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.112                sci-biology/rebase/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	3 Feb 2012 21:32:01 -0000	1.111
+++ ChangeLog	16 Feb 2012 18:51:11 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.111 2012/02/03 21:32:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.112 2012/02/16 18:51:11 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> rebase-1111.ebuild:
+  x86 stable wrt bug #402053
 
   03 Feb 2012; Markos Chandras <hwoarang@gentoo.org> rebase-1111.ebuild:
   Stable on amd64 wrt bug #402053



1.3                  sci-biology/rebase/rebase-1111.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild?r1=1.2&r2=1.3

Index: rebase-1111.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rebase-1111.ebuild	3 Feb 2012 21:32:01 -0000	1.2
+++ rebase-1111.ebuild	16 Feb 2012 18:51:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild,v 1.2 2012/02/03 21:32:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild,v 1.3 2012/02/16 18:51:11 phajdan.jr Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 # documentation. The non-indexed database is not installed.
 IUSE="emboss minimal"
 LICENSE="public-domain"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 
 RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"
 DEPEND="${RDEPEND}"






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

* [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-1111.ebuild
@ 2012-03-07 20:49 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-03-07 20:49 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/07 20:49:46

  Modified:             ChangeLog rebase-1111.ebuild
  Log:
  Marking rebase-1111 ppc for bug 402053
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.113                sci-biology/rebase/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	16 Feb 2012 18:51:11 -0000	1.112
+++ ChangeLog	7 Mar 2012 20:49:46 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.112 2012/02/16 18:51:11 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.113 2012/03/07 20:49:46 ranger Exp $
+
+  07 Mar 2012; Brent Baude <ranger@gentoo.org> rebase-1111.ebuild:
+  Marking rebase-1111 ppc for bug 402053
 
   16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> rebase-1111.ebuild:
   x86 stable wrt bug #402053



1.4                  sci-biology/rebase/rebase-1111.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild?r1=1.3&r2=1.4

Index: rebase-1111.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rebase-1111.ebuild	16 Feb 2012 18:51:11 -0000	1.3
+++ rebase-1111.ebuild	7 Mar 2012 20:49:46 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild,v 1.3 2012/02/16 18:51:11 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1111.ebuild,v 1.4 2012/03/07 20:49:46 ranger Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 # documentation. The non-indexed database is not installed.
 IUSE="emboss minimal"
 LICENSE="public-domain"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 
 RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"
 DEPEND="${RDEPEND}"






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

* [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-1111.ebuild
@ 2014-09-15 17:00 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2014-09-15 17:00 UTC (permalink / raw
  To: gentoo-commits

jlec        14/09/15 17:00:06

  Modified:             ChangeLog
  Removed:              rebase-1111.ebuild
  Log:
  sci-biology/rebase: Drop ebuild with deprecated EAPI
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.128                sci-biology/rebase/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.127&r2=1.128

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	15 Sep 2014 16:58:59 -0000	1.127
+++ ChangeLog	15 Sep 2014 17:00:06 -0000	1.128
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.127 2014/09/15 16:58:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.128 2014/09/15 17:00:06 jlec Exp $
+
+  15 Sep 2014; Justin Lecher <jlec@gentoo.org> -rebase-1111.ebuild:
+  Drop ebuild with deprecated EAPI
 
 *rebase-1409 (15 Sep 2014)
 





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

end of thread, other threads:[~2014-09-15 17:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-02 10:01 [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-1111.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16 18:51 PaweA Hajdan (phajdan.jr)
2012-03-07 20:49 Brent Baude (ranger)
2014-09-15 17:00 Justin Lecher (jlec)

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