diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:51:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:51:40 +0200 |
commit | 1934c92d159ff81b0c33584816aa25eff95c0857 (patch) | |
tree | 78284803fc7b01d80471f6daf0f98b65e7d3bb5e /games-emulation | |
parent | games-emulation/kigb: Remove last-rited pkg (diff) | |
download | gentoo-1934c92d159ff81b0c33584816aa25eff95c0857.tar.gz gentoo-1934c92d159ff81b0c33584816aa25eff95c0857.tar.bz2 gentoo-1934c92d159ff81b0c33584816aa25eff95c0857.zip |
games-emulation/hugo: Remove last-rited pkg
Closes: https://bugs.gentoo.org/654302
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hugo/Manifest | 1 | ||||
-rw-r--r-- | games-emulation/hugo/files/hugo-2.12-gcc41.patch | 11 | ||||
-rw-r--r-- | games-emulation/hugo/hugo-2.12.ebuild | 35 | ||||
-rw-r--r-- | games-emulation/hugo/metadata.xml | 8 |
4 files changed, 0 insertions, 55 deletions
diff --git a/games-emulation/hugo/Manifest b/games-emulation/hugo/Manifest deleted file mode 100644 index 63d9702b176f..000000000000 --- a/games-emulation/hugo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hugo-2.12.tar.gz 456991 BLAKE2B 21bcb1fbab1020cbc26039b0f9a49ef653ee21409c84a61747940437dd57c39a453772dbbf82d3e74b18b477ed6a505402108fb1969e56279b650a734b91a40b SHA512 38342e6e7a130caeac711de4f72138a5159c2a34e443ce5e16bcb7ac02fbefd085fa5c48583550d8089bfe3528785853df1863e7d1b32652a7f88300ad09d21d diff --git a/games-emulation/hugo/files/hugo-2.12-gcc41.patch b/games-emulation/hugo/files/hugo-2.12-gcc41.patch deleted file mode 100644 index 14050cc79f16..000000000000 --- a/games-emulation/hugo/files/hugo-2.12-gcc41.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pce.h.old 2006-05-02 20:06:13.000000000 +0200 -+++ pce.h 2006-05-02 20:06:33.000000000 +0200 -@@ -196,7 +196,7 @@ - extern UChar language; - // the current language - --extern int BaseClock, UPeriod; -+extern int UPeriod; - - extern UChar US_encoded_card; - // Do we have to swap even and odd bytes in the rom diff --git a/games-emulation/hugo/hugo-2.12.ebuild b/games-emulation/hugo/hugo-2.12.ebuild deleted file mode 100644 index 86bcffd6e456..000000000000 --- a/games-emulation/hugo/hugo-2.12.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic games - -DESCRIPTION="PC-Engine (Turbografx16) emulator for linux" -HOMEPAGE="http://www.zeograd.com/" -SRC_URI="http://www.zeograd.com/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - media-libs/libsdl[video] - media-libs/libvorbis" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${P}"-gcc41.patch - append-cppflags $(pkg-config sdl --cflags) - -} - -src_install() { - dogamesbin hugo - insinto "${GAMES_DATADIR}/${PN}" - doins -r pixmaps - dodoc AUTHORS ChangeLog NEWS README TODO - dohtml doc/*html - prepgamesdirs -} diff --git a/games-emulation/hugo/metadata.xml b/games-emulation/hugo/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-emulation/hugo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> |