* [gentoo-commits] gentoo-x86 commit in sci-chemistry/probe: ChangeLog probe-2.12.071128-r1.ebuild
@ 2010-07-06 13:30 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-07-06 13:30 UTC (permalink / raw
To: gentoo-commits
jlec 10/07/06 13:30:24
Modified: ChangeLog
Added: probe-2.12.071128-r1.ebuild
Log:
As-needed fix
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.10 sci-chemistry/probe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 28 Jun 2010 15:49:57 -0000 1.9
+++ ChangeLog 6 Jul 2010 13:30:24 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/probe
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.9 2010/06/28 15:49:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.10 2010/07/06 13:30:24 jlec Exp $
+
+*probe-2.12.071128-r1 (06 Jul 2010)
+
+ 06 Jul 2010; Justin Lecher <jlec@gentoo.org> probe-2.12.071128.ebuild,
+ +probe-2.12.071128-r1.ebuild, +files/as-needed.patch:
+ As-needed fix
28 Jun 2010; Justin Lecher <jlec@gentoo.org> probe-2.12.071128.ebuild:
Keyworded for linux prefix, some QA (die missing)
1.1 sci-chemistry/probe/probe-2.12.071128-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/probe-2.12.071128-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/probe-2.12.071128-r1.ebuild?rev=1.1&content-type=text/plain
Index: probe-2.12.071128-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.12.071128-r1.ebuild,v 1.1 2010/07/06 13:30:24 jlec Exp $
EAPI="3"
inherit eutils toolchain-funcs
MY_P="${PN}.${PV}"
DESCRIPTION="Evaluates atomic packing within or between molecules"
HOMEPAGE="http://kinemage.biochem.duke.edu/software/probe.php"
SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/probe/${MY_P}.src.zip"
LICENSE="richardson"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
app-arch/unzip"
S="${WORKDIR}/${MY_P}.scr"
src_prepare() {
epatch "${FILESDIR}"/as-needed.patch
# Respect CC
sed -i \
-e 's:cc:$(CC):g' \
"${S}"/Makefile || die
}
src_compile() {
emake \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
MACHINEFLAGS="${LDFLAGS}" \
|| die "make failed"
}
src_install() {
dobin "${S}"/probe || die
dodoc "${S}"/README* || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-06 13:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 13:30 [gentoo-commits] gentoo-x86 commit in sci-chemistry/probe: ChangeLog probe-2.12.071128-r1.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox