diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-16 16:23:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-16 16:23:11 +0000 |
commit | 5695b93f8308f3cefe431ea572f170cb4898f562 (patch) | |
tree | 962616a4151c0dddde364eb6047a1bafcaa00b43 /games-emulation/psemu-gpupetemesagl | |
parent | ver bump (diff) | |
download | gentoo-2-5695b93f8308f3cefe431ea572f170cb4898f562.tar.gz gentoo-2-5695b93f8308f3cefe431ea572f170cb4898f562.tar.bz2 gentoo-2-5695b93f8308f3cefe431ea572f170cb4898f562.zip |
old
Diffstat (limited to 'games-emulation/psemu-gpupetemesagl')
4 files changed, 0 insertions, 58 deletions
diff --git a/games-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.73 b/games-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.73 deleted file mode 100644 index f9c38c266440..000000000000 --- a/games-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.73 +++ /dev/null @@ -1 +0,0 @@ -MD5 a3b547b0cf1a91b9a2201cdff0e3c043 gpupetemesagl173.tar.gz 192346 diff --git a/games-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.74 b/games-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.74 deleted file mode 100644 index 323338dd27f8..000000000000 --- a/games-emulation/psemu-gpupetemesagl/files/digest-psemu-gpupetemesagl-1.74 +++ /dev/null @@ -1 +0,0 @@ -MD5 c82a2335bc0d590bbc96ae01819c9c26 gpupetemesagl174.tar.gz 192376 diff --git a/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.73.ebuild b/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.73.ebuild deleted file mode 100644 index 461f967bffe4..000000000000 --- a/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.73.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.73.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ - -inherit games - -DESCRIPTION="PSEmu MesaGL GPU" -HOMEPAGE="http://home.t-online.de/home/PeteBernert/" -SRC_URI="http://www.ngemu.com/psx/plugins/linux/gpu/gpupetemesagl${PV//.}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/opengl" - -S=${WORKDIR} - -src_install() { - exeinto ${GAMES_LIBDIR}/psemu/plugins - doexe lib* - exeinto ${GAMES_LIBDIR}/psemu/cfg - doexe cfgPeteMesaGL - insinto ${GAMES_LIBDIR}/psemu/cfg - doins gpuPeteMesaGL.cfg - dodoc readme.txt version.txt - prepgamesdirs -} diff --git a/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.74.ebuild b/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.74.ebuild deleted file mode 100644 index 93ee34134306..000000000000 --- a/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.74.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.74.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ - -inherit games - -DESCRIPTION="PSEmu MesaGL GPU" -HOMEPAGE="http://home.t-online.de/home/PeteBernert/" -SRC_URI="http://home.t-online.de/home/PeteBernert/gpupetemesagl${PV//.}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/opengl" - -S=${WORKDIR} - -src_install() { - exeinto ${GAMES_LIBDIR}/psemu/plugins - doexe lib* - exeinto ${GAMES_LIBDIR}/psemu/cfg - doexe cfgPeteMesaGL - insinto ${GAMES_LIBDIR}/psemu/cfg - doins gpuPeteMesaGL.cfg - dodoc readme.txt version.txt - prepgamesdirs -} |