public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: quesoglc-0.7.1.ebuild ChangeLog
@ 2008-03-21 11:26 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-03-21 11:26 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/03/21 11:26:46

  Modified:             quesoglc-0.7.1.ebuild ChangeLog
  Log:
  Add doc and examples USE flags
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  media-libs/quesoglc/quesoglc-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?r1=1.2&r2=1.3

Index: quesoglc-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quesoglc-0.7.1.ebuild	20 Mar 2008 19:49:20 -0000	1.2
+++ quesoglc-0.7.1.ebuild	21 Mar 2008 11:26:45 -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/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v 1.2 2008/03/20 19:49:20 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v 1.3 2008/03/21 11:26:45 nyhm Exp $
 
 DESCRIPTION="A free implementation of the OpenGL Character Renderer (GLC)"
 HOMEPAGE="http://quesoglc.sourceforge.net/"
@@ -9,7 +9,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="doc examples"
 
 RDEPEND="virtual/opengl
 	virtual/glu
@@ -17,7 +17,8 @@
 	>=media-libs/freetype-2
 	dev-libs/fribidi"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	dev-util/pkgconfig
+	doc? ( app-doc/doxygen )"
 
 src_unpack() {
 	unpack ${A}
@@ -34,9 +35,20 @@
 		--without-glew \
 		|| die
 	emake || die "emake failed"
+	if use doc ; then
+		cd docs
+		doxygen -u Doxyfile && doxygen || die "doxygen failed"
+	fi
 }
 
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog README THANKS
+	if use doc ; then
+		dohtml docs/html/* || die "dohtml failed"
+	fi
+	if use examples ; then
+		insinto /usr/share/doc/${PF}/examples
+		doins examples/*.c || die "doins failed"
+	fi
 }



1.2                  media-libs/quesoglc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Mar 2008 19:45:32 -0000	1.1
+++ ChangeLog	21 Mar 2008 11:26:45 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/quesoglc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.1 2008/03/20 19:45:32 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.2 2008/03/21 11:26:45 nyhm Exp $
+
+  21 Mar 2008; Tristan Heaven <nyhm@gentoo.org> quesoglc-0.7.1.ebuild:
+  Add doc and examples USE flags
 
 *quesoglc-0.7.1 (20 Mar 2008)
 



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



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

* [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: quesoglc-0.7.1.ebuild ChangeLog
@ 2008-05-17 15:44 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-05-17 15:44 UTC (permalink / raw
  To: gentoo-commits

klausman    08/05/17 15:44:18

  Modified:             quesoglc-0.7.1.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #222017
  (Portage version: 2.1.5)

Revision  Changes    Path
1.4                  media-libs/quesoglc/quesoglc-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?r1=1.3&r2=1.4

Index: quesoglc-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quesoglc-0.7.1.ebuild	21 Mar 2008 11:26:45 -0000	1.3
+++ quesoglc-0.7.1.ebuild	17 May 2008 15:44:17 -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/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v 1.3 2008/03/21 11:26:45 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v 1.4 2008/05/17 15:44:17 klausman Exp $
 
 DESCRIPTION="A free implementation of the OpenGL Character Renderer (GLC)"
 HOMEPAGE="http://quesoglc.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/opengl



1.3                  media-libs/quesoglc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 Mar 2008 11:26:45 -0000	1.2
+++ ChangeLog	17 May 2008 15:44:17 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/quesoglc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.2 2008/03/21 11:26:45 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.3 2008/05/17 15:44:17 klausman Exp $
+
+  17 May 2008; Tobias Klausmann <klausman@gentoo.org> quesoglc-0.7.1.ebuild:
+  Keyworded on alpha, bug #222017
 
   21 Mar 2008; Tristan Heaven <nyhm@gentoo.org> quesoglc-0.7.1.ebuild:
   Add doc and examples USE flags



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



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

* [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: quesoglc-0.7.1.ebuild ChangeLog
@ 2008-10-25 21:49 Pieter van den Abeele (pvdabeel)
  0 siblings, 0 replies; 3+ messages in thread
From: Pieter van den Abeele (pvdabeel) @ 2008-10-25 21:49 UTC (permalink / raw
  To: gentoo-commits

pvdabeel    08/10/25 21:49:42

  Modified:             quesoglc-0.7.1.ebuild ChangeLog
  Log:
  Keyworded ~ppc. Closes bug #217177
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 i686)

Revision  Changes    Path
1.5                  media-libs/quesoglc/quesoglc-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild?r1=1.4&r2=1.5

Index: quesoglc-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- quesoglc-0.7.1.ebuild	17 May 2008 15:44:17 -0000	1.4
+++ quesoglc-0.7.1.ebuild	25 Oct 2008 21:49:42 -0000	1.5
@@ -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/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v 1.4 2008/05/17 15:44:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.1.ebuild,v 1.5 2008/10/25 21:49:42 pvdabeel Exp $
 
 DESCRIPTION="A free implementation of the OpenGL Character Renderer (GLC)"
 HOMEPAGE="http://quesoglc.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/opengl



1.4                  media-libs/quesoglc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	17 May 2008 15:44:17 -0000	1.3
+++ ChangeLog	25 Oct 2008 21:49:42 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/quesoglc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.3 2008/05/17 15:44:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.4 2008/10/25 21:49:42 pvdabeel Exp $
+
+  25 Oct 2008; Pieter Van den Abeele <pvdabeel@gentoo.org> quesoglc-0.7.1.ebuild:
+  Keyworded ~ppc. Closes bug #214144
 
   17 May 2008; Tobias Klausmann <klausman@gentoo.org> quesoglc-0.7.1.ebuild:
   Keyworded on alpha, bug #222017






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

end of thread, other threads:[~2008-10-25 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-25 21:49 [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: quesoglc-0.7.1.ebuild ChangeLog Pieter van den Abeele (pvdabeel)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-17 15:44 Tobias Klausmann (klausman)
2008-03-21 11:26 Tristan Heaven (nyhm)

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