public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/frescobaldi: frescobaldi-2.18.ebuild ChangeLog
Date: Wed, 20 May 2015 04:51:01 +0000 (UTC)	[thread overview]
Message-ID: <20150520045101.CA1B29F5@oystercatcher.gentoo.org> (raw)

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
}





                 reply	other threads:[~2015-05-20  4:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150520045101.CA1B29F5@oystercatcher.gentoo.org \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox