public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/muParser: ChangeLog muParser-2.1.0.ebuild
@ 2011-12-17  5:57 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2011-12-17  5:57 UTC (permalink / raw
  To: gentoo-commits

grozin      11/12/17 05:57:47

  Modified:             ChangeLog muParser-2.1.0.ebuild
  Log:
  Fixed #395029; removed "die" unneeded in EAPI 4
  
  (Portage version: 2.2.0_alpha81/cvs/Linux i686)

Revision  Changes    Path
1.21                 dev-cpp/muParser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/muParser/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/muParser/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/muParser/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	16 Dec 2011 16:42:22 -0000	1.20
+++ ChangeLog	17 Dec 2011 05:57:47 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/muParser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v 1.20 2011/12/16 16:42:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v 1.21 2011/12/17 05:57:47 grozin Exp $
+
+  17 Dec 2011; Andrey Grozin <grozin@gentoo.org> muParser-2.1.0.ebuild:
+  Fixed #395029; removed "die" unneeded in EAPI 4
 
   16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> muParser-1.34.ebuild:
   Stable for AMD64, wrt bug #393903



1.3                  dev-cpp/muParser/muParser-2.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/muParser/muParser-2.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/muParser/muParser-2.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/muParser/muParser-2.1.0.ebuild?r1=1.2&r2=1.3

Index: muParser-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- muParser-2.1.0.ebuild	16 Dec 2011 14:48:42 -0000	1.2
+++ muParser-2.1.0.ebuild	17 Dec 2011 05:57:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-2.1.0.ebuild,v 1.2 2011/12/16 14:48:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-2.1.0.ebuild,v 1.3 2011/12/17 05:57:47 grozin Exp $
 
 EAPI=4
 
@@ -48,9 +48,9 @@
 
 src_install() {
 	default
-	dodoc Changes.txt  Credits.txt || die "dodoc failed"
+	dodoc Changes.txt
 	if use doc; then
 		insinto /usr/share/doc/${PF}
-		doins -r docs/html || die
+		doins -r docs/html
 	fi
 }






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

only message in thread, other threads:[~2011-12-17  5:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-17  5:57 [gentoo-commits] gentoo-x86 commit in dev-cpp/muParser: ChangeLog muParser-2.1.0.ebuild Andrey Grozin (grozin)

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