Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
Subject: gentoo-x86 commit in app-admin/eselect-opengl: ChangeLog eselect-opengl-1.1.0.ebuild eselect-opengl-1.0.8-r1.ebuild eselect-opengl-1.0.5.ebuild eselect-opengl-1.0.7.ebuild eselect-opengl-1.0.9.ebuild eselect-opengl-1.0.6.ebuild
Date: Sat, 07 Nov 2009 21:57:07 +0000
scarabeus    09/11/07 21:57:07

  Modified:             ChangeLog
  Added:                eselect-opengl-1.1.0.ebuild
  Removed:              eselect-opengl-1.0.8-r1.ebuild
                        eselect-opengl-1.0.5.ebuild
                        eselect-opengl-1.0.7.ebuild
                        eselect-opengl-1.0.9.ebuild
                        eselect-opengl-1.0.6.ebuild
  Log:
  Version bump. Drop all old stuff.
  (Portage version: 2.2_rc49/cvs/Linux i686)

Revision  Changes    Path
1.57                 app-admin/eselect-opengl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-opengl/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-opengl/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-opengl/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	30 Oct 2009 20:50:17 -0000	1.56
+++ ChangeLog	7 Nov 2009 21:57:07 -0000	1.57
@@ -1,6 +1,14 @@
 # ChangeLog for app-admin/eselect-opengl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v 1.56 2009/10/30 20:50:17 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v 1.57 2009/11/07 21:57:07 scarabeus Exp $
+
+*eselect-opengl-1.1.0 (07 Nov 2009)
+
+  07 Nov 2009; Tomáš Chvátal <scarabeus@g.o>
+  -eselect-opengl-1.0.5.ebuild, -eselect-opengl-1.0.6.ebuild,
+  -eselect-opengl-1.0.7.ebuild, -eselect-opengl-1.0.8-r1.ebuild,
+  -eselect-opengl-1.0.9.ebuild, +eselect-opengl-1.1.0.ebuild:
+  Version bump. Drop all old stuff.
 
 *eselect-opengl-1.0.9 (30 Oct 2009)
 



1.1                  app-admin/eselect-opengl/eselect-opengl-1.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.1.0.ebuild?rev=1.1&content-type=text/plain

Index: eselect-opengl-1.1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.1.0.ebuild,v 1.1 2009/11/07 21:57:07 scarabeus Exp $

inherit multilib

DESCRIPTION="Utility to change the OpenGL interface being used"
HOMEPAGE="http://www.gentoo.org/"

# Source:
# http://www.opengl.org/registry/api/glext.h
# http://www.opengl.org/registry/api/glxext.h
GLEXT="56"
GLXEXT="25"

MIRROR="http://dev.gentooexperimental.org/~scarabeus/"
SRC_URI="${MIRROR}/glext.h.${GLEXT}.bz2
	${MIRROR}/glxext.h.${GLXEXT}.bz2
	${MIRROR}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="app-arch/bzip2"
RDEPEND=">=app-admin/eselect-1.2.4"

pkg_postinst() {
	local impl="$(eselect opengl show)"
	if [[ -n "${impl}"  && "${impl}" != '(none)' ]] ; then
		eselect opengl set "${impl}"
	fi

	# info about removal of .la file
	einfo
	elog "eselect-opengl since version 1.0.9 strips the libGL.la file."
	elog "This file was broken by design and thus removed."
	elog "For fixing all sort of configure issues please run:"
	elog "  lafilefixer --justfixit"
	elog "or run revdep-rebuild if you update from any older release."
	elog "(lafilefixer package can be found as dev-util/lafilefixer)"
}

src_install() {
	insinto /usr/share/eselect/modules
	doins opengl.eselect || die
	doman opengl.eselect.5 || die

	# Install global glext.h and glxext.h
	insinto "/usr/$(get_libdir)/opengl/global/include"
	cd "${WORKDIR}"
	newins glext.h.${GLEXT} glext.h || die
	newins glxext.h.${GLXEXT} glxext.h || die
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-python/apsw: ChangeLog apsw-3.6.19.1.ebuild
Next by thread:
gentoo-x86 commit in dev-python/markdown: markdown-2.0.3.ebuild
Previous by date:
gentoo-x86 commit in dev-python/apsw: ChangeLog apsw-3.6.19.1.ebuild
Next by date:
gentoo-x86 commit in dev-python/markdown: markdown-2.0.3.ebuild


Updated Nov 23, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.