public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/probe: probe-2.11.050121.ebuild
@ 2010-06-28 15:51 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-06-28 15:51 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/28 15:51:06

  Modified:             probe-2.11.050121.ebuild
  Log:
  More QA (die missing)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-chemistry/probe/probe-2.11.050121.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/probe-2.11.050121.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/probe-2.11.050121.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/probe-2.11.050121.ebuild?r1=1.2&r2=1.3

Index: probe-2.11.050121.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.11.050121.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- probe-2.11.050121.ebuild	9 Jul 2006 07:10:24 -0000	1.2
+++ probe-2.11.050121.ebuild	28 Jun 2010 15:51:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.11.050121.ebuild,v 1.2 2006/07/09 07:10:24 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.11.050121.ebuild,v 1.3 2010/06/28 15:51:06 jlec Exp $
 
 inherit toolchain-funcs
 
@@ -8,12 +8,12 @@
 DESCRIPTION="Evaluates atomic packing within or between molecules"
 HOMEPAGE="http://kinemage.biochem.duke.edu/software/probe.php"
 SRC_URI="http://kinemage.biochem.duke.edu/ftpsite/pub/software/probe/${MY_P}.src.tgz"
+
 LICENSE="richardson"
 SLOT="0"
 KEYWORDS="ppc x86"
 IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}"
+
 S="${WORKDIR}/${MY_P}"
 
 src_unpack() {
@@ -22,7 +22,7 @@
 	# Respect CC
 	sed -i \
 		-e 's:cc:$(CC):g' \
-		${S}/Makefile
+		"${S}"/Makefile || die
 }
 
 src_compile() {
@@ -34,6 +34,6 @@
 }
 
 src_install() {
-	dobin ${S}/probe
-	dodoc ${S}/README*
+	dobin "${S}"/probe || die
+	dodoc "${S}"/README* || die
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-28 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-28 15:51 [gentoo-commits] gentoo-x86 commit in sci-chemistry/probe: probe-2.11.050121.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