public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-radio/radiotray: radiotray-0.7.3-r1.ebuild radiotray-9999.ebuild ChangeLog radiotray-0.7.3.ebuild
@ 2012-09-08  8:52 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2012-09-08  8:52 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/09/08 08:52:33

  Modified:             radiotray-9999.ebuild ChangeLog
  Added:                radiotray-0.7.3-r1.ebuild
  Removed:              radiotray-0.7.3.ebuild
  Log:
  Migrate to EAPI4 and python-distutils-ng. Restrict pkg_setup to python2. Bug #438184. Thanks to gentoo@leiqing.org
  
  (Portage version: 2.1.11.13/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-radio/radiotray/radiotray-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-9999.ebuild?r1=1.3&r2=1.4

Index: radiotray-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- radiotray-9999.ebuild	24 Oct 2011 05:55:58 -0000	1.3
+++ radiotray-9999.ebuild	8 Sep 2012 08:52:33 -0000	1.4
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-9999.ebuild,v 1.3 2011/10/24 05:55:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-9999.ebuild,v 1.4 2012/09/08 08:52:33 hwoarang Exp $
 
-EAPI=3
-PYTHON_DEPEND="2"
+EAPI=4
+PYTHON_COMPAT='python2_6 python2_7'
 
-inherit mercurial distutils
+inherit mercurial python-distutils-ng
 
 DESCRIPTION="Online radio streaming player"
 HOMEPAGE="http://radiotray.sourceforge.net/"
@@ -46,6 +46,11 @@
 
 S="${WORKDIR}"/${PN}
 
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
 src_prepare() {
 	python_convert_shebangs -r 2 .
 	distutils_src_prepare



1.25                 media-radio/radiotray/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Aug 2012 18:03:42 -0000	1.24
+++ ChangeLog	8 Sep 2012 08:52:33 -0000	1.25
@@ -1,6 +1,13 @@
 # ChangeLog for media-radio/radiotray
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.24 2012/08/17 18:03:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.25 2012/09/08 08:52:33 hwoarang Exp $
+
+*radiotray-0.7.3-r1 (08 Sep 2012)
+
+  08 Sep 2012; Markos Chandras <hwoarang@gentoo.org> +radiotray-0.7.3-r1.ebuild,
+  -radiotray-0.7.3.ebuild, radiotray-9999.ebuild:
+  Migrate to EAPI4 and python-distutils-ng. Restrict pkg_setup to python2. Bug
+  #438184. Thanks to gentoo@leiqing.org
 
 *radiotray-0.7.3 (17 Aug 2012)
 



1.1                  media-radio/radiotray/radiotray-0.7.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-0.7.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-0.7.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: radiotray-0.7.3-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.7.3-r1.ebuild,v 1.1 2012/09/08 08:52:33 hwoarang Exp $

EAPI=4

PYTHON_COMPAT='python2_6 python2_7'
inherit base python-distutils-ng

DESCRIPTION="Online radio streaming player"
HOMEPAGE="http://radiotray.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/dbus-python
	dev-python/gst-python
	dev-python/pygtk
	dev-python/lxml
	dev-python/pyxdg
	dev-python/pygobject:2
	dev-python/notify-python
	media-libs/gst-plugins-good
	media-libs/gst-plugins-ugly
	media-plugins/gst-plugins-alsa
	media-plugins/gst-plugins-libmms
	media-plugins/gst-plugins-ffmpeg
	media-plugins/gst-plugins-mad
	media-plugins/gst-plugins-ogg
	media-plugins/gst-plugins-soup
	media-plugins/gst-plugins-vorbis"

DEPEND="dev-python/pyxdg"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-08  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-08  8:52 [gentoo-commits] gentoo-x86 commit in media-radio/radiotray: radiotray-0.7.3-r1.ebuild radiotray-9999.ebuild ChangeLog radiotray-0.7.3.ebuild Markos Chandras (hwoarang)

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