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 96A85138334 for ; Sat, 30 Mar 2019 10:00:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2CF0E0869; Sat, 30 Mar 2019 10:00:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8C32BE0869 for ; Sat, 30 Mar 2019 10:00:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 866DC335D4F for ; Sat, 30 Mar 2019 09:59:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6115A2 for ; Sat, 30 Mar 2019 09:59:55 +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: <1553939904.145775699201a2a51ff55a6eb3bdb6f98251b5bc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/asunder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/asunder/asunder-2.9.3-r1.ebuild X-VCS-Directories: media-sound/asunder/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 145775699201a2a51ff55a6eb3bdb6f98251b5bc X-VCS-Branch: master Date: Sat, 30 Mar 2019 09:59:55 +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: 3502c89c-fecb-4850-9437-b93701e4983b X-Archives-Hash: 7c4aa045f81bd468f31809d3e4844040 commit: 145775699201a2a51ff55a6eb3bdb6f98251b5bc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 30 09:54:00 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 30 09:58:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14577569 media-sound/asunder: EAPI-7 bump, switch to xdg Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/asunder/asunder-2.9.3-r1.ebuild | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/media-sound/asunder/asunder-2.9.3-r1.ebuild b/media-sound/asunder/asunder-2.9.3-r1.ebuild index 59b9fd215d8..df537f03bf4 100644 --- a/media-sound/asunder/asunder-2.9.3-r1.ebuild +++ b/media-sound/asunder/asunder-2.9.3-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit xdg-utils +inherit xdg -DESCRIPTION="A graphical Audio CD ripper and encoder with support for many output formats" +DESCRIPTION="Graphical Audio CD ripper and encoder with support for many output formats" HOMEPAGE="http://littlesvr.ca/asunder/" SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2" @@ -14,14 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="flac mac mp3 musepack opus vorbis wavpack" -COMMON_DEPEND=">=media-libs/libcddb-0.9.5 +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" +DEPEND=">=media-libs/libcddb-0.9.5 media-sound/cdparanoia x11-libs/gtk+:2" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} flac? ( media-libs/flac ) mac? ( media-sound/mac ) mp3? ( media-sound/lame ) @@ -34,11 +34,3 @@ src_prepare() { default sed -i -e 's:cd syslogng && $(MAKE) install:true:' Makefile.in || die } - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}