diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 11:42:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 11:42:30 +0000 |
commit | 3a8a5ae2e196945ae5ce5211820836f4beda83f3 (patch) | |
tree | 8d97b119ad18777454807f41c07a48a403f22dd1 /media-libs/mesa | |
parent | typo (diff) | |
download | gentoo-2-3a8a5ae2e196945ae5ce5211820836f4beda83f3.tar.gz gentoo-2-3a8a5ae2e196945ae5ce5211820836f4beda83f3.tar.bz2 gentoo-2-3a8a5ae2e196945ae5ce5211820836f4beda83f3.zip |
cleanup
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-3.4.2.ebuild | 8 | ||||
-rw-r--r-- | media-libs/mesa/mesa-3.5.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/media-libs/mesa/mesa-3.4.2.ebuild b/media-libs/mesa/mesa-3.4.2.ebuild index 51fb298c195e..d65d1c6ba814 100644 --- a/media-libs/mesa/mesa-3.4.2.ebuild +++ b/media-libs/mesa/mesa-3.4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.4.2.ebuild,v 1.3 2001/10/27 14:18:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.4.2.ebuild,v 1.4 2002/04/27 11:41:02 seemant Exp $ -P=Mesa-${PV} -S=${WORKDIR}/${P} +MY_P=Mesa-${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="OpenGL like graphic library for Linux" SRC_URI="http://download.sourceforge.net/mesa3d/MesaLib-${PV}.tar.bz2 http://download.sourceforge.net/mesa3d/MesaDemos-${PV}.tar.bz2" diff --git a/media-libs/mesa/mesa-3.5.ebuild b/media-libs/mesa/mesa-3.5.ebuild index 3c5e3247babd..ff2c588bf142 100644 --- a/media-libs/mesa/mesa-3.5.ebuild +++ b/media-libs/mesa/mesa-3.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.5.ebuild,v 1.1 2002/01/13 21:33:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.5.ebuild,v 1.2 2002/04/27 11:41:02 seemant Exp $ -P=Mesa-${PV} -S=${WORKDIR}/${P} +MY_P=Mesa-${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="OpenGL like graphic library for Linux" SRC_URI="http://download.sourceforge.net/mesa3d/MesaLib-${PV}.tar.bz2 http://download.sourceforge.net/mesa3d/MesaDemos-${PV}.tar.bz2" |