public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/frescobaldi: frescobaldi-2.18.ebuild ChangeLog
@ 2015-05-20  4:51 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2015-05-20  4:51 UTC (permalink / raw
  To: gentoo-commits

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 <idella4@gentoo.org> +frescobaldi-2.18.ebuild:
+  bump; py3 support added
 
   27 Oct 2014; Samuli Suominen <ssuominen@gentoo.org>
   -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
}





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

only message in thread, other threads:[~2015-05-20  4:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20  4:51 [gentoo-commits] gentoo-x86 commit in media-sound/frescobaldi: frescobaldi-2.18.ebuild ChangeLog Ian Delaney (idella4)

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