summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-10-01 07:04:39 +0000
committerTim Harder <radhermit@gentoo.org>2011-10-01 07:04:39 +0000
commitdb88610d3073a0ef7e5068facda8b6019e36e602 (patch)
tree0e05fb93643c63e666ab70f6609a04bd602286c5 /media-libs/glew
parentStable on x86 (#384501) (diff)
downloadgentoo-2-db88610d3073a0ef7e5068facda8b6019e36e602.tar.gz
gentoo-2-db88610d3073a0ef7e5068facda8b6019e36e602.tar.bz2
gentoo-2-db88610d3073a0ef7e5068facda8b6019e36e602.zip
Remove old.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/glew')
-rw-r--r--media-libs/glew/ChangeLog6
-rw-r--r--media-libs/glew/glew-1.5.7-r1.ebuild59
-rw-r--r--media-libs/glew/glew-1.5.8.ebuild59
-rw-r--r--media-libs/glew/glew-1.6.0.ebuild59
4 files changed, 5 insertions, 178 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog
index 98daa85ca612..e844f8c7b174 100644
--- a/media-libs/glew/ChangeLog
+++ b/media-libs/glew/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.71 2011/09/18 21:42:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.72 2011/10/01 07:04:39 radhermit Exp $
+
+ 01 Oct 2011; Tim Harder <radhermit@gentoo.org> -glew-1.5.7-r1.ebuild,
+ -glew-1.5.8.ebuild, -glew-1.6.0.ebuild:
+ Remove old.
18 Sep 2011; Markus Meier <maekke@gentoo.org> glew-1.6.0-r1.ebuild:
x86 stable, bug #382497
diff --git a/media-libs/glew/glew-1.5.7-r1.ebuild b/media-libs/glew/glew-1.5.7-r1.ebuild
deleted file mode 100644
index 24f18bcb3cdb..000000000000
--- a/media-libs/glew/glew-1.5.7-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.7-r1.ebuild,v 1.1 2010/11/13 21:27:19 ssuominen Exp $
-
-EAPI=3
-inherit multilib toolchain-funcs
-
-DESCRIPTION="The OpenGL Extension Wrangler Library"
-HOMEPAGE="http://glew.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libXmu
- x11-libs/libXi
- virtual/glu
- virtual/opengl
- x11-libs/libXext
- x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- myglewopts=(
- AR="$(tc-getAR)"
- STRIP=true
- CC="$(tc-getCC)"
- LD="$(tc-getCC) ${LDFLAGS}"
- M_ARCH=""
- LDFLAGS.EXTRA=""
- POPT="${CFLAGS}"
- )
-}
-
-src_prepare() {
- sed -i \
- -e '/INSTALL/s:-s::' \
- -e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
- Makefile || die
-
- # don't do stupid Solaris specific stuff that won't work in Prefix
- cp config/Makefile.linux config/Makefile.solaris || die
-}
-
-src_compile(){
- emake "${myglewopts[@]}" || die
-}
-
-src_install() {
- emake \
- GLEW_DEST="${ED}/usr" \
- LIBDIR="${ED}/usr/$(get_libdir)" \
- "${myglewopts[@]}" install || die
-
- dodoc doc/*.txt README.txt TODO.txt || die
- dohtml doc/*.{css,html,jpg,png} || die
-}
diff --git a/media-libs/glew/glew-1.5.8.ebuild b/media-libs/glew/glew-1.5.8.ebuild
deleted file mode 100644
index 149dbd0945f3..000000000000
--- a/media-libs/glew/glew-1.5.8.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.8.ebuild,v 1.1 2011/03/30 21:13:55 radhermit Exp $
-
-EAPI=4
-inherit multilib toolchain-funcs
-
-DESCRIPTION="The OpenGL Extension Wrangler Library"
-HOMEPAGE="http://glew.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libXmu
- x11-libs/libXi
- virtual/glu
- virtual/opengl
- x11-libs/libXext
- x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- myglewopts=(
- AR="$(tc-getAR)"
- STRIP=true
- CC="$(tc-getCC)"
- LD="$(tc-getCC) ${LDFLAGS}"
- M_ARCH=""
- LDFLAGS.EXTRA=""
- POPT="${CFLAGS}"
- )
-}
-
-src_prepare() {
- sed -i \
- -e '/INSTALL/s:-s::' \
- -e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
- Makefile || die
-
- # don't do stupid Solaris specific stuff that won't work in Prefix
- cp config/Makefile.linux config/Makefile.solaris || die
-}
-
-src_compile(){
- emake "${myglewopts[@]}"
-}
-
-src_install() {
- emake \
- GLEW_DEST="${ED}/usr" \
- LIBDIR="${ED}/usr/$(get_libdir)" \
- "${myglewopts[@]}" install
-
- dodoc doc/*.txt README.txt TODO.txt
- dohtml doc/*.{css,html,jpg,png}
-}
diff --git a/media-libs/glew/glew-1.6.0.ebuild b/media-libs/glew/glew-1.6.0.ebuild
deleted file mode 100644
index c2e3af4d330d..000000000000
--- a/media-libs/glew/glew-1.6.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.6.0.ebuild,v 1.1 2011/05/04 07:46:24 radhermit Exp $
-
-EAPI=4
-inherit multilib toolchain-funcs
-
-DESCRIPTION="The OpenGL Extension Wrangler Library"
-HOMEPAGE="http://glew.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libXmu
- x11-libs/libXi
- virtual/glu
- virtual/opengl
- x11-libs/libXext
- x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- myglewopts=(
- AR="$(tc-getAR)"
- STRIP=true
- CC="$(tc-getCC)"
- LD="$(tc-getCC) ${LDFLAGS}"
- M_ARCH=""
- LDFLAGS.EXTRA=""
- POPT="${CFLAGS}"
- )
-}
-
-src_prepare() {
- sed -i \
- -e '/INSTALL/s:-s::' \
- -e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
- Makefile || die
-
- # don't do stupid Solaris specific stuff that won't work in Prefix
- cp config/Makefile.linux config/Makefile.solaris || die
-}
-
-src_compile(){
- emake "${myglewopts[@]}"
-}
-
-src_install() {
- emake \
- GLEW_DEST="${ED}/usr" \
- LIBDIR="${ED}/usr/$(get_libdir)" \
- "${myglewopts[@]}" install
-
- dodoc doc/*.txt README.txt TODO.txt
- dohtml doc/*.{css,html,jpg,png}
-}