summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-03-23 06:58:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-03-23 06:58:25 +0000
commita65bb34cd07b49d6b4f46cbf11223b53a77c9018 (patch)
treeee88f55e92a6aac4747099382343d993d3e69489 /games-rpg/nwmouse
parentFix linking during a stage3 build. (diff)
downloadhistorical-a65bb34cd07b49d6b4f46cbf11223b53a77c9018.tar.gz
historical-a65bb34cd07b49d6b4f46cbf11223b53a77c9018.tar.bz2
historical-a65bb34cd07b49d6b4f46cbf11223b53a77c9018.zip
old
Package-Manager: portage-2.1.7.17/cvs/Linux i686
Diffstat (limited to 'games-rpg/nwmouse')
-rw-r--r--games-rpg/nwmouse/Manifest1
-rw-r--r--games-rpg/nwmouse/nwmouse-0.1-r1.ebuild71
2 files changed, 0 insertions, 72 deletions
diff --git a/games-rpg/nwmouse/Manifest b/games-rpg/nwmouse/Manifest
index 266cf07a21c3..254fc9eb566f 100644
--- a/games-rpg/nwmouse/Manifest
+++ b/games-rpg/nwmouse/Manifest
@@ -1,7 +1,6 @@
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-r1.ebuild 1983 RMD160 4ebf97d37225a01bad247ba28ad19f633f54499f SHA1 8c2733a491c4ced7afb26df8c2d97ae8b7381f6e SHA256 62660b30f99abdd9a07cc6498a0bc22cb1afc67521917f3481a92a25801d6243
EBUILD nwmouse-0.1.ebuild 1916 RMD160 3f50bd8624e8cfe45ae7dee1101f668eb7049795 SHA1 921f368d0d8de9eb1fea132118993feb896da8bf SHA256 0d06f37ecd0fb76c32d1455e904f478fe51ccafc998c31fc5b4cba3de682f44a
EBUILD nwmouse-20090906.183839.ebuild 1799 RMD160 464494d019098b5ccf2d61328cd5b1f281e866aa SHA1 3e506641121e5f0511fbf45835b0fcd6164baa92 SHA256 d81a47a7c564f1eb7072c16b176c7b2705991a2627abe628a8ef4aae0e3f1fff
MISC ChangeLog 1542 RMD160 42e520b6418ffe5283904ae53cea33398bad24e2 SHA1 013da0b092f6343aff8b4d5f562058de17425aca SHA256 9c66c096a46a9ff2cd5d48a1d180cbc4c283e56fb8ad85fe614efffac3715c2b
diff --git a/games-rpg/nwmouse/nwmouse-0.1-r1.ebuild b/games-rpg/nwmouse/nwmouse-0.1-r1.ebuild
deleted file mode 100644
index 1032179b5d63..000000000000
--- a/games-rpg/nwmouse/nwmouse-0.1-r1.ebuild
+++ /dev/null
@@ -1,71 +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-r1.ebuild,v 1.2 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-1.68-r4
- 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
- # libelf moved to games-rpg/nwn, see bug #210562
- #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."
-}