diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-25 20:55:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-25 20:55:57 +0000 |
commit | 40bb4009a466ac2314fbe3d9f4ce1c7d585d8bd7 (patch) | |
tree | dcc690a9d533d3daf056da4c3c0e8f39c81ab0d0 /games-emulation | |
parent | old (diff) | |
download | gentoo-2-40bb4009a466ac2314fbe3d9f4ce1c7d585d8bd7.tar.gz gentoo-2-40bb4009a466ac2314fbe3d9f4ce1c7d585d8bd7.tar.bz2 gentoo-2-40bb4009a466ac2314fbe3d9f4ce1c7d585d8bd7.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gfceux/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/gfceux/gfceux-2.1.1.ebuild | 49 |
2 files changed, 5 insertions, 51 deletions
diff --git a/games-emulation/gfceux/ChangeLog b/games-emulation/gfceux/ChangeLog index 68aff56a63b3..43649ee31ba2 100644 --- a/games-emulation/gfceux/ChangeLog +++ b/games-emulation/gfceux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/gfceux -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v 1.8 2013/02/14 12:09:02 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v 1.9 2014/08/25 20:55:57 mr_bones_ Exp $ + + 25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -gfceux-2.1.1.ebuild: + old 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gfceux-2.1.1-r1.ebuild: Stable for x86, wrt bug #457112 diff --git a/games-emulation/gfceux/gfceux-2.1.1.ebuild b/games-emulation/gfceux/gfceux-2.1.1.ebuild deleted file mode 100644 index b18a3ab79ffc..000000000000 --- a/games-emulation/gfceux/gfceux-2.1.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1.ebuild,v 1.5 2011/04/06 20:03:49 arfrever Exp $ - -EAPI=3 -PYTHON_DEPEND="2:2.5" -inherit eutils python distutils games - -DESCRIPTION="A graphical frontend for the FCEUX emulator" -HOMEPAGE="http://fceux.com" -SRC_URI="mirror://sourceforge/fceultra/fceux-${PV}.src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-python/pygtk" -RDEPEND="${DEPEND} - games-emulation/fceux" - -S=${WORKDIR}/${PN} - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup - games_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . - distutils_src_prepare - epatch "${FILESDIR}"/${P}-gentoo.patch -} - -src_compile() { - distutils_src_compile -} - -src_install() { - distutils_src_install \ - --install-scripts="${GAMES_BINDIR}" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - distutils_pkg_postinst -} |