summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-12 18:36:39 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-12 18:36:39 +0000
commit21005e2cca0bb92ed347204a50524ec22735a32d (patch)
tree60e6a3919f723c74d3e6be02165180e16f00b166 /games-util
parentTake app-shells/ksh off the chopping block. (diff)
downloadgentoo-2-21005e2cca0bb92ed347204a50524ec22735a32d.tar.gz
gentoo-2-21005e2cca0bb92ed347204a50524ec22735a32d.tar.bz2
gentoo-2-21005e2cca0bb92ed347204a50524ec22735a32d.zip
Rename old snapshot to work with newer versioned.
Diffstat (limited to 'games-util')
-rw-r--r--games-util/joystick/ChangeLog10
-rw-r--r--games-util/joystick/joystick-0_pre20060731.ebuild (renamed from games-util/joystick/joystick-20060731.ebuild)8
2 files changed, 12 insertions, 6 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog
index 8d10f1f28d45..32acd28470ab 100644
--- a/games-util/joystick/ChangeLog
+++ b/games-util/joystick/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-util/joystick
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.9 2010/08/12 16:56:49 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.10 2012/02/12 18:36:39 vapier Exp $
+
+*joystick-0_pre20060731 (12 Feb 2012)
+
+ 12 Feb 2012; Mike Frysinger <vapier@gentoo.org>
+ +joystick-0_pre20060731.ebuild, -joystick-20060731.ebuild:
+ Rename old snapshot to work with newer versioned.
12 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org>
joystick-20060731.ebuild, files/joystick-20060731-asneeded.patch:
diff --git a/games-util/joystick/joystick-20060731.ebuild b/games-util/joystick/joystick-0_pre20060731.ebuild
index b0b5c41a1abc..114611914467 100644
--- a/games-util/joystick/joystick-20060731.ebuild
+++ b/games-util/joystick/joystick-0_pre20060731.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-20060731.ebuild,v 1.7 2010/08/12 16:56:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-0_pre20060731.ebuild,v 1.1 2012/02/12 18:36:39 vapier Exp $
EAPI=2
inherit eutils toolchain-funcs
DESCRIPTION="joystick testing utilities"
HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~vojtech/input/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P/0_pre}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -23,7 +23,7 @@ src_prepare() {
epatch \
"${FILESDIR}"/joystick-MCS-defines.patch \
"${FILESDIR}"/joystick-jstest-segv.patch \
- "${FILESDIR}"/${P}-asneeded.patch
+ "${FILESDIR}"/${P/0_pre}-asneeded.patch
sed -i \
-e '/^CC/d' \
Makefile \