public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/frescobaldi/
Date: Wed, 11 Nov 2015 04:04:22 +0000 (UTC)	[thread overview]
Message-ID: <1447214649.08f0618fc84f1d1c8b0011a7460d37fd1b1d924c.idella4@gentoo> (raw)

commit:     08f0618fc84f1d1c8b0011a7460d37fd1b1d924c
Author:     Karl Linden <karl.j.linden <AT> gmail <DOT> com>
AuthorDate: Sat Oct 31 14:07:20 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 04:04:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f0618f

media-sound/frescobaldi: version bump to 2.18.1, depend on python-ly wrt #543052, #561022

Package-Manager: portage-2.2.23

 media-sound/frescobaldi/Manifest                  |  1 +
 media-sound/frescobaldi/frescobaldi-2.18.1.ebuild | 36 +++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-sound/frescobaldi/Manifest b/media-sound/frescobaldi/Manifest
index 76efcc8..6c5904c 100644
--- a/media-sound/frescobaldi/Manifest
+++ b/media-sound/frescobaldi/Manifest
@@ -1,2 +1,3 @@
 DIST frescobaldi-2.0.16.tar.gz 3861027 SHA256 d8e89a662da45ae6c514365a4eb6895419f8058014f5393041988a55f05eea8a SHA512 7f04b84ec73ee84094ef8c11ef546a111b3c795dff9611a0627180b6509103c7505e5799a3ad0dd8d4d54dca2596f34835dca0018f78fe55966665c5eb14f3ab WHIRLPOOL 3c1d2f9d79ab04536664176d834014d5daab73d115961913b40c247dfe142cbf95761e44043ccfd914dc6cf64eb307d29fba0cb128afd44c3c345e1cb6edcd9a
+DIST frescobaldi-2.18.1.tar.gz 4172189 SHA256 475bbb9aeed8009fdb7b0c53e4da78ce7a204b548d0af6d909b699c99e61d4c1 SHA512 cc00012f6f3d5cef44e50258093a27c4627843f41ca3724983fbd424f2da4a2911e300edd12d35082c514381b660c421fbc405fe858ff3680d2a5605a8c4bb6a WHIRLPOOL d02eda7702bf6fbcd3c94255f97f57777b105a9e13dca0acb5abe950b5344fdfe9e02f153c2f20c7492e65fdad69ef92dda6b46ded9a18d1499115a12b7ac1fd
 DIST frescobaldi-2.18.tar.gz 4075233 SHA256 6531a6425a0b0a471fb0845098e9c890e59d6379636ed79b4512a48599327d4b SHA512 31c0f3d96e26f2b2a8383b25f56e89493f115bc7a60478a05be8c6f8e7f9189592ea106a366c999293e96c7860811cfe7505906f8f625a54c3ad58a9a428700a WHIRLPOOL de89589068258a421491b312f4928ed787921bf4b1f982ed31bd881f9ed59b7990cc2f2ccfb47a9cd054a19d545ae31a746dcb000267f37701a1552517be59a1

diff --git a/media-sound/frescobaldi/frescobaldi-2.18.1.ebuild b/media-sound/frescobaldi/frescobaldi-2.18.1.ebuild
new file mode 100644
index 0000000..86e030f
--- /dev/null
+++ b/media-sound/frescobaldi/frescobaldi-2.18.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+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}]
+	>=dev-python/python-ly-0.9[${PYTHON_USEDEP}]
+	>=media-sound/lilypond-2.14.2
+	portmidi? ( media-libs/portmidi[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2015-11-11  4:04 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11  4:04 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-11  4:04 [gentoo-commits] repo/gentoo:master commit in: media-sound/frescobaldi/ Ian Delaney
2016-03-12  7:47 Tim Harder
2016-05-13  3:39 Tim Harder
2017-03-05 13:46 Andreas Sturmlechner
2017-04-23 20:48 Michał Górny
2017-04-23 20:57 Michał Górny
2017-12-04 14:43 Manuel Rüger
2017-12-21  1:04 Andreas Sturmlechner
2017-12-21  1:04 Andreas Sturmlechner
2017-12-21 20:44 Andreas Sturmlechner
2017-12-24 12:36 Andreas Sturmlechner
2019-02-15 19:29 Mikle Kolyada
2020-02-16 13:41 Andreas Sturmlechner
2020-02-16 13:41 Andreas Sturmlechner
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 20:22 Andreas Sturmlechner
2021-05-23 10:10 Miroslav Šulc
2021-07-04  4:15 Miroslav Šulc
2021-08-04 18:42 Agostino Sarubbo
2021-08-05 14:08 Sam James
2021-08-05 19:19 Miroslav Šulc
2022-05-07  7:27 Miroslav Šulc
2022-06-07 21:16 Sam James
2022-06-09  7:34 Agostino Sarubbo
2022-06-17 12:11 Sam James
2022-06-17 12:11 Sam James
2022-06-18  5:25 Miroslav Šulc
2022-07-28 14:14 Sam James
2022-09-18 13:54 Miroslav Šulc
2023-02-07 10:37 Andreas Sturmlechner
2023-03-29  6:51 Miroslav Šulc
2023-04-29  7:47 Arthur Zamarin
2023-05-03  5:33 Sam James
2023-05-03  6:41 Miroslav Šulc
2024-08-01  7:43 Miroslav Šulc
2024-08-13 14:52 Miroslav Šulc
2024-11-23 11:36 Andreas Sturmlechner

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=1447214649.08f0618fc84f1d1c8b0011a7460d37fd1b1d924c.idella4@gentoo \
    --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