public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/squeezeslave/
Date: Tue, 26 Apr 2016 22:27:10 +0000 (UTC)	[thread overview]
Message-ID: <1461709592.f1e644767e3817241344487d84c81950eabfe5be.wizardedit@gentoo> (raw)

commit:     f1e644767e3817241344487d84c81950eabfe5be
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 22:19:44 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 22:26:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e64476

media-sound/squeezeslave: remove squeezeslave-1.1_p365 / squeezeslave-1.1_p381

Package-Manager: portage-2.2.26

 .../squeezeslave/squeezeslave-1.1_p365.ebuild      | 52 ---------------------
 .../squeezeslave/squeezeslave-1.1_p381.ebuild      | 53 ----------------------
 2 files changed, 105 deletions(-)

diff --git a/media-sound/squeezeslave/squeezeslave-1.1_p365.ebuild b/media-sound/squeezeslave/squeezeslave-1.1_p365.ebuild
deleted file mode 100644
index df9703a..0000000
--- a/media-sound/squeezeslave/squeezeslave-1.1_p365.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A lightweight streaming audio player for Logitech Media Server"
-HOMEPAGE="https://squeezeslave.googlecode.com"
-SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="aac +alsa display tremor wma zones"
-
-RDEPEND="media-libs/libmad
-	media-libs/flac
-	tremor? ( media-libs/tremor )
-	!tremor? ( media-libs/libvorbis )
-	media-libs/libogg
-	media-libs/portaudio[alsa?]
-	aac? ( virtual/ffmpeg )
-	wma? ( virtual/ffmpeg )
-	display? ( app-misc/lirc )"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.1_p350-tremor-headers.patch
-}
-
-src_compile() {
-	tc-export CC AR RANLIB
-
-	local myconf
-	for i in aac display tremor wma zones ; do
-		use $i && myconf+=" $i=1"
-	done
-
-	emake ${myconf}
-}
-
-src_install() {
-	dobin bin/${PN}
-	dodoc ChangeLog TODO
-
-	newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN}
-	newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-}

diff --git a/media-sound/squeezeslave/squeezeslave-1.1_p381.ebuild b/media-sound/squeezeslave/squeezeslave-1.1_p381.ebuild
deleted file mode 100644
index b2e8f67..0000000
--- a/media-sound/squeezeslave/squeezeslave-1.1_p381.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A lightweight streaming audio player for Logitech Media Server"
-HOMEPAGE="https://squeezeslave.googlecode.com"
-SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="aac +alsa display tremor wma zones"
-
-RDEPEND="media-libs/libmad
-	media-libs/flac
-	tremor? ( media-libs/tremor )
-	!tremor? ( media-libs/libvorbis )
-	media-libs/libogg
-	media-libs/portaudio[alsa?]
-	aac? ( virtual/ffmpeg )
-	wma? ( virtual/ffmpeg )
-	display? ( app-misc/lirc )"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.1_p350-tremor-headers.patch
-	epatch "${FILESDIR}"/${PN}-1.1_p381-ffmpeg2.patch
-}
-
-src_compile() {
-	tc-export CC AR RANLIB
-
-	local myconf
-	for i in aac display tremor wma zones ; do
-		use $i && myconf+=" $i=1"
-	done
-
-	emake ${myconf}
-}
-
-src_install() {
-	dobin bin/${PN}
-	dodoc ChangeLog TODO
-
-	newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN}
-	newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-}


             reply	other threads:[~2016-04-26 22:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-26 22:27 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-12  5:57 [gentoo-commits] repo/gentoo:master commit in: media-sound/squeezeslave/ Tim Harder

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=1461709592.f1e644767e3817241344487d84c81950eabfe5be.wizardedit@gentoo \
    --to=wizardedit@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