public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/gfceux: ChangeLog gfceux-2.1.1-r1.ebuild
@ 2013-01-11 19:04 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-11 19:04 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/11 19:04:23

  Modified:             ChangeLog
  Added:                gfceux-2.1.1-r1.ebuild
  Log:
  migrate to distutils-r1, respect games variables
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.5                  games-emulation/gfceux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Apr 2011 20:02:40 -0000	1.4
+++ ChangeLog	11 Jan 2013 19:04:23 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/gfceux
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v 1.4 2011/04/06 20:02:40 arfrever Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v 1.5 2013/01/11 19:04:23 hasufell Exp $
+
+*gfceux-2.1.1-r1 (11 Jan 2013)
+
+  11 Jan 2013; Julian Ospald <hasufell@gentoo.org> +gfceux-2.1.1-r1.ebuild:
+  migrate to distutils-r1, respect games variables
 
   06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   gfceux-2.1.1.ebuild:



1.1                  games-emulation/gfceux/gfceux-2.1.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: gfceux-2.1.1-r1.ebuild
===================================================================
# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/01/11 19:04:23 hasufell Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )

# inherit base explicitly to avoid overrides on distutils-r1
inherit base eutils gnome2-utils distutils-r1 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}

python_prepare_all() {
	sed -i \
		-e "s#data/gfceux.glade#${GAMES_DATADIR}/${PN}/gfceux.glade#" \
		src/main.py || die
}

python_install() {
	distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
}

src_compile() {
	distutils-r1_src_compile
}

src_install() {
	distutils-r1_src_install

	doicon -s 48 data/${PN}.png
	newicon -s 128 data/${PN}_big.png ${PN}.png

	# respect games variables
	dodir "${GAMES_DATADIR}"/${PN}
	mv "${ED}"/usr/share/${PN}/* "${ED}${GAMES_DATADIR}"/${PN}/ || die

	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}





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

* [gentoo-commits] gentoo-x86 commit in games-emulation/gfceux: ChangeLog gfceux-2.1.1-r1.ebuild
@ 2013-01-12 15:38 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-12 15:38 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/12 15:38:21

  Modified:             ChangeLog gfceux-2.1.1-r1.ebuild
  Log:
  remove inherit magic and call functions explicitly
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.6                  games-emulation/gfceux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	11 Jan 2013 19:04:23 -0000	1.5
+++ ChangeLog	12 Jan 2013 15:38:21 -0000	1.6
@@ -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.5 2013/01/11 19:04:23 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v 1.6 2013/01/12 15:38:21 hasufell Exp $
+
+  12 Jan 2013; Julian Ospald <hasufell@gentoo.org> gfceux-2.1.1-r1.ebuild:
+  remove inherit magic and call functions explicitly
 
 *gfceux-2.1.1-r1 (11 Jan 2013)
 



1.2                  games-emulation/gfceux/gfceux-2.1.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild?r1=1.1&r2=1.2

Index: gfceux-2.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gfceux-2.1.1-r1.ebuild	11 Jan 2013 19:04:23 -0000	1.1
+++ gfceux-2.1.1-r1.ebuild	12 Jan 2013 15:38:21 -0000	1.2
@@ -1,13 +1,12 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/01/11 19:04:23 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild,v 1.2 2013/01/12 15:38:21 hasufell Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_6 python2_7 )
 
-# inherit base explicitly to avoid overrides on distutils-r1
-inherit base eutils gnome2-utils distutils-r1 games
+inherit eutils gnome2-utils distutils-r1 games
 
 DESCRIPTION="A graphical frontend for the FCEUX emulator"
 HOMEPAGE="http://fceux.com"
@@ -25,6 +24,8 @@
 S=${WORKDIR}/${PN}
 
 python_prepare_all() {
+	distutils-r1_python_prepare_all
+
 	sed -i \
 		-e "s#data/gfceux.glade#${GAMES_DATADIR}/${PN}/gfceux.glade#" \
 		src/main.py || die
@@ -34,6 +35,10 @@
 	distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
 }
 
+src_prepare() {
+	distutils-r1_src_prepare
+}
+
 src_compile() {
 	distutils-r1_src_compile
 }





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

end of thread, other threads:[~2013-01-12 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 19:04 [gentoo-commits] gentoo-x86 commit in games-emulation/gfceux: ChangeLog gfceux-2.1.1-r1.ebuild Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-12 15:38 Julian Ospald (hasufell)

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