summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2008-08-18 17:55:37 +0000
committerDenis Dupeyron <calchan@gentoo.org>2008-08-18 17:55:37 +0000
commiteb89e80113a5f544d7757a25024c35f894922447 (patch)
tree0f5b6b24b083c3a7f6c7a6119f24b7f0d77c056d /games-rpg
parentAdd patch to compile with post-2.6.26 kernels (diff)
downloadgentoo-2-eb89e80113a5f544d7757a25024c35f894922447.tar.gz
gentoo-2-eb89e80113a5f544d7757a25024c35f894922447.tar.bz2
gentoo-2-eb89e80113a5f544d7757a25024c35f894922447.zip
Mirrored tarball and fixed SRC_URI, bug #235063.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/nwmouse/ChangeLog6
-rw-r--r--games-rpg/nwmouse/nwmouse-0.1-r1.ebuild4
-rw-r--r--games-rpg/nwmouse/nwmouse-0.1.ebuild10
3 files changed, 12 insertions, 8 deletions
diff --git a/games-rpg/nwmouse/ChangeLog b/games-rpg/nwmouse/ChangeLog
index 0a01835e7f2d..6ae6192583c6 100644
--- a/games-rpg/nwmouse/ChangeLog
+++ b/games-rpg/nwmouse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/nwmouse
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.8 2008/07/28 17:39:35 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.9 2008/08/18 17:55:37 calchan Exp $
+
+ 18 Aug 2008; Denis Dupeyron <calchan@gentoo.org> nwmouse-0.1.ebuild,
+ nwmouse-0.1-r1.ebuild:
+ Mirrored tarball and fixed SRC_URI, bug #235063.
28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
Removing myself from metadata.xml since I am retiring from the project.
diff --git a/games-rpg/nwmouse/nwmouse-0.1-r1.ebuild b/games-rpg/nwmouse/nwmouse-0.1-r1.ebuild
index da45c34eb6a3..1032179b5d63 100644
--- a/games-rpg/nwmouse/nwmouse-0.1-r1.ebuild
+++ b/games-rpg/nwmouse/nwmouse-0.1-r1.ebuild
@@ -1,13 +1,13 @@
# 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.1 2008/02/20 11:39:39 calchan Exp $
+# $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/~wolf31o2/sources/dump/${P}.tar.bz2"
+ http://dev.gentoo.org/~calchan/distfiles/${P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
diff --git a/games-rpg/nwmouse/nwmouse-0.1.ebuild b/games-rpg/nwmouse/nwmouse-0.1.ebuild
index 485d0c6531ac..7a42a8b7d733 100644
--- a/games-rpg/nwmouse/nwmouse-0.1.ebuild
+++ b/games-rpg/nwmouse/nwmouse-0.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.6 2007/08/27 20:24:38 wolf31o2 Exp $
+# $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/~wolf31o2/sources/dump/${P}.tar.bz2"
+ http://dev.gentoo.org/~calchan/distfiles/${P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
@@ -42,8 +42,8 @@ pkg_setup() {
src_unpack() {
unpack ${P}.tar.bz2 || die
- mkdir ${S}/cursors || die
- cd ${S}/cursors || die
+ mkdir "${S}"/cursors || die
+ cd "${S}"/cursors || die
unpack cursors.tar.gz || die
}