public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/nusmv: nusmv-2.3.1.ebuild ChangeLog
@ 2008-05-18 17:10 Markus Dittrich (markusle)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Dittrich (markusle) @ 2008-05-18 17:10 UTC (permalink / raw
  To: gentoo-commits

markusle    08/05/18 17:10:19

  Modified:             nusmv-2.3.1.ebuild ChangeLog
  Log:
  Switched virtual/tetex -> virtual/latex-base (see bug #222501).
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.2                  sci-mathematics/nusmv/nusmv-2.3.1.ebuild

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

Index: nusmv-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nusmv-2.3.1.ebuild	2 Apr 2006 11:40:21 -0000	1.1
+++ nusmv-2.3.1.ebuild	18 May 2008 17:10:18 -0000	1.2
@@ -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-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.1 2006/04/02 11:40:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.2 2008/05/18 17:10:18 markusle Exp $
 
 inherit eutils toolchain-funcs
 
@@ -33,12 +33,15 @@
 		minisat? ( mirror://gentoo/${MINISAT_A} )"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
 IUSE="minisat examples"
 RDEPEND="virtual/libc
 		dev-libs/expat"
 DEPEND="${RDEPEND}
-		virtual/tetex
+		virtual/latex-base
+		|| ( ( dev-texlive/texlive-latexextra )
+			app-text/tetex
+			app-text/ptex )
 		virtual/ghostscript
 		www-client/lynx
 		dev-lang/perl"
@@ -50,10 +53,10 @@
 src_unpack() {
 	unpack ${NUSMV_A}
 	if use minisat; then
-		cd ${WORKDIR}/${NUSMV_P}/MiniSat
+		cd "${WORKDIR}"/${NUSMV_P}/MiniSat
 		unpack ${MINISAT_A}
 		epatch ${MINISAT_P}_nusmv.patch
-		epatch ${FILESDIR}/${MINISAT_P}-optimizedlib.patch
+		epatch "${FILESDIR}"/${MINISAT_P}-optimizedlib.patch
 	fi
 	for i in ${NUSMV_S}/doc/{user-man,tutorial}/Makefile.in ; do
 		sed -i.orig \
@@ -69,7 +72,7 @@
 		# do NOT merge these targets
 		emake COPTIMIZE="${CFLAGS}" r || die "Failed to build minisat bin"
 		emake COPTIMIZE="${CFLAGS}" lr || die "Failed to build minisat lib"
-		ln -sf ${MINISAT_S} ${WORKDIR}/${NUSMV_P}/${MINISAT_P}
+		ln -sf ${MINISAT_S} "${WORKDIR}"/${NUSMV_P}/${MINISAT_P}
 	fi
 
 	cd ${CUDD_S}
@@ -99,19 +102,19 @@
 	cd ${NUSMV_S}
 	emake DESTDIR="${D}" install || die "emake install failed"
 	# duplicate items
-	rm -f ${D}/usr/share/nusmv/{LGPL-2.1,README*,NEWS}
+	rm -f "${D}"/usr/share/nusmv/{LGPL-2.1,README*,NEWS}
 	# real docs
 	dodoc README* NEWS AUTHORS
 	dodoc doc/tutorial/tutorial.pdf
 	dodoc doc/user-man/nusmv.pdf
 
 	# move package-installed docs
-	mv ${D}/usr/share/nusmv/doc/* ${D}/usr/share/doc/${PF}/
-	rmdir ${D}/usr/share/nusmv/doc
+	mv "${D}"/usr/share/nusmv/doc/* "${D}"/usr/share/doc/${PF}/
+	rmdir "${D}"/usr/share/nusmv/doc
 
 	# clean out examples if not needed
 	if use !examples ; then
-		rm -rf ${D}/usr/share/nusmv/examples || die "Failed to remove examples"
+		rm -rf "${D}"/usr/share/nusmv/examples || die "Failed to remove examples"
 	fi
 }
 



1.3                  sci-mathematics/nusmv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Feb 2007 01:29:59 -0000	1.2
+++ ChangeLog	18 May 2008 17:10:18 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/nusmv
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.2 2007/02/22 01:29:59 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.3 2008/05/18 17:10:18 markusle Exp $
+
+  18 May 2008; Markus Dittrich <markusle@gentoo.org> nusmv-2.3.1.ebuild:
+  Switched virtual/tetex -> virtual/latex-base (see bug #222501).
 
   22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
   Redigest for Manifest2



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



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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/nusmv: nusmv-2.3.1.ebuild ChangeLog
@ 2009-05-30  9:13 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-05-30  9:13 UTC (permalink / raw
  To: gentoo-commits

ulm         09/05/30 09:13:30

  Modified:             nusmv-2.3.1.ebuild ChangeLog
  Log:
  Remove app-text/tetex from dependencies, bug 227443.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.3                  sci-mathematics/nusmv/nusmv-2.3.1.ebuild

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

Index: nusmv-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nusmv-2.3.1.ebuild	18 May 2008 17:10:18 -0000	1.2
+++ nusmv-2.3.1.ebuild	30 May 2009 09:13:30 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.2 2008/05/18 17:10:18 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.3 2009/05/30 09:13:30 ulm Exp $
 
 inherit eutils toolchain-funcs
 
@@ -40,7 +40,6 @@
 DEPEND="${RDEPEND}
 		virtual/latex-base
 		|| ( ( dev-texlive/texlive-latexextra )
-			app-text/tetex
 			app-text/ptex )
 		virtual/ghostscript
 		www-client/lynx



1.5                  sci-mathematics/nusmv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Aug 2008 20:39:23 -0000	1.4
+++ ChangeLog	30 May 2009 09:13:30 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/nusmv
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.4 2008/08/06 20:39:23 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.5 2009/05/30 09:13:30 ulm Exp $
+
+  30 May 2009; Ulrich Mueller <ulm@gentoo.org> nusmv-2.3.1.ebuild:
+  Remove app-text/tetex from dependencies, bug 227443.
 
   06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
   Add USE flag description to metadata wrt GLEP 56.






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/nusmv: nusmv-2.3.1.ebuild ChangeLog
@ 2009-09-23 20:11 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-23 20:11 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/23 20:11:18

  Modified:             nusmv-2.3.1.ebuild ChangeLog
  Log:
  Remove virtual/libc
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-mathematics/nusmv/nusmv-2.3.1.ebuild

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

Index: nusmv-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nusmv-2.3.1.ebuild	30 May 2009 09:13:30 -0000	1.3
+++ nusmv-2.3.1.ebuild	23 Sep 2009 20:11:17 -0000	1.4
@@ -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-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.3 2009/05/30 09:13:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.4 2009/09/23 20:11:17 patrick Exp $
 
 inherit eutils toolchain-funcs
 
@@ -35,8 +35,7 @@
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="minisat examples"
-RDEPEND="virtual/libc
-		dev-libs/expat"
+RDEPEND="dev-libs/expat"
 DEPEND="${RDEPEND}
 		virtual/latex-base
 		|| ( ( dev-texlive/texlive-latexextra )



1.6                  sci-mathematics/nusmv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	30 May 2009 09:13:30 -0000	1.5
+++ ChangeLog	23 Sep 2009 20:11:17 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/nusmv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.5 2009/05/30 09:13:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.6 2009/09/23 20:11:17 patrick Exp $
+
+  23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nusmv-2.3.1.ebuild:
+  Remove virtual/libc
 
   30 May 2009; Ulrich Mueller <ulm@gentoo.org> nusmv-2.3.1.ebuild:
   Remove app-text/tetex from dependencies, bug 227443.






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/nusmv: nusmv-2.3.1.ebuild ChangeLog
@ 2009-12-26 17:46 Peter Volkov (pva)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Volkov (pva) @ 2009-12-26 17:46 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/26 17:46:23

  Modified:             nusmv-2.3.1.ebuild ChangeLog
  Log:
  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-mathematics/nusmv/nusmv-2.3.1.ebuild

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

Index: nusmv-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nusmv-2.3.1.ebuild	23 Sep 2009 20:11:17 -0000	1.4
+++ nusmv-2.3.1.ebuild	26 Dec 2009 17:46:23 -0000	1.5
@@ -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-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.4 2009/09/23 20:11:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.5 2009/12/26 17:46:23 pva Exp $
 
 inherit eutils toolchain-funcs
 
@@ -40,7 +40,7 @@
 		virtual/latex-base
 		|| ( ( dev-texlive/texlive-latexextra )
 			app-text/ptex )
-		virtual/ghostscript
+		app-text/ghostscript-gpl
 		www-client/lynx
 		dev-lang/perl"
 # the above 4 are for docs, which aren't optional yet patches welcome to



1.7                  sci-mathematics/nusmv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Sep 2009 20:11:17 -0000	1.6
+++ ChangeLog	26 Dec 2009 17:46:23 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/nusmv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.6 2009/09/23 20:11:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.7 2009/12/26 17:46:23 pva Exp $
+
+  26 Dec 2009; Peter Volkov <pva@gentoo.org> nusmv-2.3.1.ebuild:
+  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
+  implementation left in the tree.
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nusmv-2.3.1.ebuild:
   Remove virtual/libc






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/nusmv: nusmv-2.3.1.ebuild ChangeLog
@ 2010-01-13 16:48 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2010-01-13 16:48 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/01/13 16:48:54

  Modified:             nusmv-2.3.1.ebuild ChangeLog
  Log:
  Added VARTEXFONTS, bug #223077
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-mathematics/nusmv/nusmv-2.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild?r1=1.5&r2=1.6

Index: nusmv-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nusmv-2.3.1.ebuild	26 Dec 2009 17:46:23 -0000	1.5
+++ nusmv-2.3.1.ebuild	13 Jan 2010 16:48:53 -0000	1.6
@@ -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-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.5 2009/12/26 17:46:23 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.6 2010/01/13 16:48:53 bicatali Exp $
 
 inherit eutils toolchain-funcs
 
@@ -87,7 +87,7 @@
 		--enable-psl || die "econf failed"
 	emake || die "emake failed"
 
-	emake docs
+	VARTEXFONTS="${T}"/fonts emake docs
 }
 
 src_install() {



1.8                  sci-mathematics/nusmv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	26 Dec 2009 17:46:23 -0000	1.7
+++ ChangeLog	13 Jan 2010 16:48:53 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/nusmv
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.7 2009/12/26 17:46:23 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.8 2010/01/13 16:48:53 bicatali Exp $
+
+  13 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> nusmv-2.3.1.ebuild:
+  Added VARTEXFONTS, bug #223077
 
   26 Dec 2009; Peter Volkov <pva@gentoo.org> nusmv-2.3.1.ebuild:
   virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only






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

end of thread, other threads:[~2010-01-13 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26 17:46 [gentoo-commits] gentoo-x86 commit in sci-mathematics/nusmv: nusmv-2.3.1.ebuild ChangeLog Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-13 16:48 Sebastien Fabbro (bicatali)
2009-09-23 20:11 Patrick Lauer (patrick)
2009-05-30  9:13 Ulrich Mueller (ulm)
2008-05-18 17:10 Markus Dittrich (markusle)

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