public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/yarsrevenge/
@ 2015-11-22  3:45 Michael Sterrett
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2015-11-22  3:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6e8eaba49dfe58eca220cc9482e807fc3092cc5f
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 03:45:31 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 03:45:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8eaba4

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
index 5d37d87..527ea8e 100644
--- a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
+++ b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
@@ -15,14 +15,16 @@ KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="media-libs/libsdl[sound,joystick,video]"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
+
 S=${WORKDIR}/yar-${PV}
 
-PATCHES=(
-	"${FILESDIR}"/${PV}-math.patch
-	"${FILESDIR}"/${P}-gcc43.patch
-	"${FILESDIR}"/${P}-gcc44.patch
-)
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${PV}-math.patch \
+		"${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-gcc44.patch
+}
 
 src_install() {
 	default


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/yarsrevenge/
@ 2017-10-14 12:25 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2017-10-14 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2a905e9f9ff46428570084c9ba56558e39beb8c7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 12:22:58 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 12:25:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a905e9f

games-arcade/yarsrevenge: Typo.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 games-arcade/yarsrevenge/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/yarsrevenge/metadata.xml b/games-arcade/yarsrevenge/metadata.xml
index 4d2dc69a11b..9a4a1e47a78 100644
--- a/games-arcade/yarsrevenge/metadata.xml
+++ b/games-arcade/yarsrevenge/metadata.xml
@@ -6,8 +6,8 @@
 		<name>Gentoo Games Project</name>
 	</maintainer>
 	<longdescription>
-A rather wierd shoot-em-up game that originated on the Atari 2600. It's more fun 
-than it looks. Just released so might be tweaked.
+A rather weird shoot-em-up game that originated on the Atari 2600. It's more
+fun than it looks. Just released so might be tweaked.
 </longdescription>
 	<upstream>
 		<remote-id type="freshmeat">yarsrevenge</remote-id>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/yarsrevenge/
@ 2018-04-25 18:29 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-25 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     190c01f58aa4f55826d7f9a1c11a5af7e5d985be
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 18:26:11 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 18:29:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190c01f5

games-arcade/yarsrevenge: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild | 31 ------------------------
 1 file changed, 31 deletions(-)

diff --git a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
deleted file mode 100644
index 76607474077..00000000000
--- a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="remake of the Atari 2600 classic Yar's Revenge"
-HOMEPAGE="http://freshmeat.net/projects/yarsrevenge/"
-SRC_URI="http://www.autismuk.freeserve.co.uk/yar-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,joystick,video]"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/yar-${PV}
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PV}-math.patch \
-		"${FILESDIR}"/${P}-gcc43.patch \
-		"${FILESDIR}"/${P}-gcc44.patch
-}
-
-src_install() {
-	default
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-25 18:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22  3:45 [gentoo-commits] repo/gentoo:master commit in: games-arcade/yarsrevenge/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2017-10-14 12:25 Jeroen Roovers
2018-04-25 18:29 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox