public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/cutg: cutg-160-r1.ebuild ChangeLog
@ 2015-03-07 19:59 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-07 19:59 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/07 19:59:57

  Modified:             cutg-160-r1.ebuild ChangeLog
  Log:
  Fix broken doc installations, #542348
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  sci-biology/cutg/cutg-160-r1.ebuild

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

Index: cutg-160-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cutg-160-r1.ebuild	5 Mar 2015 10:14:41 -0000	1.1
+++ cutg-160-r1.ebuild	7 Mar 2015 19:59:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.1 2015/03/05 10:14:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.2 2015/03/07 19:59:57 jlec Exp $
 
 EAPI=5
 
@@ -32,6 +32,7 @@
 
 src_install() {
 	local file
+	dodoc README CODON_LABEL SPSUM_LABEL
 	if ! use minimal; then
 		dodir /usr/share/${PN}
 		mv *.codon *.spsum "${ED}"/usr/share/${PN} || die \
@@ -46,6 +47,4 @@
 				"Installing the EMBOSS-indexed database failed."
 		done
 	fi
-
-	dodoc README CODON_LABEL SPSUM_LABEL
 }



1.58                 sci-biology/cutg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	5 Mar 2015 10:14:41 -0000	1.57
+++ ChangeLog	7 Mar 2015 19:59:57 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/cutg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.57 2015/03/05 10:14:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.58 2015/03/07 19:59:57 jlec Exp $
+
+  07 Mar 2015; Justin Lecher <jlec@gentoo.org> cutg-160-r1.ebuild:
+  Fix broken doc installations, #542348
 
 *cutg-160-r1 (05 Mar 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in sci-biology/cutg: cutg-160-r1.ebuild ChangeLog
@ 2015-03-09 11:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-09 11:44 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/09 11:44:41

  Modified:             cutg-160-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #542246
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sci-biology/cutg/cutg-160-r1.ebuild

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

Index: cutg-160-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cutg-160-r1.ebuild	7 Mar 2015 19:59:57 -0000	1.2
+++ cutg-160-r1.ebuild	9 Mar 2015 11:44:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.2 2015/03/07 19:59:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.3 2015/03/09 11:44:41 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 DEPEND="emboss? ( sci-biology/emboss )"
 RDEPEND="${DEPEND}"



1.59                 sci-biology/cutg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	7 Mar 2015 19:59:57 -0000	1.58
+++ ChangeLog	9 Mar 2015 11:44:41 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/cutg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.58 2015/03/07 19:59:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.59 2015/03/09 11:44:41 ago Exp $
+
+  09 Mar 2015; Agostino Sarubbo <ago@gentoo.org> cutg-160-r1.ebuild:
+  Stable for amd64, wrt bug #542246
 
   07 Mar 2015; Justin Lecher <jlec@gentoo.org> cutg-160-r1.ebuild:
   Fix broken doc installations, #542348





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

* [gentoo-commits] gentoo-x86 commit in sci-biology/cutg: cutg-160-r1.ebuild ChangeLog
@ 2015-03-25 14:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-25 14:07 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/25 14:07:07

  Modified:             cutg-160-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #542246
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sci-biology/cutg/cutg-160-r1.ebuild

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

Index: cutg-160-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cutg-160-r1.ebuild	9 Mar 2015 11:44:41 -0000	1.3
+++ cutg-160-r1.ebuild	25 Mar 2015 14:07:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.3 2015/03/09 11:44:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.4 2015/03/25 14:07:07 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 DEPEND="emboss? ( sci-biology/emboss )"
 RDEPEND="${DEPEND}"



1.60                 sci-biology/cutg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	9 Mar 2015 11:44:41 -0000	1.59
+++ ChangeLog	25 Mar 2015 14:07:07 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/cutg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.59 2015/03/09 11:44:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.60 2015/03/25 14:07:07 ago Exp $
+
+  25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> cutg-160-r1.ebuild:
+  Stable for x86, wrt bug #542246
 
   09 Mar 2015; Agostino Sarubbo <ago@gentoo.org> cutg-160-r1.ebuild:
   Stable for amd64, wrt bug #542246





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

* [gentoo-commits] gentoo-x86 commit in sci-biology/cutg: cutg-160-r1.ebuild ChangeLog
@ 2015-03-28 21:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-28 21:39 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/28 21:39:28

  Modified:             cutg-160-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #542246
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sci-biology/cutg/cutg-160-r1.ebuild

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

Index: cutg-160-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cutg-160-r1.ebuild	25 Mar 2015 14:07:07 -0000	1.4
+++ cutg-160-r1.ebuild	28 Mar 2015 21:39:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.4 2015/03/25 14:07:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.5 2015/03/28 21:39:28 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,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 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 DEPEND="emboss? ( sci-biology/emboss )"
 RDEPEND="${DEPEND}"



1.61                 sci-biology/cutg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	25 Mar 2015 14:07:07 -0000	1.60
+++ ChangeLog	28 Mar 2015 21:39:28 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/cutg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.60 2015/03/25 14:07:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.61 2015/03/28 21:39:28 ago Exp $
+
+  28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> cutg-160-r1.ebuild:
+  Stable for ppc, wrt bug #542246
 
   25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> cutg-160-r1.ebuild:
   Stable for x86, wrt bug #542246





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

end of thread, other threads:[~2015-03-28 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07 19:59 [gentoo-commits] gentoo-x86 commit in sci-biology/cutg: cutg-160-r1.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-09 11:44 Agostino Sarubbo (ago)
2015-03-25 14:07 Agostino Sarubbo (ago)
2015-03-28 21:39 Agostino Sarubbo (ago)

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