public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/moc/
Date: Fri, 24 Feb 2017 23:11:03 +0000 (UTC)	[thread overview]
Message-ID: <1487977854.e056d16adc87cd85c7fd4543618b49434a070acf.kensington@gentoo> (raw)

commit:     e056d16adc87cd85c7fd4543618b49434a070acf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 23:09:05 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 23:10:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e056d16a

media-sound/moc: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/moc/Manifest         |  1 -
 media-sound/moc/moc-2.5.0.ebuild | 81 ----------------------------------------
 2 files changed, 82 deletions(-)

diff --git a/media-sound/moc/Manifest b/media-sound/moc/Manifest
index c5dfd97927..8b46950e43 100644
--- a/media-sound/moc/Manifest
+++ b/media-sound/moc/Manifest
@@ -1,3 +1,2 @@
-DIST moc-2.5.0.tar.bz2 594532 SHA256 d29ea52240af76c4aa56fa293553da9d66675823e689249cee5f8a60657a6091 SHA512 ca6cfd4d1d13030bd561df8ab671399a17dfb675c360ecc95a2491c6a85764d0f72259ac33665405b197f370f4fd7ef59d9a485706f8a882bff30d0fafcf252c WHIRLPOOL 770d4024451c9f153fe16b60819392f677171c1ba08c8d95d9dfd5e1be1a19bfd5a7d9f771aa4ded8c40c0f042865f6e693727fce261464261d4311860fcff58
 DIST moc-2.5.2.tar.bz2 602728 SHA256 f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08 SHA512 992d06809fb52e58dcee63704bde05795b99edbac46edd8381f314c564490013b18e1853926f419c2c3c7f1bb68ff35e97048de03ace3232b800cf4b3b7dbe0f WHIRLPOOL b6db2de356107ac9e46605d70834ff34c49ff17fe4307caadf613b0618f905f4fd2aaf9e67852f319c2e97a4e9173c876b6fd8aa83bcbbdae9e54557d384adff
 DIST moc-2.6-alpha3.tar.xz 496676 SHA256 a27b8888984cf8dbcd758584961529ddf48c237caa9b40b67423fbfbb88323b1 SHA512 e38e277e5e945827308f47a8f3614eb1e52c16271da372f50e7b6427a7dfc994e1c66761a9e46326bf483b91e9127efe7796a329c62e95524609edfb3a7603bf WHIRLPOOL 749603a4e582bceef4b41b1d68513b84bbdab1e566fd41c12b9d5d8b2e14b8bca9be70aae3f20ef389eb7801785aeac4f486b676c3aefa25b92329a0387a84dc

diff --git a/media-sound/moc/moc-2.5.0.ebuild b/media-sound/moc/moc-2.5.0.ebuild
deleted file mode 100644
index 032b1ee535..0000000000
--- a/media-sound/moc/moc-2.5.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_P=${P/_/-}
-DESCRIPTION="Music On Console - ncurses interface for playing audio files"
-HOMEPAGE="http://moc.daper.net"
-SRC_URI="http://ftp.daper.net/pub/soft/moc/stable/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic modplug musepack
-	oss sid sndfile speex timidity tremor +unicode vorbis wavpack"
-
-RDEPEND=">=dev-libs/libltdl-2:0
-	sys-libs/ncurses:0=[unicode?]
-	aac? ( media-libs/faad2 )
-	alsa? ( media-libs/alsa-lib )
-	cache? ( >=sys-libs/db-4:= )
-	curl? ( net-misc/curl )
-	ffmpeg? ( virtual/ffmpeg )
-	flac? ( media-libs/flac )
-	jack? ( media-sound/jack-audio-connection-kit )
-	libsamplerate? ( media-libs/libsamplerate )
-	mad? ( media-libs/libmad sys-libs/zlib media-libs/libid3tag )
-	magic? ( sys-apps/file )
-	modplug? ( media-libs/libmodplug )
-	musepack? ( media-sound/musepack-tools media-libs/taglib )
-	sid? ( >=media-libs/libsidplay-2 )
-	sndfile? ( media-libs/libsndfile )
-	speex? ( media-libs/speex )
-	timidity? ( media-libs/libtimidity media-sound/timidity++ )
-	vorbis? (
-		media-libs/libogg
-		tremor? ( media-libs/tremor )
-		!tremor? ( media-libs/libvorbis )
-	)
-	wavpack? ( media-sound/wavpack )"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	local myconf=(
-		--docdir="${EPREFIX}"/usr/share/doc/${PF}
-		$(use_enable debug)
-		$(use_enable cache)
-		$(use_with oss)
-		$(use_with alsa)
-		$(use_with jack)
-		$(use_with magic)
-		$(use_with unicode ncursesw)
-		$(use_with libsamplerate samplerate)
-		$(use_with aac)
-		$(use_with ffmpeg)
-		$(use_with flac)
-		$(use_with modplug)
-		$(use_with mad mp3)
-		--without-rcc
-		$(use_with musepack)
-		$(use_with sid sidplay2)
-		$(use_with sndfile)
-		$(use_with speex)
-		$(use_with timidity)
-		$(use_with vorbis vorbis $(usex tremor tremor ""))
-		$(use_with wavpack)
-		$(use_with curl)
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} +
-}


             reply	other threads:[~2017-02-24 23:11 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-24 23:11 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-29 20:53 [gentoo-commits] repo/gentoo:master commit in: media-sound/moc/ Sam James
2023-05-29 20:51 Sam James
2022-08-17 16:21 Matt Turner
2021-08-16 21:28 Sam James
2021-03-26  7:46 Miroslav Šulc
2021-03-25 21:29 Sam James
2021-03-25 16:19 Agostino Sarubbo
2021-03-24 19:42 Sam James
2021-03-24 19:42 Sam James
2021-03-24 19:42 Sam James
2020-09-05  5:10 Miroslav Šulc
2020-09-04 21:53 Sam James
2020-08-31  0:42 Sam James
2020-08-11 14:23 Agostino Sarubbo
2020-08-11 14:18 Agostino Sarubbo
2020-08-10 12:34 Agostino Sarubbo
2020-08-08  9:09 Miroslav Šulc
2020-04-26 10:35 David Seifert
2019-07-23 19:10 Aaron Bauman
2019-05-19 13:14 Thomas Deutschmann
2019-05-02 21:29 Mikle Kolyada
2019-04-06 16:06 Mikle Kolyada
2019-04-05 19:03 Sergei Trofimovich
2018-10-30 15:13 Andreas Sturmlechner
2017-02-24 14:07 Agostino Sarubbo
2017-02-21 11:54 Tobias Klausmann
2017-02-16 17:26 Agostino Sarubbo
2017-02-16 17:16 Agostino Sarubbo
2016-12-07 15:02 Jason Zaman
2016-12-07  6:42 Jason Zaman
2016-11-23  7:19 Tim Harder
2016-08-28  2:25 Tim Harder
2016-04-12  6:06 Tim Harder
2016-02-26 17:17 Markus Meier

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=1487977854.e056d16adc87cd85c7fd4543618b49434a070acf.kensington@gentoo \
    --to=kensington@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