diff options
-rw-r--r-- | games-emulation/goosnes/ChangeLog | 33 | ||||
-rw-r--r-- | games-emulation/goosnes/Manifest | 5 | ||||
-rw-r--r-- | games-emulation/goosnes/files/goosnes-0.5.2-gtk2.patch | 28 | ||||
-rw-r--r-- | games-emulation/goosnes/goosnes-0.5.2.ebuild | 33 | ||||
-rw-r--r-- | games-emulation/goosnes/metadata.xml | 5 |
5 files changed, 0 insertions, 104 deletions
diff --git a/games-emulation/goosnes/ChangeLog b/games-emulation/goosnes/ChangeLog deleted file mode 100644 index 894217617881..000000000000 --- a/games-emulation/goosnes/ChangeLog +++ /dev/null @@ -1,33 +0,0 @@ -# ChangeLog for games-emulation/goosnes -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/ChangeLog,v 1.11 2009/07/06 16:14:15 mr_bones_ Exp $ - - 06 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> goosnes-0.5.2.ebuild: - EAPI=2; games-emulation/snes9x is only an rdep - - 06 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> goosnes-0.5.2.ebuild: - Fix obvious typo in DEPEND. - - 17 Nov 2006; Tristan Heaven <nyhm@gentoo.org> - +files/goosnes-0.5.2-gtk2.patch, goosnes-0.5.2.ebuild: - Don't require gtk+-1, bug #155432 - - 18 Oct 2006; Tristan Heaven <nyhm@gentoo.org> goosnes-0.5.2.ebuild: - Use autotools eclass - - 20 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> goosnes-0.5.2.ebuild: - remove gtk2 use flag - - 11 Nov 2004; Joseph Jezak <josejx@gentoo.org> goosnes-0.5.2.ebuild: - Marked ppc stable. - - 19 Jun 2004; David Holm <dholm@gentoo.org> goosnes-0.5.2.ebuild: - Added to ~ppc. - - 11 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> goosnes-0.5.2.ebuild: - more rdepends; error messages - -*goosnes-0.5.2 (02 Mar 2003) - - 02 Mar 2003; Mike Frysinger <vapier@gentoo.org> : - Initial import. Ebuild submitted by brian wood <doowirb7@cox.net> #11781. diff --git a/games-emulation/goosnes/Manifest b/games-emulation/goosnes/Manifest deleted file mode 100644 index 7ff55ac37cd2..000000000000 --- a/games-emulation/goosnes/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX goosnes-0.5.2-gtk2.patch 822 RMD160 047ce050d4f7f824ff5b6adcf538e13aaf8fdf5e SHA1 0ec1c57323a05fce0161df7072539c1394bc875f SHA256 a35095ba1f0a71daf9f8e043d88e860658c5de678a6bd7307c417aefdf085b52 -DIST goosnes_0.5.2-1.tar.gz 100685 RMD160 8e0e5d63b03314ed27584103ce7f6afaad6c99ef SHA1 daac2e1f9b481c879ec217a696662a93039eb84a SHA256 e95295e4f0ba073faa47f193961731e9fef8f369b75b7df591f70dc6eb20b3b7 -EBUILD goosnes-0.5.2.ebuild 825 RMD160 1343109f3c098bff6ef369cdc6588bc528843798 SHA1 2e1c622fef477649617896cad2900414a776c72f SHA256 18985bafdb1f1793004e101b27c954b324b33eeb402c73e691323a631bf184e6 -MISC ChangeLog 1239 RMD160 ae909cbd2c1d4c5fc3e4dccbef6fcb4811d61f4e SHA1 fcbcab7247b9de4e05d85d00cc4fb784678ef7b0 SHA256 5b4262ef63c31ffd9c5d6514a286e379b9bbc24808c81e19d07e2f774eea4b50 -MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-emulation/goosnes/files/goosnes-0.5.2-gtk2.patch b/games-emulation/goosnes/files/goosnes-0.5.2-gtk2.patch deleted file mode 100644 index df9f41261c7e..000000000000 --- a/games-emulation/goosnes/files/goosnes-0.5.2-gtk2.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.in -+++ configure.in -@@ -19,21 +19,10 @@ - AC_CHECK_PROG(XML2_LIBS,xml2-config,`xml2-config --libs`) - AC_CHECK_PROG(PKGCONFIG,pkg-config,`pkg-config --version`) - --AC_ARG_WITH(gtk-version, --with-gtk-version=VER Version of GTK+ to link,GTK_VERSION=${withval}) -- --if test "x${PKGCONFIG}" = 'x'; then -- AM_PATH_GTK(1.2.0, , -- AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?)) --else -- #insert gtk-config replacement -- if test "x${GTK_VERSION}" = 'x'; then -- GTK_STRING="gtk+" -- else -- GTK_STRING="gtk+-${GTK_VERSION}" -- fi -- GTK_CFLAGS=`pkg-config --cflags ${GTK_STRING}` -- GTK_LIBS=`pkg-config --libs ${GTK_STRING}` --fi -+GTK_CFLAGS=`pkg-config gtk+-2.0 --cflags` -+GTK_LIBS=`pkg-config gtk+-2.0 --libs` -+AC_SUBST(GTK_CFLAGS) -+AC_SUBST(GTK_LIBS) - - AC_SUBST(XML2_CFLAGS) - AC_SUBST(XML2_LIBS) diff --git a/games-emulation/goosnes/goosnes-0.5.2.ebuild b/games-emulation/goosnes/goosnes-0.5.2.ebuild deleted file mode 100644 index 6ed8bd194bc6..000000000000 --- a/games-emulation/goosnes/goosnes-0.5.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.14 2009/07/06 16:14:15 mr_bones_ Exp $ - -EAPI=2 -inherit autotools eutils games - -DESCRIPTION="A GTK+ frontend for Snes9X" -HOMEPAGE="http://bard.sytes.net/goosnes/" -SRC_URI="http://bard.sytes.net/debian/dists/unstable/main/source/${PN}_${PV}-1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="dev-libs/libxml2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" -RDEPEND="${RDEPEND} - games-emulation/snes9x" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gtk2.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README - prepgamesdirs -} diff --git a/games-emulation/goosnes/metadata.xml b/games-emulation/goosnes/metadata.xml deleted file mode 100644 index d3c2cc926f0b..000000000000 --- a/games-emulation/goosnes/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>games</herd> -</pkgmetadata> |