public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129-r1.ebuild ChangeLog
@ 2009-11-06  2:44 Markus Dittrich (markusle)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Dittrich (markusle) @ 2009-11-06  2:44 UTC (permalink / raw
  To: gentoo-commits

markusle    09/11/06 02:44:37

  Modified:             ChangeLog
  Added:                stride-20011129-r1.ebuild
  Log:
  Added patch to respect LDFLAGS (bug #290754).
  (Portage version: 2.1.7.3/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-biology/stride/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Sep 2007 14:35:18 -0000	1.6
+++ ChangeLog	6 Nov 2009 02:44:33 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for sci-biology/stride
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.6 2007/09/20 14:35:18 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.7 2009/11/06 02:44:33 markusle Exp $
+
+*stride-20011129-r1 (06 Nov 2009)
+
+  06 Nov 2009; Markus Dittrich <markusle@gentoo.org>
+  +stride-20011129-r1.ebuild, +files/stride-LDFLAGS.patch:
+  Added patch to respect LDFLAGS (bug #290754). Thanks much to
+  Justin Lecher (jlec) <jlec@j-schmitz.net> for providing it.
 
   20 Sep 2007; Santiago M. Mola <coldwind@gentoo.org>
   stride-20011129.ebuild:



1.1                  sci-biology/stride/stride-20011129-r1.ebuild

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

Index: stride-20011129-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.1 2009/11/06 02:44:33 markusle Exp $

EAPI="2"

inherit eutils toolchain-funcs

DESCRIPTION="A program for protein secondary structure assignment from atomic coordinates."
HOMEPAGE="http://www.embl-heidelberg.de/argos/stride/stride_info.html"
SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz
	mirror://gentoo/${PN}-20060723-update.patch.bz2"

SLOT="0"
LICENSE="as-is"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

S="${WORKDIR}"

src_prepare() {
	# this patch updates the source to the most recent
	# version which was kindly provided by the author
	epatch "${DISTDIR}/${PN}-20060723-update.patch.bz2"
	epatch "${FILESDIR}"/${PN}-LDFLAGS.patch

	# fix makefile
	sed -e "/^CC/s:gcc -g:$(tc-getCC) ${CFLAGS}:" -i Makefile || \
		die "Failed to fix Makefile"
}

src_install() {
	dobin ${PN} || die "Failed to install stride binary"
}






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

* [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129-r1.ebuild ChangeLog
@ 2010-03-07  9:10 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2010-03-07  9:10 UTC (permalink / raw
  To: gentoo-commits

jlec        10/03/07 09:10:31

  Modified:             stride-20011129-r1.ebuild ChangeLog
  Log:
  Keyworded for prefix-linux, tested by me
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-biology/stride/stride-20011129-r1.ebuild

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

Index: stride-20011129-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stride-20011129-r1.ebuild	6 Nov 2009 02:50:45 -0000	1.2
+++ stride-20011129-r1.ebuild	7 Mar 2010 09:10:30 -0000	1.3
@@ -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/stride/stride-20011129-r1.ebuild,v 1.2 2009/11/06 02:50:45 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.3 2010/03/07 09:10:30 jlec Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S="${WORKDIR}"



1.9                  sci-biology/stride/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Nov 2009 02:50:45 -0000	1.8
+++ ChangeLog	7 Mar 2010 09:10:30 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for sci-biology/stride
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.8 2009/11/06 02:50:45 markusle Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.9 2010/03/07 09:10:30 jlec Exp $
+
+  07 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+  stride-20011129-r1.ebuild:
+  Keyworded for prefix-linux, tested by me
 
   06 Nov 2009; Markus Dittrich <markusle@gentoo.org> stride-20011129.ebuild,
   stride-20011129-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129-r1.ebuild ChangeLog
@ 2012-05-08  3:58 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans (ottxor) @ 2012-05-08  3:58 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/05/08 03:58:13

  Modified:             stride-20011129-r1.ebuild ChangeLog
  Log:
  added ~x86-macos keyword
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.5                  sci-biology/stride/stride-20011129-r1.ebuild

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

Index: stride-20011129-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stride-20011129-r1.ebuild	29 Jun 2011 05:42:13 -0000	1.4
+++ stride-20011129-r1.ebuild	8 May 2012 03:58:13 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.4 2011/06/29 05:42:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.5 2012/05/08 03:58:13 ottxor Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}"



1.13                 sci-biology/stride/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	20 Jul 2011 16:54:08 -0000	1.12
+++ ChangeLog	8 May 2012 03:58:13 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for sci-biology/stride
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.12 2011/07/20 16:54:08 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.13 2012/05/08 03:58:13 ottxor Exp $
+
+  08 May 2012; Christoph Junghans <ottxor@gentoo.org>
+  stride-20011129-r1.ebuild:
+  added ~x86-macos keyword
 
   20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #105599






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

* [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129-r1.ebuild ChangeLog
@ 2014-11-03 11:09 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 5+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-11-03 11:09 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/11/03 11:09:33

  Modified:             stride-20011129-r1.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #525378
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key F253DB15)

Revision  Changes    Path
1.9                  sci-biology/stride/stride-20011129-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?r1=1.8&r2=1.9

Index: stride-20011129-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- stride-20011129-r1.ebuild	31 Oct 2014 16:33:19 -0000	1.8
+++ stride-20011129-r1.ebuild	3 Nov 2014 11:09:33 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.8 2014/10/31 16:33:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.9 2014/11/03 11:09:33 nimiux Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT="0"
 LICENSE="STRIDE"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}"



1.17                 sci-biology/stride/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	31 Oct 2014 16:33:19 -0000	1.16
+++ ChangeLog	3 Nov 2014 11:09:33 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/stride
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.16 2014/10/31 16:33:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.17 2014/11/03 11:09:33 nimiux Exp $
+
+  03 Nov 2014; Chema Alonso <nimiux@gentoo.org> stride-20011129-r1.ebuild:
+  Stable for amd64 wrt bug #525378
 
   31 Oct 2014; Justin Lecher <jlec@gentoo.org> stride-20011129-r1.ebuild:
   Fix 404 on patches, #525346





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

* [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129-r1.ebuild ChangeLog
@ 2015-03-02  9:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-02  9:21 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/02 09:21:54

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

Revision  Changes    Path
1.10                 sci-biology/stride/stride-20011129-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?r1=1.9&r2=1.10

Index: stride-20011129-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- stride-20011129-r1.ebuild	3 Nov 2014 11:09:33 -0000	1.9
+++ stride-20011129-r1.ebuild	2 Mar 2015 09:21:54 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.9 2014/11/03 11:09:33 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.10 2015/03/02 09:21:54 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT="0"
 LICENSE="STRIDE"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}"



1.18                 sci-biology/stride/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	3 Nov 2014 11:09:33 -0000	1.17
+++ ChangeLog	2 Mar 2015 09:21:54 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/stride
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.17 2014/11/03 11:09:33 nimiux Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.18 2015/03/02 09:21:54 ago Exp $
+
+  02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> stride-20011129-r1.ebuild:
+  Stable for ppc, wrt bug #525378
 
   03 Nov 2014; Chema Alonso <nimiux@gentoo.org> stride-20011129-r1.ebuild:
   Stable for amd64 wrt bug #525378
@@ -66,4 +69,3 @@
   Initial import. Many thanks go the the author Dmitrij Frishman
   <d.frishman@wzw.tum.de> for allowing us to distribute the source
   and for an updated version of the code.
-





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

end of thread, other threads:[~2015-03-02  9:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08  3:58 [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129-r1.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-02  9:21 Agostino Sarubbo (ago)
2014-11-03 11:09 JosA MarAa Alonso (nimiux)
2010-03-07  9:10 Justin Lecher (jlec)
2009-11-06  2:44 Markus Dittrich (markusle)

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