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/abcde/
Date: Tue,  2 Jul 2019 14:07:28 +0000 (UTC)	[thread overview]
Message-ID: <1562076433.25e2903911a30d6c795e02cfe985e2a54e82640b.asturm@gentoo> (raw)

commit:     25e2903911a30d6c795e02cfe985e2a54e82640b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 13:40:22 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 14:07:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e29039

media-sound/abcde: Drop 2.8.1

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/abcde/Manifest           |  1 -
 media-sound/abcde/abcde-2.8.1.ebuild | 70 ------------------------------------
 2 files changed, 71 deletions(-)

diff --git a/media-sound/abcde/Manifest b/media-sound/abcde/Manifest
index cc26e3b0e0e..573f82f1935 100644
--- a/media-sound/abcde/Manifest
+++ b/media-sound/abcde/Manifest
@@ -1,2 +1 @@
-DIST abcde-2.8.1.tar.gz 149238 BLAKE2B 0adb1ea164e72292ee1e5b7e99c6bd9a92342f9eb5036280b91ad43ab62e5b0ef79652d094a81f38f4052c749d874e12da76eaf74134d07517fc8fac1f0d7e64 SHA512 18e9e46ec69d0b99fc5e2b71ec549e3961e5f6d7f88cef1a6c8da154689554a70cc8bc748c1ef78f81583a510f8b03906b8a4fec454aa0b06f0169d0bc4a7b36
 DIST abcde-2.9.3.tar.gz 160876 BLAKE2B cb3ebc372b4bfcf002beda567c2aa91dba11e77fdaeee8ec0d351fe907d6209ccb9013135db2a3ea0f85148eeaaa91f06243c607ac732a1b13f7a0a54d721fb0 SHA512 51a1dfa1f1d2dab6b8dad7d9f70d0139938151bc2dae0e9fc80da5385b4bba4d71c89a4d1b2dec5bd24787a542cb0caeacbef423cf32b8014cf6320c391b4236

diff --git a/media-sound/abcde/abcde-2.8.1.ebuild b/media-sound/abcde/abcde-2.8.1.ebuild
deleted file mode 100644
index 2a06fdfdf54..00000000000
--- a/media-sound/abcde/abcde-2.8.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A command line CD encoder"
-HOMEPAGE="https://abcde.einval.com/"
-SRC_URI="https://abcde.einval.com/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-# Enable MP3 related flags by default
-IUSE="aac cdparanoia cdr flac +id3tag +lame mac musepack musicbrainz normalize opus replaygain speex vorbis wavpack"
-
-# See `grep :: abcde-musicbrainz-tool` output for USE musicbrainz dependencies
-RDEPEND="media-sound/cd-discid
-	net-misc/wget
-	virtual/eject
-	aac? (
-		media-libs/faac
-		|| ( media-video/atomicparsley media-video/atomicparsley-wez )
-		)
-	cdparanoia? (
-		|| ( dev-libs/libcdio-paranoia media-sound/cdparanoia )
-		)
-	cdr? ( virtual/cdrtools )
-	flac? ( media-libs/flac )
-	id3tag? (
-		dev-python/eyeD3:0.7
-		>=media-sound/id3-0.12
-		media-sound/id3v2
-		)
-	lame? ( media-sound/lame )
-	mac? (
-		media-sound/apetag
-		media-sound/mac
-		)
-	musepack? ( media-sound/musepack-tools )
-	musicbrainz? (
-		dev-perl/MusicBrainz-DiscID
-		dev-perl/WebService-MusicBrainz
-		virtual/perl-Digest-SHA
-		virtual/perl-Getopt-Long
-		)
-	normalize? ( >=media-sound/normalize-0.7.4 )
-	opus? ( media-sound/opus-tools )
-	replaygain? (
-		vorbis? ( media-sound/vorbisgain )
-		lame? ( media-sound/mp3gain )
-		)
-	speex? ( media-libs/speex )
-	vorbis? ( media-sound/vorbis-tools )
-	wavpack? ( media-sound/wavpack )
-"
-
-src_prepare() {
-	default
-	sed -i 's:etc/abcde.co:etc/abcde/abcde.co:g' abcde || die
-	sed -i -e '/^prefix/s/=/?=/' -e '/^sysconfdir/s/=/?=/' Makefile || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" prefix="/usr" sysconfdir="/etc/abcde" install
-
-	dodoc changelog FAQ README
-
-	docinto examples
-	dodoc examples/*
-}


             reply	other threads:[~2019-07-02 14:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-02 14:07 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03  8:52 [gentoo-commits] repo/gentoo:master commit in: media-sound/abcde/ Miroslav Šulc
2022-03-08  8:58 Jakov Smolić
2021-09-26 22:16 Marek Szuba
2021-05-14 17:57 David Seifert
2020-12-18  9:00 Michał Górny
2020-04-26 10:35 David Seifert
2019-07-02  8:28 Sergei Trofimovich
2019-07-02  8:24 Sergei Trofimovich
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-06-04 22:00 Andreas Sturmlechner
2019-06-04 22:00 Andreas Sturmlechner
2019-04-07 23:40 Aaron Bauman
2019-04-07 21:34 Sergei Trofimovich
2019-04-07 21:16 Sergei Trofimovich
2018-08-26 11:28 Michał Górny
2017-09-23 19:45 Sergei Trofimovich
2017-08-31 13:12 Tim Harder
2017-08-31 13:12 Tim Harder
2017-08-31 13:12 Tim Harder
2017-02-09 13:10 Alexis Ballier
2016-08-21  7:09 Alexis Ballier
2016-02-24 21:17 Manuel Rüger
2016-02-24 21:17 Manuel Rüger
2015-10-05  5:26 Jeroen Roovers

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=1562076433.25e2903911a30d6c795e02cfe985e2a54e82640b.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