public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: ChangeLog quesoglc-0.7.2.ebuild
@ 2009-10-12 20:51 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-10-12 20:51 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/10/12 20:51:41

  Modified:             ChangeLog
  Added:                quesoglc-0.7.2.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.10                 media-libs/quesoglc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 Mar 2009 17:30:39 -0000	1.9
+++ ChangeLog	12 Oct 2009 20:51:41 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/quesoglc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.9 2009/03/16 17:30:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.10 2009/10/12 20:51:41 mr_bones_ Exp $
+
+*quesoglc-0.7.2 (12 Oct 2009)
+
+  12 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +quesoglc-0.7.2.ebuild:
+  version bump
 
   16 Mar 2009; Brent Baude <ranger@gentoo.org> quesoglc-0.7.1.ebuild:
   Marking quesoglc-0.7.1 ppc for bug 254875



1.1                  media-libs/quesoglc/quesoglc-0.7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild?rev=1.1&content-type=text/plain

Index: quesoglc-0.7.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v 1.1 2009/10/12 20:51:41 mr_bones_ Exp $

EAPI=2
DESCRIPTION="A free implementation of the OpenGL Character Renderer (GLC)"
HOMEPAGE="http://quesoglc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-free.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc examples"

RDEPEND="virtual/opengl
	virtual/glu
	media-libs/fontconfig
	media-libs/freetype:2
	dev-libs/fribidi"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	doc? ( app-doc/doxygen )"

src_prepare() {
	rm -rf src/fribidi
}

src_configure() {
	# Uses its own copy of media-libs/glew with GLEW_MX
	econf \
		--disable-dependency-tracking \
		--disable-executables \
		--with-fribidi \
		--without-glew
}

src_compile() {
	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
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: ChangeLog quesoglc-0.7.2.ebuild
@ 2009-11-14 20:40 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-11-14 20:40 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/14 20:40:58

  Modified:             ChangeLog quesoglc-0.7.2.ebuild
  Log:
  amd64/x86 stable, bug #292854
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 media-libs/quesoglc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	12 Oct 2009 20:51:41 -0000	1.10
+++ ChangeLog	14 Nov 2009 20:40:57 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/quesoglc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.10 2009/10/12 20:51:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.11 2009/11/14 20:40:57 maekke Exp $
+
+  14 Nov 2009; Markus Meier <maekke@gentoo.org> quesoglc-0.7.2.ebuild:
+  amd64/x86 stable, bug #292854
 
 *quesoglc-0.7.2 (12 Oct 2009)
 



1.2                  media-libs/quesoglc/quesoglc-0.7.2.ebuild

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

Index: quesoglc-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quesoglc-0.7.2.ebuild	12 Oct 2009 20:51:41 -0000	1.1
+++ quesoglc-0.7.2.ebuild	14 Nov 2009 20:40:58 -0000	1.2
@@ -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/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v 1.1 2009/10/12 20:51:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v 1.2 2009/11/14 20:40:58 maekke Exp $
 
 EAPI=2
 DESCRIPTION="A free implementation of the OpenGL Character Renderer (GLC)"
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/opengl






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

* [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: ChangeLog quesoglc-0.7.2.ebuild
@ 2009-12-26 16:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-26 16:08 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/26 16:08:38

  Modified:             ChangeLog quesoglc-0.7.2.ebuild
  Log:
  sparc stable wrt #292854
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.12                 media-libs/quesoglc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	14 Nov 2009 20:40:57 -0000	1.11
+++ ChangeLog	26 Dec 2009 16:08:38 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/quesoglc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.11 2009/11/14 20:40:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.12 2009/12/26 16:08:38 armin76 Exp $
+
+  26 Dec 2009; Raúl Porcel <armin76@gentoo.org> quesoglc-0.7.2.ebuild:
+  sparc stable wrt #292854
 
   14 Nov 2009; Markus Meier <maekke@gentoo.org> quesoglc-0.7.2.ebuild:
   amd64/x86 stable, bug #292854



1.3                  media-libs/quesoglc/quesoglc-0.7.2.ebuild

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

Index: quesoglc-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quesoglc-0.7.2.ebuild	14 Nov 2009 20:40:58 -0000	1.2
+++ quesoglc-0.7.2.ebuild	26 Dec 2009 16:08:38 -0000	1.3
@@ -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/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v 1.2 2009/11/14 20:40:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v 1.3 2009/12/26 16:08:38 armin76 Exp $
 
 EAPI=2
 DESCRIPTION="A free implementation of the OpenGL Character Renderer (GLC)"
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/opengl






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

* [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: ChangeLog quesoglc-0.7.2.ebuild
@ 2010-01-10 17:46 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-01-10 17:46 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/01/10 17:46:59

  Modified:             ChangeLog quesoglc-0.7.2.ebuild
  Log:
  ppc stable #292854
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.13                 media-libs/quesoglc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	26 Dec 2009 16:08:38 -0000	1.12
+++ ChangeLog	10 Jan 2010 17:46:59 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/quesoglc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.12 2009/12/26 16:08:38 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/ChangeLog,v 1.13 2010/01/10 17:46:59 nixnut Exp $
+
+  10 Jan 2010; nixnut <nixnut@gentoo.org> quesoglc-0.7.2.ebuild:
+  ppc stable #292854
 
   26 Dec 2009; Raúl Porcel <armin76@gentoo.org> quesoglc-0.7.2.ebuild:
   sparc stable wrt #292854



1.4                  media-libs/quesoglc/quesoglc-0.7.2.ebuild

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

Index: quesoglc-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quesoglc-0.7.2.ebuild	26 Dec 2009 16:08:38 -0000	1.3
+++ quesoglc-0.7.2.ebuild	10 Jan 2010 17:46:59 -0000	1.4
@@ -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/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v 1.3 2009/12/26 16:08:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quesoglc/quesoglc-0.7.2.ebuild,v 1.4 2010/01/10 17:46:59 nixnut Exp $
 
 EAPI=2
 DESCRIPTION="A free implementation of the OpenGL Character Renderer (GLC)"
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/opengl






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

end of thread, other threads:[~2010-01-10 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14 20:40 [gentoo-commits] gentoo-x86 commit in media-libs/quesoglc: ChangeLog quesoglc-0.7.2.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-10 17:46 Gysbert Wassenaar (nixnut)
2009-12-26 16:08 Raul Porcel (armin76)
2009-10-12 20:51 Michael Sterrett (mr_bones_)

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