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/mpg321/
Date: Tue, 30 Oct 2018 12:49:13 +0000 (UTC)	[thread overview]
Message-ID: <1540903729.ec63aa7de988526f4f9724bdd268f8799b6e87c6.asturm@gentoo> (raw)

commit:     ec63aa7de988526f4f9724bdd268f8799b6e87c6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 30 11:11:23 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 30 12:48:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec63aa7d

media-sound/mpg321: Drop 0.3.1-r1

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

 media-sound/mpg321/Manifest               |  1 -
 media-sound/mpg321/mpg321-0.3.1-r1.ebuild | 48 -------------------------------
 2 files changed, 49 deletions(-)

diff --git a/media-sound/mpg321/Manifest b/media-sound/mpg321/Manifest
index 0d17c6c579d..352587db2d0 100644
--- a/media-sound/mpg321/Manifest
+++ b/media-sound/mpg321/Manifest
@@ -1,2 +1 @@
-DIST mpg321-0.3.1.tar.gz 151104 BLAKE2B a835332b37a31dfd17e0f1dd25dfbf53a9ede65c721d6dc1fc4937558197b95543a032f43b47ac937adf227c8895afd2aa687b394813277f88836d03c1b5c0f0 SHA512 77a7b975f2d31f670eb786ccb9601820945e60b19a188e7337bd2ff0237c7ee47970c27adf78cf633d4a561e89b06de3eacf9f2ec11373abcdcb75c322f19eee
 DIST mpg321-0.3.2.tar.gz 151139 BLAKE2B d1b043316aca07e61ab61698f1d9e56fd221c4024e69b5262906b280dcb4f67bd32f3ff72b1758ba26cc0fa7d1c5c4052fc6fc87ae9ceec9d0bf77b1d35a868f SHA512 f1bead2c11e4cde0f1a87e1b2e3d216ef80c9a5dd8b219841961688d44a5fc63a54b7af07359766fde0b2712ddc5d0a90b20149c3228cb2d70e830e15c8ab234

diff --git a/media-sound/mpg321/mpg321-0.3.1-r1.ebuild b/media-sound/mpg321/mpg321-0.3.1-r1.ebuild
deleted file mode 100644
index 30b7149702f..00000000000
--- a/media-sound/mpg321/mpg321-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="A realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
-HOMEPAGE="http://mpg321.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="ipv6"
-
-RDEPEND="app-eselect/eselect-mpg123
-	>=media-libs/libao-1
-	media-libs/libid3tag
-	media-libs/libmad
-	sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}-orig
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.2.12-check-for-lround.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-mpg123-symlink \
-		$(use_enable ipv6)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS BUGS HACKING README* THANKS TODO # NEWS and ChangeLog are dead
-	mv "${ED}"/usr/bin/mpg321{,-mpg123}
-}
-
-pkg_postinst() {
-	eselect mpg123 update ifunset
-}
-
-pkg_postrm() {
-	eselect mpg123 update ifunset
-}


             reply	other threads:[~2018-10-30 12:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-30 12:49 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-02 10:04 [gentoo-commits] repo/gentoo:master commit in: media-sound/mpg321/ Yixun Lan
2021-08-16 21:28 Sam James
2021-01-06 14:31 Fabian Groffen
2016-08-04  8:51 Jeroen Roovers
2016-05-23 14:10 Tobias Klausmann
2016-05-13 14:51 Agostino Sarubbo

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=1540903729.ec63aa7de988526f4f9724bdd268f8799b6e87c6.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