public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/moldy: moldy-2.16e.ebuild ChangeLog
@ 2008-01-31 19:58 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2008-01-31 19:58 UTC (permalink / raw
  To: gentoo-commits

grobian     08/01/31 19:58:00

  Modified:             moldy-2.16e.ebuild ChangeLog
  Log:
  Dropped ppc-macos keyword, see you in prefix
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.7                  sci-chemistry/moldy/moldy-2.16e.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?r1=1.6&r2=1.7

Index: moldy-2.16e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- moldy-2.16e.ebuild	26 Jun 2007 02:40:09 -0000	1.6
+++ moldy-2.16e.ebuild	31 Jan 2008 19:58:00 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.6 2007/06/26 02:40:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.7 2008/01/31 19:58:00 grobian Exp $
 
 IUSE=""
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86 ppc-macos"
+KEYWORDS="x86"
 
 DEPEND="virtual/libc
 	virtual/tetex"
@@ -42,7 +42,7 @@
 
 src_install() {
 	dodir /usr/bin
-	make prefix=${D}/usr install || die
+	make prefix="${D}"/usr install || die
 	rm Makefile.in configure.in config.h.in
 	insinto /usr/share/${PN}/examples/
 	doins *.in *.out control.*



1.12                 sci-chemistry/moldy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	22 Feb 2007 01:27:34 -0000	1.11
+++ ChangeLog	31 Jan 2008 19:58:00 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/moldy
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.11 2007/02/22 01:27:34 jokey Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.12 2008/01/31 19:58:00 grobian Exp $
+
+  31 Jan 2008; Fabian Groffen <grobian@gentoo.org> moldy-2.16e.ebuild:
+  Dropped ppc-macos keyword, see you in prefix
 
   22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
   Redigest for Manifest2



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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/moldy: moldy-2.16e.ebuild ChangeLog
@ 2008-05-14 17:33 Andrey Grozin (grozin)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Grozin (grozin) @ 2008-05-14 17:33 UTC (permalink / raw
  To: gentoo-commits

grozin      08/05/14 17:33:39

  Modified:             moldy-2.16e.ebuild ChangeLog
  Log:
  Set VARTEXFONTS (bug #221921)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.8                  sci-chemistry/moldy/moldy-2.16e.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?r1=1.7&r2=1.8

Index: moldy-2.16e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- moldy-2.16e.ebuild	31 Jan 2008 19:58:00 -0000	1.7
+++ moldy-2.16e.ebuild	14 May 2008 17:33:39 -0000	1.8
@@ -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-chemistry/moldy/moldy-2.16e.ebuild,v 1.7 2008/01/31 19:58:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.8 2008/05/14 17:33:39 grozin Exp $
 
 IUSE=""
 
@@ -17,8 +17,6 @@
 DEPEND="virtual/libc
 	virtual/tetex"
 
-addwrite /var/cache/fonts
-
 src_compile() {
 #Individuals may want to edit the OPT* variables below.
 #From the READ.ME:
@@ -37,7 +35,8 @@
 		|| die
 
 	emake || die
-	make moldy.pdf || die
+	# To prevent sandbox violations by metafont
+	VARTEXFONTS="${T}"/fonts make moldy.pdf || die
 }
 
 src_install() {



1.13                 sci-chemistry/moldy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	31 Jan 2008 19:58:00 -0000	1.12
+++ ChangeLog	14 May 2008 17:33:39 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/moldy
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.12 2008/01/31 19:58:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.13 2008/05/14 17:33:39 grozin Exp $
+
+  15 May 2008; Andrey Grozin <grozin@gentoo.org> moldy-2.16e.ebuild:
+  Set VARTEXFONTS (bug #221921)
 
   31 Jan 2008; Fabian Groffen <grobian@gentoo.org> moldy-2.16e.ebuild:
   Dropped ppc-macos keyword, see you in prefix



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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/moldy: moldy-2.16e.ebuild ChangeLog
@ 2008-06-09 10:30 Markus Dittrich (markusle)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Dittrich (markusle) @ 2008-06-09 10:30 UTC (permalink / raw
  To: gentoo-commits

markusle    08/06/09 10:30:13

  Modified:             moldy-2.16e.ebuild ChangeLog
  Log:
  Switched virtual/tetex -> virtual/latex-base and added amd64 keyword (see bug #222501).
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.9                  sci-chemistry/moldy/moldy-2.16e.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?r1=1.8&r2=1.9

Index: moldy-2.16e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- moldy-2.16e.ebuild	14 May 2008 17:33:39 -0000	1.8
+++ moldy-2.16e.ebuild	9 Jun 2008 10:30:12 -0000	1.9
@@ -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-chemistry/moldy/moldy-2.16e.ebuild,v 1.8 2008/05/14 17:33:39 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.9 2008/06/09 10:30:12 markusle Exp $
 
 IUSE=""
 
@@ -12,10 +12,10 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~amd64"
 
 DEPEND="virtual/libc
-	virtual/tetex"
+	virtual/latex-base"
 
 src_compile() {
 #Individuals may want to edit the OPT* variables below.
@@ -45,7 +45,7 @@
 	rm Makefile.in configure.in config.h.in
 	insinto /usr/share/${PN}/examples/
 	doins *.in *.out control.*
-	dodoc BENCHMARK COPYING READ.ME RELNOTES
+	dodoc BENCHMARK READ.ME RELNOTES
 	insinto /usr/share/doc/${P}/pdf
 	newins moldy.pdf moldy-manual.pdf
 }



1.14                 sci-chemistry/moldy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	14 May 2008 17:33:39 -0000	1.13
+++ ChangeLog	9 Jun 2008 10:30:12 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/moldy
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.13 2008/05/14 17:33:39 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.14 2008/06/09 10:30:12 markusle Exp $
+
+  09 Jun 2008; Markus Dittrich <markusle@gentoo.org> moldy-2.16e.ebuild:
+  Switched virtual/tetex -> virtual/latex-base and added amd64 keyword (see
+  bug #222501).
 
   15 May 2008; Andrey Grozin <grozin@gentoo.org> moldy-2.16e.ebuild:
   Set VARTEXFONTS (bug #221921)



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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-09 10:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 17:33 [gentoo-commits] gentoo-x86 commit in sci-chemistry/moldy: moldy-2.16e.ebuild ChangeLog Andrey Grozin (grozin)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-09 10:30 Markus Dittrich (markusle)
2008-01-31 19:58 Fabian Groffen (grobian)

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