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-chemistry/cluster: ChangeLog cluster-1.3.081231-r1.ebuild
Date: Thu, 07 Jun 2012 15:03:42
Message-Id: 20120607150327.10D5F2004B@flycatcher.gentoo.org
1 jlec 12/06/07 15:03:27
2
3 Modified: ChangeLog
4 Added: cluster-1.3.081231-r1.ebuild
5 Log:
6 sci-chemistry/cluster: Rename cluster to molprobity-cluster, #419999
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sci-chemistry/cluster/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cluster/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cluster/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cluster/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cluster/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 6 Jun 2012 08:48:29 -0000 1.3
24 +++ ChangeLog 7 Jun 2012 15:03:26 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-chemistry/cluster
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cluster/ChangeLog,v 1.3 2012/06/06 08:48:29 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cluster/ChangeLog,v 1.4 2012/06/07 15:03:26 jlec Exp $
30 +
31 +*cluster-1.3.081231-r1 (07 Jun 2012)
32 +
33 + 07 Jun 2012; Justin Lecher <jlec@g.o> +cluster-1.3.081231-r1.ebuild:
34 + Rename cluster to molprobity-cluster, #419999
35
36 06 Jun 2012; Justin Lecher <jlec@g.o> cluster-1.3.081231.ebuild:
37 minor cleaning
38
39
40
41 1.1 sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cluster-1.3.081231-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild,v 1.1 2012/06/07 15:03:26 jlec Exp $
51
52 EAPI=4
53
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="Build lists of collections of interacting items"
57 HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php"
58 SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/${PN}/${PN}.${PV}.src.tgz"
59
60 SLOT="0"
61 LICENSE="richardson"
62 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
63 IUSE=""
64
65 S="${WORKDIR}"/${PN}1.3src
66
67 src_prepare() {
68 epatch \
69 "${FILESDIR}"/${PV}-ldflags.patch \
70 "${FILESDIR}"/${PV}-includes.patch
71 tc-export CXX
72 }
73
74 src_install() {
75 newbin ${PN} molprobity-${PN}
76 dodoc README.cluster
77 }