diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-28 22:28:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-28 22:28:22 +0000 |
commit | 4b0c33b5eea9bf5b5e15d35016270a5ab70d8dbf (patch) | |
tree | 0f233a745494ecd51dad802b96669550d8d04eed /games-rpg | |
parent | stable for x86 and amd64 (bug #307367) (diff) | |
download | historical-4b0c33b5eea9bf5b5e15d35016270a5ab70d8dbf.tar.gz historical-4b0c33b5eea9bf5b5e15d35016270a5ab70d8dbf.tar.bz2 historical-4b0c33b5eea9bf5b5e15d35016270a5ab70d8dbf.zip |
old
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwmovies/Manifest | 2 | ||||
-rw-r--r-- | games-rpg/nwmovies/nwmovies-0.1.ebuild | 52 |
2 files changed, 0 insertions, 54 deletions
diff --git a/games-rpg/nwmovies/Manifest b/games-rpg/nwmovies/Manifest index db3defe9292e..58abe284a81a 100644 --- a/games-rpg/nwmovies/Manifest +++ b/games-rpg/nwmovies/Manifest @@ -1,6 +1,4 @@ -DIST nwmovies-0.1.tar.bz2 35046 RMD160 9a6103fd30e9ffab30f0c3e0bae151f29430f7bc SHA1 130e417b9df8d9ceb99bae1a64d74b2c1c81097c SHA256 1988ab134fa69a39ce41ac71829373b76f911e9defe492689a8f78b4638f0f05 DIST nwmovies-v4-public.20090223.080954.tar.gz 137697 RMD160 d8125432f8fa028d490790407701cdbe0942d961 SHA1 f54759f361b91341c10a88c3da77b2df308cafef SHA256 4ce60791183a0623d09b37c9f00ba42a2f7e7d953eba35b090a96cc891254f14 -EBUILD nwmovies-0.1.ebuild 1631 RMD160 aaf07cb67787ab779f9eb2cd8ffae7425dd31e08 SHA1 3e8a79b5ff50b8629482f4a564f390d063afbdcc SHA256 5120f703e0bfedb14a78e8d87c8458ccc6584fa98595f5e1aada9b481d04586c EBUILD nwmovies-20090223.080954.ebuild 1785 RMD160 4172bd8a730104168e15f7948653085e7f941a57 SHA1 eddfaa5b11d113820239a9c53565901b523a8a31 SHA256 5090180ea0df9bdaf0883578c4a9f7c064bd032ce32169b71fc994f9910cb306 MISC ChangeLog 1195 RMD160 c8a842f4ff9ba79b70dfcedbeb2a15286288a659 SHA1 0ad1f56bf53f54f04bebd7d680de8efdcf4e606f SHA256 a06f7c4702e4ead92d9cf211c61ebeac3c6ee2751867bc54da0712118c9edca2 MISC metadata.xml 251 RMD160 9384b803fabfa152a97186873f15cc95112a63a3 SHA1 81fe5266a56772467e73408b0626987e8e2f2926 SHA256 0b118075eddfc9415e146feff0c47824812fd35541e331d54e5443f7a4e27eb4 diff --git a/games-rpg/nwmovies/nwmovies-0.1.ebuild b/games-rpg/nwmovies/nwmovies-0.1.ebuild deleted file mode 100644 index 80e6efcf8d7c..000000000000 --- a/games-rpg/nwmovies/nwmovies-0.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmovies/nwmovies-0.1.ebuild,v 1.5 2008/08/02 14:00:15 calchan Exp $ - -inherit eutils games - -DESCRIPTION="Play Neverwinter Nights movies inside the Linux client." -HOMEPAGE="http://home.woh.rr.com/nwmovies/nwmovies/" -SRC_URI="http://dev.gentoo.org/~calchan/distfiles/${P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -DEPEND=">=games-rpg/nwn-data-1.29-r3" -RDEPEND="${DEPEND} - >=games-rpg/nwn-1.68-r4 - !>=games-rpg/nwn-1.69 - media-video/binkplayer" - -S="${WORKDIR}" -DESTDIR="${GAMES_PREFIX_OPT}/nwn" - -pkg_setup() { - games_pkg_setup - built_with_use games-rpg/nwn-data videos || die "nwn-data requires USE=videos" -} - -src_install() { - exeinto "${DESTDIR}" - doexe nwmovies.so nwmovies.pl || die "Installation failed" - exeinto "${DESTDIR}/nwmovies" - doexe nwmovies/binklib.so || die "Installation failed" - exeinto "${DESTDIR}/nwmovies/libdis" - doexe nwmovies/libdis/libdisasm.so || die "Installation failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "When starting nwn the next time, nwmovies will scan the nwmain" - elog "binary for its hooks, store this information in:" - elog " \${HOME}/.nwn/\${LANG}/nwmovies.ini" - elog "and exit. This is normal." - elog - elog "You will have to remove this file whenever you update nwn." - elog - elog "If you have sound issues in NWN only when using nwmovies, then" - elog "you'll need to properly setup /etc/asound.conf or the equivalent" - elog "per-user \${HOME}/.asound.conf, see comment #31 in bug #106789." -} |