pacho       14/12/02 21:39:46

  Modified:             ChangeLog
  Added:                jokosher-0.11.5-r1.ebuild
  Log:
  Port to new python eclasses
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.14                 media-sound/jokosher/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   25 Oct 2012 20:36:08 -0000      1.13
+++ ChangeLog   2 Dec 2014 21:39:46 -0000       1.14
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/jokosher
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v 1.13 
2012/10/25 20:36:08 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v 1.14 
2014/12/02 21:39:46 pacho Exp $
+
+*jokosher-0.11.5-r1 (02 Dec 2014)
+
+  02 Dec 2014; Pacho Ramos <[email protected]> +jokosher-0.11.5-r1.ebuild:
+  Port to new python eclasses
 
   25 Oct 2012; Gilles Dartiguelongue <[email protected]> jokosher-0.11.1.ebuild,
   jokosher-0.11.5.ebuild:
@@ -47,4 +52,3 @@
   Initial commit for bug 141362, thanks to Denis Gubanov, Eric Anderson, James
   Kirkham, Jose daLuz, Alex Rostovtsev and many others I missed to mention
   here.
-



1.1                  media-sound/jokosher/jokosher-0.11.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jokosher/jokosher-0.11.5-r1.ebuild?rev=1.1&view=markup
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

Index: jokosher-0.11.5-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL="yes"
GCONF_DEBUG="no"

inherit eutils gnome2 distutils-r1

DESCRIPTION="A simple yet powerful multi-track studio"
HOMEPAGE="http://www.jokosher.org";
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz";

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

# NOTE: setuptools are a runtime requirement as the app
#       loads its extensions via pkg_resources
RDEPEND="
        dev-python/dbus-python[${PYTHON_USEDEP}]
        >=dev-python/gst-python-0.10.8:0.10[${PYTHON_USEDEP}]
        dev-python/pycairo[${PYTHON_USEDEP}]
        >=dev-python/pygtk-2.10[${PYTHON_USEDEP}]
        gnome-base/librsvg
        >=media-libs/gnonlin-0.10.9:0.10
        >=media-libs/gst-plugins-good-0.10.6:0.10
        >=media-libs/gst-plugins-bad-0.10.5:0.10
        >=media-plugins/gst-plugins-alsa-0.10.14:0.10
        >=media-plugins/gst-plugins-flac-0.10.6:0.10
        gnome? ( >=media-plugins/gst-plugins-gnomevfs-0.10.14:0.10 )
        >=media-plugins/gst-plugins-lame-0.10.6:0.10
        >=media-plugins/gst-plugins-ogg-0.10.14:0.10
        >=media-plugins/gst-plugins-vorbis-0.10.14:0.10
        >=media-plugins/gst-plugins-ladspa-0.10.5:0.10
        x11-themes/hicolor-icon-theme
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/pyxdg[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
        app-text/scrollkeeper
"

src_prepare() {
        epatch "${FILESDIR}"/${PN}-0.11.1-update-database.patch \
                "${FILESDIR}"/${P}-cairo.patch
        gnome2_src_prepare
        distutils-r1_src_prepare
}

src_configure() {
        distutils-r1_src_configure
}

src_compile() {
        distutils-r1_src_compile
}

src_install() {
        distutils-r1_src_install
}




Reply via email to