Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129.ebuild ChangeLog stride-20011129-r1.ebuild
Date: Wed, 29 Jun 2011 05:42:23
Message-Id: 20110629054213.AD3F020054@flycatcher.gentoo.org
1 jlec 11/06/29 05:42:13
2
3 Modified: stride-20011129.ebuild ChangeLog
4 stride-20011129-r1.ebuild
5 Log:
6 Fix sed on *FLAGS from : to |, EAPI bump
7
8 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 sci-biology/stride/stride-20011129.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?r1=1.7&r2=1.8
16
17 Index: stride-20011129.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- stride-20011129.ebuild 6 Nov 2009 02:50:45 -0000 1.7
24 +++ stride-20011129.ebuild 29 Jun 2011 05:42:13 -0000 1.8
25 @@ -1,16 +1,16 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v 1.7 2009/11/06 02:50:45 markusle Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v 1.8 2011/06/29 05:42:13 jlec Exp $
31
32 inherit eutils toolchain-funcs
33
34 -DESCRIPTION="A program for protein secondary structure assignment from atomic coordinates."
35 -LICENSE="as-is"
36 +DESCRIPTION="Protein secondary structure assignment from atomic coordinates"
37 HOMEPAGE="http://webclu.bio.wzw.tum.de/stride/"
38 SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz
39 mirror://gentoo/${PN}-20060723-update.patch.bz2"
40
41 SLOT="0"
42 +LICENSE="as-is"
43 KEYWORDS="~amd64 ~ppc ~x86"
44 IUSE=""
45
46 @@ -25,7 +25,7 @@
47 epatch "${DISTDIR}/${PN}-20060723-update.patch.bz2"
48
49 # fix makefile
50 - sed -e "/^CC/s:gcc -g:$(tc-getCC) ${CFLAGS}:" -i Makefile || \
51 + sed -e "/^CC/s|gcc -g|$(tc-getCC) ${CFLAGS}|" -i Makefile || \
52 die "Failed to fix Makefile"
53 }
54
55
56
57
58 1.11 sci-biology/stride/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/ChangeLog?rev=1.11&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/ChangeLog?rev=1.11&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/ChangeLog?r1=1.10&r2=1.11
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v
67 retrieving revision 1.10
68 retrieving revision 1.11
69 diff -u -r1.10 -r1.11
70 --- ChangeLog 25 Apr 2010 11:25:18 -0000 1.10
71 +++ ChangeLog 29 Jun 2011 05:42:13 -0000 1.11
72 @@ -1,6 +1,10 @@
73 # ChangeLog for sci-biology/stride
74 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.10 2010/04/25 11:25:18 jlec Exp $
76 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.11 2011/06/29 05:42:13 jlec Exp $
78 +
79 + 29 Jun 2011; Justin Lecher <jlec@g.o> stride-20011129.ebuild,
80 + stride-20011129-r1.ebuild:
81 + Fix sed on *FLAGS from : to |, EAPI bump
82
83 07 Mar 2010; Justin Lecher <jlec@g.o>
84 stride-20011129-r1.ebuild:
85
86
87
88 1.4 sci-biology/stride/stride-20011129-r1.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?rev=1.4&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?rev=1.4&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild?r1=1.3&r2=1.4
93
94 Index: stride-20011129-r1.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v
97 retrieving revision 1.3
98 retrieving revision 1.4
99 diff -u -r1.3 -r1.4
100 --- stride-20011129-r1.ebuild 7 Mar 2010 09:10:30 -0000 1.3
101 +++ stride-20011129-r1.ebuild 29 Jun 2011 05:42:13 -0000 1.4
102 @@ -1,12 +1,12 @@
103 -# Copyright 1999-2010 Gentoo Foundation
104 +# Copyright 1999-2011 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.3 2010/03/07 09:10:30 jlec Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.4 2011/06/29 05:42:13 jlec Exp $
108
109 -EAPI="2"
110 +EAPI=4
111
112 inherit eutils toolchain-funcs
113
114 -DESCRIPTION="A program for protein secondary structure assignment from atomic coordinates."
115 +DESCRIPTION="Protein secondary structure assignment from atomic coordinates"
116 HOMEPAGE="http://webclu.bio.wzw.tum.de/stride/"
117 SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz
118 mirror://gentoo/${PN}-20060723-update.patch.bz2"
119 @@ -21,14 +21,15 @@
120 src_prepare() {
121 # this patch updates the source to the most recent
122 # version which was kindly provided by the author
123 - epatch "${DISTDIR}/${PN}-20060723-update.patch.bz2"
124 - epatch "${FILESDIR}"/${PN}-LDFLAGS.patch
125 + epatch \
126 + "${DISTDIR}/${PN}-20060723-update.patch.bz2" \
127 + "${FILESDIR}"/${PN}-LDFLAGS.patch
128
129 # fix makefile
130 - sed -e "/^CC/s:gcc -g:$(tc-getCC) ${CFLAGS}:" -i Makefile || \
131 + sed -e "/^CC/s|gcc -g|$(tc-getCC) ${CFLAGS}|" -i Makefile || \
132 die "Failed to fix Makefile"
133 }
134
135 src_install() {
136 - dobin ${PN} || die "Failed to install stride binary"
137 + dobin ${PN}
138 }