public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/probe: ChangeLog probe-2.12.071128.ebuild
Date: Mon, 28 Jun 2010 15:49:57 +0000 (UTC)	[thread overview]
Message-ID: <20100628154957.77BE02C621@corvid.gentoo.org> (raw)

jlec        10/06/28 15:49:57

  Modified:             ChangeLog probe-2.12.071128.ebuild
  Log:
  Keyworded for linux prefix, some QA (die missing)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sci-chemistry/probe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	29 May 2009 00:44:23 -0000	1.8
+++ ChangeLog	28 Jun 2010 15:49:57 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/probe
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.8 2009/05/29 00:44:23 dberkholz Exp $
+# 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 $
+
+  28 Jun 2010; Justin Lecher <jlec@gentoo.org> probe-2.12.071128.ebuild:
+  Keyworded for linux prefix, some QA (die missing)
 
   29 May 2009; Donnie Berkholz <dberkholz@gentoo.org>;
   probe-2.12.071128.ebuild:



1.4                  sci-chemistry/probe/probe-2.12.071128.ebuild

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

Index: probe-2.12.071128.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.12.071128.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- probe-2.12.071128.ebuild	29 May 2009 00:44:23 -0000	1.3
+++ probe-2.12.071128.ebuild	28 Jun 2010 15:49:57 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.ebuild,v 1.3 2009/05/29 00:44:23 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/probe-2.12.071128.ebuild,v 1.4 2010/06/28 15:49:57 jlec Exp $
 
 inherit toolchain-funcs
 
@@ -8,13 +8,16 @@
 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"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
+
 RDEPEND=""
 DEPEND="${RDEPEND}
 	app-arch/unzip"
+
 S="${WORKDIR}/${MY_P}.scr"
 
 src_unpack() {
@@ -23,7 +26,7 @@
 	# Respect CC
 	sed -i \
 		-e 's:cc:$(CC):g' \
-		"${S}"/Makefile
+		"${S}"/Makefile || die
 }
 
 src_compile() {
@@ -35,6 +38,6 @@
 }
 
 src_install() {
-	dobin "${S}"/probe
-	dodoc "${S}"/README*
+	dobin "${S}"/probe || die
+	dodoc "${S}"/README* || die
 }






             reply	other threads:[~2010-06-28 15:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-28 15:49 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-05-29  0:44 [gentoo-commits] gentoo-x86 commit in sci-chemistry/probe: ChangeLog probe-2.12.071128.ebuild Donnie Berkholz (dberkholz)
2008-07-08  1:25 Donnie Berkholz (dberkholz)
2008-07-08  1:24 Donnie Berkholz (dberkholz)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100628154957.77BE02C621@corvid.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox