diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-08-09 09:14:55 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-08-09 09:14:55 +0000 |
commit | e7bbe79f6b55d968dd9ad03a1cb0ecff2bff33e8 (patch) | |
tree | f8bc5e7f1422fdaf54446f560e959b552d0c3866 /app-emulation/blight-tr64gl | |
parent | initial commit (bug 24887) (diff) | |
download | gentoo-2-e7bbe79f6b55d968dd9ad03a1cb0ecff2bff33e8.tar.gz gentoo-2-e7bbe79f6b55d968dd9ad03a1cb0ecff2bff33e8.tar.bz2 gentoo-2-e7bbe79f6b55d968dd9ad03a1cb0ecff2bff33e8.zip |
added prepgamesdirs
Diffstat (limited to 'app-emulation/blight-tr64gl')
-rw-r--r-- | app-emulation/blight-tr64gl/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/blight-tr64gl/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/app-emulation/blight-tr64gl/ChangeLog b/app-emulation/blight-tr64gl/ChangeLog index 539048990174..d07f6fadfb2b 100644 --- a/app-emulation/blight-tr64gl/ChangeLog +++ b/app-emulation/blight-tr64gl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/blight-tr64gl # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight-tr64gl/ChangeLog,v 1.1 2003/08/09 09:05:12 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight-tr64gl/ChangeLog,v 1.2 2003/08/09 09:14:17 msterret Exp $ + + 09 Aug 2003; Michael Sterrett <msterret@gentoo.org> + blight-tr64gl-0.7.4_pre1.ebuild: + added prepgamesdirs *blight-tr64gl-0.7.4_pre1 (09 Aug 2003) diff --git a/app-emulation/blight-tr64gl/Manifest b/app-emulation/blight-tr64gl/Manifest index 1d985324968b..cd30e423ccea 100644 --- a/app-emulation/blight-tr64gl/Manifest +++ b/app-emulation/blight-tr64gl/Manifest @@ -1,3 +1,3 @@ -MD5 c7d089968fa9ee350b05ac89b467d9c7 blight-tr64gl-0.7.4_pre1.ebuild 711 -MD5 736fa2a4440c9276c5e493e5bdd12307 ChangeLog 398 +MD5 4e5c14e8cb8980f62f06ad7c535b4c86 blight-tr64gl-0.7.4_pre1.ebuild 726 +MD5 dcf4bdc8c97395b3d901e178517f7074 ChangeLog 510 MD5 408f2a595b0a70418853c2e07aeba30f files/digest-blight-tr64gl-0.7.4_pre1 75 diff --git a/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild b/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild index afe55dc39263..aedd21897ff8 100644 --- a/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild +++ b/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild,v 1.1 2003/08/09 09:05:12 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild,v 1.2 2003/08/09 09:14:17 msterret Exp $ inherit games @@ -24,4 +24,5 @@ src_unpack() { src_install () { exeinto ${GAMES_LIBDIR}/mupen64/plugins doexe ${MY_P}.so || die "doexe failed" + prepgamesdirs } |