diff options
Diffstat (limited to 'app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild')
-rw-r--r-- | app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild deleted file mode 100644 index 55f57a4e5cb7..000000000000 --- a/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.5.ebuild,v 1.5 2003/02/13 07:15:45 vapier Exp $ - -URI_PV=`echo -n ${PV} | sed -e "s:\.::g"` -DESCRIPTION="PSEmu OpenGL GPU" -HOMEPAGE="http://home.t-online.de/home/PeteBernert" -LICENSE="freedist" -KEYWORDS="x86 -ppc" -SLOT="0" -DEPEND="virtual/opengl" -SRC_URI="http://www.ngemu.com/psx/plugins/linux/gpu/gpupetemesagl${URI_PV}.tar.gz" -S=${WORKDIR} -IUSE="" - -src_install () { - insinto /usr/lib/psemu/plugins - doins lib* - chmod 755 ${D}/usr/lib/psemu/plugins/* - insinto /usr/lib/psemu/cfg - doins cfgPeteMesaGL - chmod 755 ${D}/usr/lib/psemu/cfg/* - dodoc readme.txt version.txt -} |