diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-07 04:53:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-07 04:53:49 +0000 |
commit | ec748e1843aa0ad209a33fb2d0ea177414d3b69e (patch) | |
tree | a14c14f392c085e42e29c2377efa04aab7e517af /games-emulation/ps2emu-gssoft | |
parent | Version bump #65374. (diff) | |
download | gentoo-2-ec748e1843aa0ad209a33fb2d0ea177414d3b69e.tar.gz gentoo-2-ec748e1843aa0ad209a33fb2d0ea177414d3b69e.tar.bz2 gentoo-2-ec748e1843aa0ad209a33fb2d0ea177414d3b69e.zip |
rename version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-emulation/ps2emu-gssoft')
-rw-r--r-- | games-emulation/ps2emu-gssoft/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.6.1 (renamed from games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.61) | 0 | ||||
-rw-r--r-- | games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.6.1.ebuild (renamed from games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild) | 9 |
3 files changed, 8 insertions, 10 deletions
diff --git a/games-emulation/ps2emu-gssoft/ChangeLog b/games-emulation/ps2emu-gssoft/ChangeLog index 612c7e09bd56..e7a8a13436de 100644 --- a/games-emulation/ps2emu-gssoft/ChangeLog +++ b/games-emulation/ps2emu-gssoft/ChangeLog @@ -1,11 +1,8 @@ # ChangeLog for games-emulation/ps2emu-gssoft -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ChangeLog,v 1.5 2004/06/24 22:33:06 agriffis Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ChangeLog,v 1.6 2005/08/07 04:53:49 vapier Exp $ - 21 Mar 2004; David Holm <dholm@gentoo.org> ps2emu-gssoft-0.61.ebuild: - Added to ~ppc. - -*ps2emu-gssoft-0.61 (12 Dec 2003) +*ps2emu-gssoft-0.6.1 (12 Dec 2003) 12 Dec 2003; Mike Frysinger <vapier@gentoo.org> : Version bumpage. diff --git a/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.61 b/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.6.1 index d18968723245..d18968723245 100644 --- a/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.61 +++ b/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.6.1 diff --git a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.6.1.ebuild index 8f6a7b0bb0a2..e3cb498f336a 100644 --- a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild +++ b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.6.1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild,v 1.5 2004/06/24 22:33:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.6.1.ebuild,v 1.1 2005/08/07 04:53:49 vapier Exp $ inherit games +MY_PV=0.61 DESCRIPTION="PSEmu2 GPU plugin" HOMEPAGE="http://www.pcsx2.net/" -SRC_URI="http://www.pcsx2.net/download/0.5release/GSsoft-${PV}.tgz" +SRC_URI="http://www.pcsx2.net/download/0.5release/GSsoft-${MY_PV}.tgz" LICENSE="freedist" SLOT="0" @@ -33,6 +34,6 @@ src_compile() { src_install() { dodoc ReadMe.txt exeinto ${GAMES_LIBDIR}/ps2emu/plugins - newexe Src/Linux/libGSsoftx.so libGSsoftx-${PV}.so + newexe Src/Linux/libGSsoftx.so libGSsoftx-${MY_PV}.so prepgamesdirs } |