From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D3BD138334 for ; Mon, 10 Jun 2019 20:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 988A4E081A; Mon, 10 Jun 2019 20:35:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6990EE081A for ; Mon, 10 Jun 2019 20:35:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F154345C49 for ; Mon, 10 Jun 2019 20:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB588614 for ; Mon, 10 Jun 2019 20:35:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1560198854.c3c6bc2129c964462846ea2625d96c52f6ba040e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tuxguitar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/tuxguitar/tuxguitar-1.3.2.ebuild X-VCS-Directories: media-sound/tuxguitar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c3c6bc2129c964462846ea2625d96c52f6ba040e X-VCS-Branch: master Date: Mon, 10 Jun 2019 20:35:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 920a2288-693d-4e11-ba20-5e9e62135489 X-Archives-Hash: 00ca575a378106be92f9e69abebde54b commit: c3c6bc2129c964462846ea2625d96c52f6ba040e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 10 20:28:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 10 20:34:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c6bc21 media-sound/tuxguitar: fdo-mime->xdg-utils, eutils->desktop, HOMEPAGE Add missing media-sound/fluidsynth slot op Minur tidy-up: no ${PN} in DESCRIPTION CDEPEND -> COMMON_DEPEND Sort DEPENDs Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/tuxguitar/tuxguitar-1.3.2.ebuild | 47 ++++++++++++++-------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/media-sound/tuxguitar/tuxguitar-1.3.2.ebuild b/media-sound/tuxguitar/tuxguitar-1.3.2.ebuild index 61ca5827d67..7c0a2bf1b65 100644 --- a/media-sound/tuxguitar/tuxguitar-1.3.2.ebuild +++ b/media-sound/tuxguitar/tuxguitar-1.3.2.ebuild @@ -1,39 +1,40 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 toolchain-funcs flag-o-matic fdo-mime gnome2-utils +EAPI=6 MY_P="${P}-src" -DESCRIPTION="TuxGuitar is a multitrack guitar tablature editor and player written in Java-SWT" -HOMEPAGE="http://tuxguitar.herac.com.ar/" +JAVA_PKG_IUSE="source" +inherit desktop java-pkg-2 java-ant-2 toolchain-funcs flag-o-matic xdg-utils + +DESCRIPTION="Multitrack guitar tablature editor and player written in Java-SWT" +HOMEPAGE="http://www.tuxguitar.com.ar/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + LICENSE="LGPL-2.1" SLOT="0" - IUSE="alsa fluidsynth jack lilypond oss pdf timidity tray" - KEYWORDS="~amd64 ~x86" -CDEPEND="dev-java/swt:3.7[cairo] +COMMON_DEPEND=" + dev-java/swt:3.7[cairo] alsa? ( media-libs/alsa-lib ) pdf? ( dev-java/itext:5 ) - fluidsynth? ( media-sound/fluidsynth ) - lilypond? ( media-sound/lilypond )" - -RDEPEND=">=virtual/jre-1.5 + fluidsynth? ( media-sound/fluidsynth:= ) + lilypond? ( media-sound/lilypond ) +" +RDEPEND="${COMMON_DEPEND} + >=virtual/jre-1.5 timidity? ( media-sound/timidity++[alsa?,oss?] ) - ${CDEPEND}" +" +DEPEND="${COMMON_DEPEND} + >=virtual/jdk-1.5 +" -DEPEND=">=virtual/jdk-1.5 - ${CDEPEND}" +PATCHES=( "${FILESDIR}"/${PN}-fixed-ant-files.patch ) S="${WORKDIR}/${MY_P}" -PATCHES=( "${FILESDIR}"/${PN}-fixed-ant-files.patch ) - LIBRARY_LIST=() PLUGIN_LIST=() @@ -116,8 +117,8 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update + xdg_desktop_database_update + xdg_icon_cache_update if use fluidsynth; then ewarn "Fluidsynth plugin blocks behavior of JSA plugin." ewarn "Enable only one of them in \"Tools > Plugins\"" @@ -125,6 +126,6 @@ pkg_postinst() { } pkg_postrm() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update + xdg_desktop_database_update + xdg_icon_cache_update }