commit: f095f4f8fbfb38d8e043bbc25463fe52d59504cc
parent: 4cd8334e36bcfbe890e21a297bd7ab3e63cc61b1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 27 Jan 2018 15:21:27 +0100
games-music/oshu: Remove version 1.4.0
Diffstat:
2 files changed, 0 insertions(+), 58 deletions(-)
diff --git a/games-music/oshu/files/oshu-1.4.0-remove_short_option_for_autoplay_and_pause_in_manpage.patch b/games-music/oshu/files/oshu-1.4.0-remove_short_option_for_autoplay_and_pause_in_manpage.patch
@@ -1,27 +0,0 @@
-From 21146f87333d9d9c1f3ec1e1e4c2e311193d388f Mon Sep 17 00:00:00 2001
-From: Haelwenn Monnier <lanodan@users.noreply.github.com>
-Date: Sat, 11 Nov 2017 15:22:20 +0100
-Subject: [PATCH] Remove --autoplay and --pause short options
-
-From oshu.c it looks like there is no short options for ``--autoplay`` and ``--pause``.
----
- docs/oshu.1.in | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/docs/oshu.1.in b/docs/oshu.1.in
-index e8b7f3e..b24ef66 100644
---- a/docs/oshu.1.in
-+++ b/docs/oshu.1.in
-@@ -29,10 +29,10 @@ twice and you'll get verbose debugging messages.
- \fB\-h, \-\-help\fR
- Show a brief help message.
- .TP
--\fB\-h, \-\-autoplay\fR
-+\fB\-\-autoplay\fR
- Perform a perfect run on the beatmap without any user interaction.
- .TP
--\fB\-h, \-\-pause\fR
-+\fB\-\-pause\fR
- Start the game in a paused state. Might be useful when you're starting the game
- from a terminal as you won't be holding your mouse when the game starts.
-
diff --git a/games-music/oshu/oshu-1.4.0.ebuild b/games-music/oshu/oshu-1.4.0.ebuild
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Lightweight osu! port"
-HOMEPAGE="https://github.com/fmang/oshu"
-SRC_URI="https://www.mg0.fr/oshu/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPENDS="
- media-libs/libsdl2:=
- media-libs/sdl2-image:=
- || (
- media-video/ffmpeg:=
- media-video/libav:=
- )"
-
-DEPENDS="
- ${RDEPENDS}
- virtual/pkgconfig
- "
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-remove_short_option_for_autoplay_and_pause_in_manpage.patch"
- default
-}