public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/liboglappth: ChangeLog liboglappth-0.98.ebuild
@ 2008-11-27 20:38 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2008-11-27 20:38 UTC (permalink / raw
  To: gentoo-commits

patrick     08/11/27 20:38:35

  Modified:             ChangeLog
  Added:                liboglappth-0.98.ebuild
  Log:
  Bump to 0.98
  (Portage version: 2.2_rc16/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.3                  x11-libs/liboglappth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Jul 2008 07:13:00 -0000	1.2
+++ ChangeLog	27 Nov 2008 20:38:35 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/liboglappth
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.2 2008/07/08 07:13:00 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.3 2008/11/27 20:38:35 patrick Exp $
+
+*liboglappth-0.98 (27 Nov 2008)
+
+  27 Nov 2008; Patrick Lauer <patrick@gentoo.org> +liboglappth-0.98.ebuild:
+  Bump to 0.98
 
   08 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>;
   liboglappth-0.96.ebuild:



1.1                  x11-libs/liboglappth/liboglappth-0.98.ebuild

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

Index: liboglappth-0.98.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.1 2008/11/27 20:38:35 patrick Exp $

inherit eutils

DESCRIPTION="A library for creating portable OpenGL applications with easy-to-code scene setup and selection operations."
HOMEPAGE="http://www.bioinformatics.org/ghemical/"
SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="virtual/opengl
	virtual/glu
	virtual/glut"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/gcc-4.3.patch
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/liboglappth: ChangeLog liboglappth-0.98.ebuild
@ 2009-02-23 16:30 Joseph Jezak (josejx)
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2009-02-23 16:30 UTC (permalink / raw
  To: gentoo-commits

josejx      09/02/23 16:30:00

  Modified:             ChangeLog liboglappth-0.98.ebuild
  Log:
  Marked ~ppc for bug #211786.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)

Revision  Changes    Path
1.4                  x11-libs/liboglappth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	27 Nov 2008 20:38:35 -0000	1.3
+++ ChangeLog	23 Feb 2009 16:30:00 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/liboglappth
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.3 2008/11/27 20:38:35 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.4 2009/02/23 16:30:00 josejx Exp $
+
+  23 Feb 2009; Joseph Jezak <josejx@gentoo.org> liboglappth-0.98.ebuild:
+  Marked ~ppc for bug #211786.
 
 *liboglappth-0.98 (27 Nov 2008)
 



1.2                  x11-libs/liboglappth/liboglappth-0.98.ebuild

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

Index: liboglappth-0.98.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liboglappth-0.98.ebuild	27 Nov 2008 20:38:35 -0000	1.1
+++ liboglappth-0.98.ebuild	23 Feb 2009 16:30:00 -0000	1.2
@@ -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/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.1 2008/11/27 20:38:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.2 2009/02/23 16:30:00 josejx Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 RDEPEND="virtual/opengl
 	virtual/glu






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/liboglappth: ChangeLog liboglappth-0.98.ebuild
@ 2010-08-14 12:25 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-14 12:25 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/14 12:25:57

  Modified:             ChangeLog liboglappth-0.98.ebuild
  Log:
  Stable on amd64 wrt bug #331187
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/liboglappth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	23 Feb 2009 16:30:00 -0000	1.4
+++ ChangeLog	14 Aug 2010 12:25:57 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/liboglappth
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.4 2009/02/23 16:30:00 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.5 2010/08/14 12:25:57 hwoarang Exp $
+
+  14 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  liboglappth-0.98.ebuild:
+  Stable on amd64 wrt bug #331187
 
   23 Feb 2009; Joseph Jezak <josejx@gentoo.org> liboglappth-0.98.ebuild:
   Marked ~ppc for bug #211786.



1.4                  x11-libs/liboglappth/liboglappth-0.98.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?r1=1.3&r2=1.4

Index: liboglappth-0.98.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- liboglappth-0.98.ebuild	5 May 2009 08:26:07 -0000	1.3
+++ liboglappth-0.98.ebuild	14 Aug 2010 12:25:57 -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/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.3 2009/05/05 08:26:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.4 2010/08/14 12:25:57 hwoarang Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 RDEPEND="virtual/opengl
 	virtual/glu






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/liboglappth: ChangeLog liboglappth-0.98.ebuild
@ 2010-09-06 13:43 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-09-06 13:43 UTC (permalink / raw
  To: gentoo-commits

fauli       10/09/06 13:43:10

  Modified:             ChangeLog liboglappth-0.98.ebuild
  Log:
  stable x86, bug 331187
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.6                  x11-libs/liboglappth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	14 Aug 2010 12:25:57 -0000	1.5
+++ ChangeLog	6 Sep 2010 13:43:10 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/liboglappth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.5 2010/08/14 12:25:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.6 2010/09/06 13:43:10 fauli Exp $
+
+  06 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
+  liboglappth-0.98.ebuild:
+  stable x86, bug 331187
 
   14 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
   liboglappth-0.98.ebuild:



1.5                  x11-libs/liboglappth/liboglappth-0.98.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?r1=1.4&r2=1.5

Index: liboglappth-0.98.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- liboglappth-0.98.ebuild	14 Aug 2010 12:25:57 -0000	1.4
+++ liboglappth-0.98.ebuild	6 Sep 2010 13:43:10 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.4 2010/08/14 12:25:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.5 2010/09/06 13:43:10 fauli Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 RDEPEND="virtual/opengl
 	virtual/glu






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/liboglappth: ChangeLog liboglappth-0.98.ebuild
@ 2011-05-28 13:56 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-05-28 13:56 UTC (permalink / raw
  To: gentoo-commits

ranger      11/05/28 13:56:52

  Modified:             ChangeLog liboglappth-0.98.ebuild
  Log:
  Marking liboglappth-0.98 ppc for bug 325561
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.9                  x11-libs/liboglappth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	17 Sep 2010 11:12:55 -0000	1.8
+++ ChangeLog	28 May 2011 13:56:52 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/liboglappth
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.8 2010/09/17 11:12:55 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.9 2011/05/28 13:56:52 ranger Exp $
+
+  28 May 2011; Brent Baude <ranger@gentoo.org> liboglappth-0.98.ebuild:
+  Marking liboglappth-0.98 ppc for bug 325561
 
   17 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   liboglappth-0.96.ebuild, liboglappth-0.98.ebuild:



1.8                  x11-libs/liboglappth/liboglappth-0.98.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild?r1=1.7&r2=1.8

Index: liboglappth-0.98.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- liboglappth-0.98.ebuild	17 Sep 2010 11:12:55 -0000	1.7
+++ liboglappth-0.98.ebuild	28 May 2011 13:56:52 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.7 2010/09/17 11:12:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.8 2011/05/28 13:56:52 ranger Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 RDEPEND="virtual/opengl
 	media-libs/freeglut"






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

end of thread, other threads:[~2011-05-28 13:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-14 12:25 [gentoo-commits] gentoo-x86 commit in x11-libs/liboglappth: ChangeLog liboglappth-0.98.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-28 13:56 Brent Baude (ranger)
2010-09-06 13:43 Christian Faulhammer (fauli)
2009-02-23 16:30 Joseph Jezak (josejx)
2008-11-27 20:38 Patrick Lauer (patrick)

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