idella4     15/05/20 04:51:01

  Modified:             ChangeLog
  Added:                frescobaldi-2.18.ebuild
  Log:
  bump; py3 support added
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.29                 media-sound/frescobaldi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/frescobaldi/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   27 Oct 2014 05:44:48 -0000      1.28
+++ ChangeLog   20 May 2015 04:51:01 -0000      1.29
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/frescobaldi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/frescobaldi/ChangeLog,v 1.28 
2014/10/27 05:44:48 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/frescobaldi/ChangeLog,v 1.29 
2015/05/20 04:51:01 idella4 Exp $
+
+*frescobaldi-2.18 (20 May 2015)
+
+  20 May 2015; Ian Delaney <[email protected]> +frescobaldi-2.18.ebuild:
+  bump; py3 support added
 
   27 Oct 2014; Samuli Suominen <[email protected]>
   -frescobaldi-2.0.13.ebuild, -frescobaldi-2.0.14.ebuild,



1.1                  media-sound/frescobaldi/frescobaldi-2.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/frescobaldi/frescobaldi-2.18.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/frescobaldi/frescobaldi-2.18.ebuild?rev=1.1&content-type=text/plain

Index: frescobaldi-2.18.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/frescobaldi/frescobaldi-2.18.ebuild,v 1.1 
2015/05/20 04:51:01 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1 gnome2-utils

DESCRIPTION="A LilyPond sheet music text editor"
HOMEPAGE="http://www.frescobaldi.org/";
SRC_URI="https://github.com/wbsoft/${PN}/releases/download/v${PV}/${P}.tar.gz";

LICENSE="GPL-2 public-domain" # public-domain is for bundled Tango icons
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="portmidi"

RDEPEND="dev-python/python-poppler-qt4[${PYTHON_USEDEP}]
        dev-python/PyQt4[X,${PYTHON_USEDEP}]
        >=media-sound/lilypond-2.14.2
        portmidi? ( $(python_gen_cond_dep 
'media-libs/portmidi[${PYTHON_USEDEP}]' python2_7) )"
DEPEND="${RDEPEND}"

python_prepare_all() {
        # Instructs install unconditionally for a Windows system
        rm setup.cfg || die
        distutils-r1_python_prepare_all
}

pkg_preinst() {
        gnome2_icon_savelist
}

pkg_postinst() {
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}




Reply via email to