public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/asunder/
Date: Sat, 30 Mar 2019 09:59:55 +0000 (UTC)	[thread overview]
Message-ID: <1553939904.145775699201a2a51ff55a6eb3bdb6f98251b5bc.asturm@gentoo> (raw)

commit:     145775699201a2a51ff55a6eb3bdb6f98251b5bc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 09:54:00 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}


             reply	other threads:[~2019-03-30 10:00 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-30  9:59 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-11  9:57 [gentoo-commits] repo/gentoo:master commit in: media-sound/asunder/ Miroslav Šulc
2024-01-11  9:38 Sam James
2024-01-11  9:38 Sam James
2023-07-29  7:47 Miroslav Šulc
2023-07-24  7:53 Miroslav Šulc
2021-05-29 16:02 Miroslav Šulc
2021-05-29 15:23 Sam James
2021-05-29 13:28 Sam James
2021-04-27 17:55 Miroslav Šulc
2021-04-26 15:26 Miroslav Šulc
2021-04-26 10:34 Sam James
2021-04-21 19:03 Sam James
2020-06-15 13:28 Lars Wendler
2020-06-15 13:28 Lars Wendler
2019-10-22  9:28 Lars Wendler
2019-09-04 16:17 Lars Wendler
2019-04-28 22:41 Pacho Ramos
2019-04-28 22:06 Thomas Deutschmann
2019-04-08 15:50 Mikle Kolyada
2019-03-24 20:04 Sergei Trofimovich
2018-07-12  0:16 Thomas Deutschmann
2018-04-05  8:23 Lars Wendler
2018-04-05  8:23 Lars Wendler
2018-01-08  0:14 Mikle Kolyada
2017-11-22 20:25 Lars Wendler
2017-11-22 15:46 Lars Wendler
2017-11-22 15:46 Lars Wendler
2017-07-10  5:53 Lars Wendler
2017-07-10  5:53 Lars Wendler
2017-06-03 20:52 David Seifert
2017-06-03 20:52 David Seifert
2017-05-11 14:25 Lars Wendler
2017-02-21  8:47 Michael Weber
2017-02-09 12:08 Lars Wendler
2017-02-09 12:08 Lars Wendler
2015-10-08  9:39 Lars Wendler
2015-10-08  9:39 Lars Wendler

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=1553939904.145775699201a2a51ff55a6eb3bdb6f98251b5bc.asturm@gentoo \
    --to=asturm@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