summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-06-28 22:16:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-06-28 22:16:18 +0000
commit9c6682689a6d0110c2658cb679c8a280125297c1 (patch)
treee452b77003ec10bf1c6c3fbbb9b235751cc8bc8a /games-rpg/nwmouse
parentstable for x86 and amd64 (bug #307369) (diff)
downloadhistorical-9c6682689a6d0110c2658cb679c8a280125297c1.tar.gz
historical-9c6682689a6d0110c2658cb679c8a280125297c1.tar.bz2
historical-9c6682689a6d0110c2658cb679c8a280125297c1.zip
old
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-rpg/nwmouse')
-rw-r--r--games-rpg/nwmouse/Manifest3
-rw-r--r--games-rpg/nwmouse/nwmouse-0.1.ebuild70
2 files changed, 0 insertions, 73 deletions
diff --git a/games-rpg/nwmouse/Manifest b/games-rpg/nwmouse/Manifest
index e3cd2afc3990..96bd64067068 100644
--- a/games-rpg/nwmouse/Manifest
+++ b/games-rpg/nwmouse/Manifest
@@ -1,7 +1,4 @@
-DIST cursors.tar.gz 38357 RMD160 8018b66314319927c9d7212c7b1cb1f753e34920 SHA1 f73c4374b1501d6be75f79441421e1a33f284f24 SHA256 93b4629677100ac308b90b4ecf0d390e583ea39068216b91d1c0f4c55e80f085
-DIST nwmouse-0.1.tar.bz2 78331 RMD160 071d1225d64777c778f602802caa76485a2cd3fc SHA1 77b80c04a3a034324b4369d778fe226a3589f5c9 SHA256 e97d3820a993166e2f9e03954d0082c24d7c6b3cd7a01fe61e12c5610a9fadea
DIST nwmouse-20090906.183839.tar.bz2 86611 RMD160 30a07cfdc344fd794f700ac58f14ec48ccabbb81 SHA1 b0ed9409d2c0c3628a5c5cfde3e0647b97423711 SHA256 a0f0f5b897a1281d4c2a2e416404aa9387ad5b69dcd0445393ca8f341b5b4d88
-EBUILD nwmouse-0.1.ebuild 1916 RMD160 3f50bd8624e8cfe45ae7dee1101f668eb7049795 SHA1 921f368d0d8de9eb1fea132118993feb896da8bf SHA256 0d06f37ecd0fb76c32d1455e904f478fe51ccafc998c31fc5b4cba3de682f44a
EBUILD nwmouse-20090906.183839.ebuild 1799 RMD160 fe94736dcd35498e11ce68490e88ebc0d36078df SHA1 cb7b17225be6c9390514a8fdc6e639f3ec4a47e0 SHA256 3f4f50f1fd9360743bf580ee6d3f947987f40fd07bb18569c44070034a66bf82
MISC ChangeLog 1675 RMD160 5653879e5d306e3b4bbc4c915cd6c7b8d2ac18fe SHA1 14ea96556d35ff3c517fd6e902a632d8c281a140 SHA256 13718e810f63b0b8c5514b4911a54429e0583402635abc9942dcc982bb49e51d
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-rpg/nwmouse/nwmouse-0.1.ebuild b/games-rpg/nwmouse/nwmouse-0.1.ebuild
deleted file mode 100644
index 7a42a8b7d733..000000000000
--- a/games-rpg/nwmouse/nwmouse-0.1.ebuild
+++ /dev/null
@@ -1,70 +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/nwmouse/nwmouse-0.1.ebuild,v 1.7 2008/08/18 17:55:37 calchan Exp $
-
-inherit games
-
-DESCRIPTION="hardware mouse cursors for Neverwinter Nights"
-HOMEPAGE="http://home.woh.rr.com/nwmovies/nwmouse/"
-SRC_URI="http://home.woh.rr.com/nwmovies/cursors.tar.gz
- http://dev.gentoo.org/~calchan/distfiles/${P}.tar.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 x86"
-# I've looked at this stuff, and I can't find the problem myself, so I'm just
-# removing the warnings. If someone feels like finding the patch, that would be
-# great and I'll gladly include it.
-QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/nwn/nwmouse.so"
-QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/nwn/nwmouse.so"
-IUSE=""
-RESTRICT="strip mirror"
-
-RDEPEND="sys-libs/glibc
- games-rpg/nwn-data
- amd64? (
- app-emulation/emul-linux-x86-xlibs
- app-emulation/emul-linux-x86-sdl )
- games-rpg/nwn
- x86? (
- x11-libs/libXcursor
- x11-libs/libXext
- x11-libs/libX11
- media-libs/libsdl )"
-
-S="${WORKDIR}/${PN}"
-dir="${GAMES_PREFIX_OPT}/nwn"
-
-pkg_setup() {
- games_pkg_setup
- elog "This package is pre-compiled so it will work on both x86 and amd64."
-}
-
-src_unpack() {
- unpack ${P}.tar.bz2 || die
- mkdir "${S}"/cursors || die
- cd "${S}"/cursors || die
- unpack cursors.tar.gz || die
-}
-
-src_install() {
- exeinto "${dir}"
- doexe nwmouse.so || die
- exeinto "${dir}/lib"
- doexe libelf/libelf.so.1
- exeinto "${dir}/nwmouse/libdis"
- doexe libdis/libdisasm.so || die
- insinto "${dir}/nwmouse/cursors"
- doins cursors/* || die
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog "When starting nwn the next time, nwmouse will scan the nwmain"
- elog "binary for its hooks, store this information in:"
- elog " ${dir}/nwmouse.ini"
- elog "and exit. This is normal."
- elog
- elog "You will have to remove this file whenever you update nwn."
-}