diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-12 18:36:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-12 18:36:39 +0000 |
commit | b931c1f72e97c5d7de88222c8229d189714fe3e3 (patch) | |
tree | ad23255de91e04b690b98267e52beef5c3727e7f /games-util | |
parent | Take app-shells/ksh off the chopping block. (diff) | |
download | historical-b931c1f72e97c5d7de88222c8229d189714fe3e3.tar.gz historical-b931c1f72e97c5d7de88222c8229d189714fe3e3.tar.bz2 historical-b931c1f72e97c5d7de88222c8229d189714fe3e3.zip |
Rename old snapshot to work with newer versioned.
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/joystick/ChangeLog | 10 | ||||
-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 \ |