public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/mathomatic: ChangeLog mathomatic-12.9.1.ebuild mathomatic-12.8.8.ebuild
@ 2008-04-14 13:28 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2008-04-14 13:28 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/04/14 13:28:58

  Modified:             ChangeLog mathomatic-12.9.1.ebuild
                        mathomatic-12.8.8.ebuild
  Log:
  Fixed a doc install with recursive directories (bug #217607)
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.28                 sci-mathematics/mathomatic/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	12 Apr 2008 19:19:51 -0000	1.27
+++ ChangeLog	14 Apr 2008 13:28:58 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/mathomatic
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.27 2008/04/12 19:19:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.28 2008/04/14 13:28:58 bicatali Exp $
+
+  14 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org>
+  mathomatic-12.8.8.ebuild, mathomatic-12.9.1.ebuild:
+  Fixed a doc install with recursive directories (bug #217607)
 
 *mathomatic-12.9.1 (12 Apr 2008)
 



1.2                  sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild

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

Index: mathomatic-12.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mathomatic-12.9.1.ebuild	12 Apr 2008 19:19:51 -0000	1.1
+++ mathomatic-12.9.1.ebuild	14 Apr 2008 13:28:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild,v 1.1 2008/04/12 19:19:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild,v 1.2 2008/04/14 13:28:58 bicatali Exp $
 
 inherit eutils
 
@@ -42,6 +42,6 @@
 	if use doc; then
 		dohtml doc/* || die
 		insinto /usr/share/doc/${PF}
-		doins tests factorial m4 || die
+		doins -r tests factorial m4 || die
 	fi
 }



1.4                  sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild?r1=1.3&r2=1.4

Index: mathomatic-12.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mathomatic-12.8.8.ebuild	6 Apr 2008 19:40:47 -0000	1.3
+++ mathomatic-12.8.8.ebuild	14 Apr 2008 13:28:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild,v 1.3 2008/04/06 19:40:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild,v 1.4 2008/04/14 13:28:58 bicatali Exp $
 
 inherit eutils
 
@@ -42,6 +42,6 @@
 	if use doc; then
 		dohtml doc/* || die
 		insinto /usr/share/doc/${PF}
-		doins tests factorial m4 || die
+		doins -r tests factorial m4 || die
 	fi
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-14 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14 13:28 [gentoo-commits] gentoo-x86 commit in sci-mathematics/mathomatic: ChangeLog mathomatic-12.9.1.ebuild mathomatic-12.8.8.ebuild Sebastien Fabbro (bicatali)

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