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/probe: ChangeLog probe-2.12.110413.ebuild
Date: Fri, 06 May 2011 07:27:07
Message-Id: 20110506072657.A0B3F20054@flycatcher.gentoo.org
1 jlec 11/05/06 07:26:57
2
3 Modified: ChangeLog
4 Added: probe-2.12.110413.ebuild
5 Log:
6 Version Bump, notified by euscan
7
8 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 sci-chemistry/probe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 6 Jul 2010 13:30:24 -0000 1.10
24 +++ ChangeLog 6 May 2011 07:26:57 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-chemistry/probe
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.10 2010/07/06 13:30:24 jlec Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.11 2011/05/06 07:26:57 jlec Exp $
31 +
32 +*probe-2.12.110413 (06 May 2011)
33 +
34 + 06 May 2011; Justin Lecher <jlec@g.o>
35 + +files/2.12.110413-as-needed.patch, +probe-2.12.110413.ebuild:
36 + Version Bump, notified by euscan
37
38 *probe-2.12.071128-r1 (06 Jul 2010)
39
40
41
42
43 1.1 sci-chemistry/probe/probe-2.12.110413.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/probe-2.12.110413.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/probe-2.12.110413.ebuild?rev=1.1&content-type=text/plain
47
48 Index: probe-2.12.110413.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.12.110413.ebuild,v 1.1 2011/05/06 07:26:57 jlec Exp $
53
54 EAPI=4
55
56 inherit eutils toolchain-funcs
57
58 MY_P="${PN}.${PV}"
59 DESCRIPTION="Evaluates atomic packing within or between molecules"
60 HOMEPAGE="http://kinemage.biochem.duke.edu/software/probe.php"
61 SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/probe/${MY_P}.src.zip"
62
63 LICENSE="richardson"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
66 IUSE=""
67
68 RDEPEND=""
69 DEPEND="${RDEPEND}
70 app-arch/unzip"
71
72 S="${WORKDIR}"/trunk
73
74 src_prepare() {
75 epatch "${FILESDIR}"/${PV}-as-needed.patch
76 # Respect CC
77 sed -i \
78 -e 's:cc:$(CC):g' \
79 "${S}"/Makefile || die
80 tc-export CC
81 }
82
83 src_install() {
84 dobin "${S}"/probe
85 dodoc "${S}"/README*
86 }