Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/cufflinks: cufflinks-1.3.0.ebuild ChangeLog
Date: Wed, 31 Oct 2012 18:46:56
Message-Id: 20121031184640.7AFE821600@flycatcher.gentoo.org
1 flameeyes 12/10/31 18:46:40
2
3 Modified: cufflinks-1.3.0.ebuild ChangeLog
4 Log:
5 Avoid using a slot depend since now boost is unslotted; remove pointless filter-ldflags for --as-needed.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.2 sci-biology/cufflinks/cufflinks-1.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: cufflinks-1.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cufflinks-1.3.0.ebuild 5 Feb 2012 03:56:55 -0000 1.1
23 +++ cufflinks-1.3.0.ebuild 31 Oct 2012 18:46:40 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0.ebuild,v 1.1 2012/02/05 03:56:55 weaver Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0.ebuild,v 1.2 2012/10/31 18:46:40 flameeyes Exp $
29
30 EAPI=4
31
32 -inherit flag-o-matic autotools
33 +inherit autotools
34
35 DESCRIPTION="Transcript assembly, differential expression, and differential regulation for RNA-Seq"
36 HOMEPAGE="http://cufflinks.cbcb.umd.edu/"
37 @@ -16,13 +16,12 @@
38 KEYWORDS="~amd64 ~x86"
39
40 DEPEND="sci-biology/samtools
41 - dev-libs/boost:1.46"
42 + =dev-libs/boost-1.46*"
43 RDEPEND="${DEPEND}"
44
45 MAKEOPTS="${MAKEOPTS} -j1"
46
47 src_prepare() {
48 - filter-ldflags -Wl,--as-needed
49 eautoreconf
50 }
51
52
53
54
55 1.2 sci-biology/cufflinks/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/ChangeLog?rev=1.2&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/ChangeLog?rev=1.2&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/ChangeLog?r1=1.1&r2=1.2
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/ChangeLog,v
64 retrieving revision 1.1
65 retrieving revision 1.2
66 diff -u -r1.1 -r1.2
67 --- ChangeLog 5 Feb 2012 03:56:55 -0000 1.1
68 +++ ChangeLog 31 Oct 2012 18:46:40 -0000 1.2
69 @@ -1,10 +1,13 @@
70 # ChangeLog for sci-biology/cufflinks
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/ChangeLog,v 1.1 2012/02/05 03:56:55 weaver Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/ChangeLog,v 1.2 2012/10/31 18:46:40 flameeyes Exp $
74 +
75 + 31 Oct 2012; Diego E. Pettenò <flameeyes@g.o> cufflinks-1.3.0.ebuild:
76 + Avoid using a slot depend since now boost is unslotted; remove pointless
77 + filter-ldflags for --as-needed.
78
79 *cufflinks-1.3.0 (05 Feb 2012)
80
81 05 Feb 2012; Andrey Kislyuk <weaver@g.o> +cufflinks-1.3.0.ebuild,
82 +metadata.xml:
83 New package, ebuild written by me
84 -