diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 19:41:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 19:41:58 +0000 |
commit | 82941a0b44a31c48ef828df53c94905a3dc5f01d (patch) | |
tree | ec965c68510bbd5973d729a93ddb23d6adb2a337 /games-emulation | |
parent | Add inherit eutils. (diff) | |
download | historical-82941a0b44a31c48ef828df53c94905a3dc5f01d.tar.gz historical-82941a0b44a31c48ef828df53c94905a3dc5f01d.tar.bz2 historical-82941a0b44a31c48ef828df53c94905a3dc5f01d.zip |
Add inherit eutils.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/ps2emu-gssoft/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/ps2emu-gssoft/Manifest | 18 | ||||
-rw-r--r-- | games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild | 4 |
3 files changed, 11 insertions, 17 deletions
diff --git a/games-emulation/ps2emu-gssoft/ChangeLog b/games-emulation/ps2emu-gssoft/ChangeLog index 71580bc097d4..9d65c87d0221 100644 --- a/games-emulation/ps2emu-gssoft/ChangeLog +++ b/games-emulation/ps2emu-gssoft/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/ps2emu-gssoft # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ChangeLog,v 1.8 2005/08/08 00:36:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ChangeLog,v 1.9 2005/08/23 19:41:58 wolf31o2 Exp $ + + 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> + ps2emu-gssoft-0.9.ebuild: + Add inherit eutils. 08 Aug 2005; Mike Frysinger <vapier@gentoo.org> +files/ps2emu-gssoft-0.9-PIC.patch, ps2emu-gssoft-0.9.ebuild: diff --git a/games-emulation/ps2emu-gssoft/Manifest b/games-emulation/ps2emu-gssoft/Manifest index 314f6f445335..50570c910d0d 100644 --- a/games-emulation/ps2emu-gssoft/Manifest +++ b/games-emulation/ps2emu-gssoft/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 97046644bb24ff219d552e3540d8541b ps2emu-gssoft-0.9.ebuild 1052 +MD5 2998b790b2ed91defe961d3186a9e8e2 ChangeLog 929 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 80b16657451b98d8563044c1e5c56215 ps2emu-gssoft-0.9.ebuild 1061 MD5 bff04080295f4bf58991f54ae1b0ff30 ps2emu-gssoft-0.6.1.ebuild 878 -MD5 cee96a0b2f84d6069c6c8f1c5ada4286 ChangeLog 822 -MD5 0b00447cf9975807680c81734370150e files/ps2emu-gssoft-0.9-PIC.patch 534 -MD5 a1009be2d1e95d9ceaacdb2f481c82fc files/digest-ps2emu-gssoft-0.6.1 60 MD5 630aac09a02e38ccd4fd77073b968dae files/digest-ps2emu-gssoft-0.9 58 +MD5 a1009be2d1e95d9ceaacdb2f481c82fc files/digest-ps2emu-gssoft-0.6.1 60 +MD5 0b00447cf9975807680c81734370150e files/ps2emu-gssoft-0.9-PIC.patch 534 MD5 150b0f64695512493376ada8e4401757 files/ps2emu-gssoft-0.9-gentoo.patch 850 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFC9qk2gIKl8Uu19MoRAjmGAJsG23YyvXuO9dIidyszq3tA5HKrLwCfaX+N -HRaQIFbWDMhQHpnj4yh6Yxk= -=HZOA ------END PGP SIGNATURE----- diff --git a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild index 16e9799b20e6..73be2ee12a07 100644 --- a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild +++ b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild @@ -1,8 +1,8 @@ # 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.9.ebuild,v 1.3 2005/08/08 00:36:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild,v 1.4 2005/08/23 19:41:58 wolf31o2 Exp $ -inherit games +inherit eutils games DESCRIPTION="PSEmu2 GPU plugin" HOMEPAGE="http://www.pcsx2.net/" |