public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkzinc: tkzinc-3.3.4.ebuild ChangeLog
@ 2008-01-19  0:32 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; 2+ messages in thread
From: Matsuu Takuto (matsuu) @ 2008-01-19  0:32 UTC (permalink / raw
  To: gentoo-commits

matsuu      08/01/19 00:32:13

  Modified:             tkzinc-3.3.4.ebuild ChangeLog
  Log:
  Removed opengl USE flag, bug #206225.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild?r1=1.1&r2=1.2

Index: tkzinc-3.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tkzinc-3.3.4.ebuild	28 Apr 2007 00:12:47 -0000	1.1
+++ tkzinc-3.3.4.ebuild	19 Jan 2008 00:32:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild,v 1.1 2007/04/28 00:12:47 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild,v 1.2 2008/01/19 00:32:13 matsuu Exp $
 
 inherit eutils
 
@@ -10,22 +10,17 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE="threads opengl doc"
+IUSE="threads doc"
 DEPEND=">=dev-lang/tk-8.4
-	opengl? ( virtual/opengl )
+	virtual/opengl
 	doc? ( virtual/tetex )"
 
 S="${WORKDIR}/Tkzinc"
 
 src_compile() {
-	local myconf
-	if use opengl ; then
-		myconf="--enable-gl=damage"
-	fi
-
 	econf \
-		$(use_enable threads) \
-		${myconf} || die
+		--enable-gl=damage \
+		$(use_enable threads) || die
 
 	emake || die "make failed"
 	if use doc ; then



1.5                  dev-tcltk/tkzinc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Apr 2007 00:12:47 -0000	1.4
+++ ChangeLog	19 Jan 2008 00:32:13 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkzinc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/ChangeLog,v 1.4 2007/04/28 00:12:47 matsuu Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/ChangeLog,v 1.5 2008/01/19 00:32:13 matsuu Exp $
+
+  19 Jan 2008; MATSUU Takuto <matsuu@gentoo.org> tkzinc-3.3.4.ebuild:
+  Removed opengl USE flag, bug #206225.
 
 *tkzinc-3.3.4 (28 Apr 2007)
 



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



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

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkzinc: tkzinc-3.3.4.ebuild ChangeLog
@ 2008-09-03 11:44 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-09-03 11:44 UTC (permalink / raw
  To: gentoo-commits

opfer       08/09/03 11:44:21

  Modified:             tkzinc-3.3.4.ebuild ChangeLog
  Log:
  replace virtual/tetex with virtual/latex-base
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild?r1=1.2&r2=1.3

Index: tkzinc-3.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tkzinc-3.3.4.ebuild	19 Jan 2008 00:32:13 -0000	1.2
+++ tkzinc-3.3.4.ebuild	3 Sep 2008 11:44:20 -0000	1.3
@@ -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/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild,v 1.2 2008/01/19 00:32:13 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild,v 1.3 2008/09/03 11:44:20 opfer Exp $
 
 inherit eutils
 
@@ -13,7 +13,7 @@
 IUSE="threads doc"
 DEPEND=">=dev-lang/tk-8.4
 	virtual/opengl
-	doc? ( virtual/tetex )"
+	doc? ( virtual/latex-base )"
 
 S="${WORKDIR}/Tkzinc"
 



1.6                  dev-tcltk/tkzinc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	19 Jan 2008 00:32:13 -0000	1.5
+++ ChangeLog	3 Sep 2008 11:44:20 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkzinc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/ChangeLog,v 1.5 2008/01/19 00:32:13 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/ChangeLog,v 1.6 2008/09/03 11:44:20 opfer Exp $
+
+  03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> tkzinc-3.3.4.ebuild:
+  replace virtual/tetex with virtual/latex-base
 
   19 Jan 2008; MATSUU Takuto <matsuu@gentoo.org> tkzinc-3.3.4.ebuild:
   Removed opengl USE flag, bug #206225.






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

end of thread, other threads:[~2008-09-03 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03 11:44 [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkzinc: tkzinc-3.3.4.ebuild ChangeLog Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-19  0:32 Matsuu Takuto (matsuu)

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