Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/jokosher: jokosher-0.11.5-r1.ebuild ChangeLog
Date: Tue, 02 Dec 2014 21:39:51
Message-Id: 20141202213946.B2E91B61E@oystercatcher.gentoo.org
1 pacho 14/12/02 21:39:46
2
3 Modified: ChangeLog
4 Added: jokosher-0.11.5-r1.ebuild
5 Log:
6 Port to new python eclasses
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.14 media-sound/jokosher/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 25 Oct 2012 20:36:08 -0000 1.13
24 +++ ChangeLog 2 Dec 2014 21:39:46 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/jokosher
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v 1.13 2012/10/25 20:36:08 eva Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v 1.14 2014/12/02 21:39:46 pacho Exp $
31 +
32 +*jokosher-0.11.5-r1 (02 Dec 2014)
33 +
34 + 02 Dec 2014; Pacho Ramos <pacho@g.o> +jokosher-0.11.5-r1.ebuild:
35 + Port to new python eclasses
36
37 25 Oct 2012; Gilles Dartiguelongue <eva@g.o> jokosher-0.11.1.ebuild,
38 jokosher-0.11.5.ebuild:
39 @@ -47,4 +52,3 @@
40 Initial commit for bug 141362, thanks to Denis Gubanov, Eric Anderson, James
41 Kirkham, Jose daLuz, Alex Rostovtsev and many others I missed to mention
42 here.
43 -
44
45
46
47 1.1 media-sound/jokosher/jokosher-0.11.5-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/jokosher-0.11.5-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/jokosher-0.11.5-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: jokosher-0.11.5-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/jokosher-0.11.5-r1.ebuild,v 1.1 2014/12/02 21:39:46 pacho Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python2_7 )
60 DISTUTILS_SINGLE_IMPL="yes"
61 GCONF_DEBUG="no"
62
63 inherit eutils gnome2 distutils-r1
64
65 DESCRIPTION="A simple yet powerful multi-track studio"
66 HOMEPAGE="http://www.jokosher.org"
67 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE="gnome"
73
74 # NOTE: setuptools are a runtime requirement as the app
75 # loads its extensions via pkg_resources
76 RDEPEND="
77 dev-python/dbus-python[${PYTHON_USEDEP}]
78 >=dev-python/gst-python-0.10.8:0.10[${PYTHON_USEDEP}]
79 dev-python/pycairo[${PYTHON_USEDEP}]
80 >=dev-python/pygtk-2.10[${PYTHON_USEDEP}]
81 gnome-base/librsvg
82 >=media-libs/gnonlin-0.10.9:0.10
83 >=media-libs/gst-plugins-good-0.10.6:0.10
84 >=media-libs/gst-plugins-bad-0.10.5:0.10
85 >=media-plugins/gst-plugins-alsa-0.10.14:0.10
86 >=media-plugins/gst-plugins-flac-0.10.6:0.10
87 gnome? ( >=media-plugins/gst-plugins-gnomevfs-0.10.14:0.10 )
88 >=media-plugins/gst-plugins-lame-0.10.6:0.10
89 >=media-plugins/gst-plugins-ogg-0.10.14:0.10
90 >=media-plugins/gst-plugins-vorbis-0.10.14:0.10
91 >=media-plugins/gst-plugins-ladspa-0.10.5:0.10
92 x11-themes/hicolor-icon-theme
93 dev-python/setuptools[${PYTHON_USEDEP}]
94 dev-python/pyxdg[${PYTHON_USEDEP}]
95 "
96 DEPEND="${RDEPEND}
97 app-text/scrollkeeper
98 "
99
100 src_prepare() {
101 epatch "${FILESDIR}"/${PN}-0.11.1-update-database.patch \
102 "${FILESDIR}"/${P}-cairo.patch
103 gnome2_src_prepare
104 distutils-r1_src_prepare
105 }
106
107 src_configure() {
108 distutils-r1_src_configure
109 }
110
111 src_compile() {
112 distutils-r1_src_compile
113 }
114
115 src_install() {
116 distutils-r1_src_install
117 }