summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-10 05:23:13 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-10 05:23:13 +0000
commit14f74e4bcca7a0cc39cbf6b68dfe9fa868781151 (patch)
tree6bcd2fd782dca4956d27d5086033c1fa0bb413a5 /media-libs/sgi-oss-glu
parentDrop old version. (diff)
downloadgentoo-2-14f74e4bcca7a0cc39cbf6b68dfe9fa868781151.tar.gz
gentoo-2-14f74e4bcca7a0cc39cbf6b68dfe9fa868781151.tar.bz2
gentoo-2-14f74e4bcca7a0cc39cbf6b68dfe9fa868781151.zip
Drop old package.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/sgi-oss-glu')
-rw-r--r--media-libs/sgi-oss-glu/ChangeLog20
-rw-r--r--media-libs/sgi-oss-glu/Manifest3
-rw-r--r--media-libs/sgi-oss-glu/files/digest-sgi-oss-glu-1.31
-rw-r--r--media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild27
4 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/sgi-oss-glu/ChangeLog b/media-libs/sgi-oss-glu/ChangeLog
deleted file mode 100644
index b6781f933580..000000000000
--- a/media-libs/sgi-oss-glu/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for media-libs/sgi-oss-glu
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sgi-oss-glu/ChangeLog,v 1.7 2004/06/24 23:22:34 agriffis Exp $
-
-*sgi-oss-glu-1.3 (06 Jun 2002)
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
- 05 Jun 2002; C.Morey <peitolm@gentoo.org>
-
- renamed ebuild from oss-opengl-glu-1.3 to sgi-oss-glu-1.3
-
-*oss-opengl-glu-1.3 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/media-libs/sgi-oss-glu/Manifest b/media-libs/sgi-oss-glu/Manifest
deleted file mode 100644
index 275ce55b3677..000000000000
--- a/media-libs/sgi-oss-glu/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e38a97dd43fadc7e720679ab103d6a91 sgi-oss-glu-1.3.ebuild 722
-MD5 b1a61989b3aed717d12cc38bbee3d492 ChangeLog 907
-MD5 41ec9b233d76170c9ee44232e3a94958 files/digest-sgi-oss-glu-1.3 79
diff --git a/media-libs/sgi-oss-glu/files/digest-sgi-oss-glu-1.3 b/media-libs/sgi-oss-glu/files/digest-sgi-oss-glu-1.3
deleted file mode 100644
index 899e56cd19bd..000000000000
--- a/media-libs/sgi-oss-glu/files/digest-sgi-oss-glu-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de60893f70911ef190da9a8e6676092f oss-opengl-glu-20000925-1.i386.rpm 212214
diff --git a/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild b/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild
deleted file mode 100644
index fefe5009757a..000000000000
--- a/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild,v 1.10 2004/07/14 20:27:31 agriffis Exp $
-
-MY_P=oss-opengl-glu-20000925-1
-S=${WORKDIR}/usr
-DESCRIPTION="SGI'd GLU"
-SRC_URI="ftp://mesa3d.sourceforge.net/pub/mesa3d/SI-GLU/${MY_P}.i386.rpm"
-HOMEPAGE="http://www.mesa3d.org/downloads/sgi.html"
-
-DEPEND=">=app-arch/rpm-3.0.6"
-
-SLOT="0"
-LICENSE="SGI-B as-is"
-KEYWORDS="x86 -ppc -sparc "
-IUSE=""
-
-src_unpack() {
- rpm2cpio ${DISTDIR}/${MY_P}.i386.rpm |cpio -i --make-directories
-}
-
-src_install () {
- insinto /usr/include/GL
- doins ${S}/include/GL/glu.h
- insinto /usr/lib
- doins ${S}/lib/*
-}