public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/vmd: ChangeLog vmd-1.8.6-r1.ebuild
@ 2009-07-07 22:54 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-07-07 22:54 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/07/07 22:54:52

  Modified:             ChangeLog vmd-1.8.6-r1.ebuild
  Log:
  Use elog for fetch error.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 sci-chemistry/vmd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	18 May 2009 03:57:38 -0000	1.21
+++ ChangeLog	7 Jul 2009 22:54:52 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/vmd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.21 2009/05/18 03:57:38 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.22 2009/07/07 22:54:52 flameeyes Exp $
+
+  07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> vmd-1.8.6-r1.ebuild:
+  Use elog for fetch error.
 
   18 May 2009; Jeff Gardner <je_fro@gentoo.org>
   +files/vmd-1.8.6-fix-crash-on-tcl8.5.patch:



1.2                  sci-chemistry/vmd/vmd-1.8.6-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6-r1.ebuild?r1=1.1&r2=1.2

Index: vmd-1.8.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vmd-1.8.6-r1.ebuild	17 May 2009 20:15:13 -0000	1.1
+++ vmd-1.8.6-r1.ebuild	7 Jul 2009 22:54:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6-r1.ebuild,v 1.1 2009/05/17 20:15:13 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6-r1.ebuild,v 1.2 2009/07/07 22:54:52 flameeyes Exp $
 
 EAPI="1"
 
@@ -33,10 +33,10 @@
 
 pkg_nofetch() {
 	echo
-	einfo "Please download ${SRC_URI} from"
-	einfo "${VMD_DOWNLOAD}"
-	einfo "after agreeing to the license and then move it to "
-	einfo "${DISTDIR}"
+	elog "Please download ${SRC_URI} from"
+	elog "${VMD_DOWNLOAD}"
+	elog "after agreeing to the license and then move it to "
+	elog "${DISTDIR}"
 	echo
 }
 
@@ -60,14 +60,14 @@
 	cd "${WORKDIR}"/plugins
 
 	sed -e "s:CC = gcc:CC = $(tc-getCC):" \
-	    -e "s:CXX = g++:CXX = $(tc-getCXX):" \
+		-e "s:CXX = g++:CXX = $(tc-getCXX):" \
 		-e "s:COPTO = -o :COPTO = -fPIC -o :" \
 		-e "s:LOPTO = -o :LOPTO = -fPIC -o :" \
 		-e "s:CCFLAGS = -O2 -Wall:CCFLAGS = ${CFLAGS}:" \
 		-e "s:CXXFLAGS = -O2 -Wall:CXXFLAGS = ${CXXFLAGS}:" \
 		-e "s:SHLD = gcc:SHLD = $(tc-getCC):" \
 		-e "s:-ltcl8.4:-ltcl:" \
-	    -i Make-arch || die "Failed to set up plugins Makefile"
+		-i Make-arch || die "Failed to set up plugins Makefile"
 
 	sed -e "s:1.0:1.2:" -i vdna/pkgIndex.tcl \
 		|| die "Failed to fix vdna plugin"






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

only message in thread, other threads:[~2009-07-07 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07 22:54 [gentoo-commits] gentoo-x86 commit in sci-chemistry/vmd: ChangeLog vmd-1.8.6-r1.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox