* [gentoo-commits] repo/gentoo:master commit in: media-sound/squeezeslave/
@ 2016-04-12 5:57 Tim Harder
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder @ 2016-04-12 5:57 UTC (permalink / raw
To: gentoo-commits
commit: 2520e68ae9ba2840b94ca694e93252b94bd789fc
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 05:48:07 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 05:48:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2520e68a
media-sound/squeezeslave: drop myself as maintainer
media-sound/squeezeslave/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/media-sound/squeezeslave/metadata.xml b/media-sound/squeezeslave/metadata.xml
index 7e4dbcc..c1f13a5 100644
--- a/media-sound/squeezeslave/metadata.xml
+++ b/media-sound/squeezeslave/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>radhermit@gentoo.org</email>
- <name>Tim Harder</name>
- </maintainer>
+ <!-- maintainer-needed -->
<use>
<flag name="display">Enable a text-based display</flag>
<flag name="tremor">Use a fixed-point version of the Ogg Vorbis decoder (<pkg>media-libs/tremor</pkg>)</flag>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/squeezeslave/
@ 2016-04-26 22:27 Austin English
0 siblings, 0 replies; 2+ messages in thread
From: Austin English @ 2016-04-26 22:27 UTC (permalink / raw
To: gentoo-commits
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}
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-26 22:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 22:27 [gentoo-commits] repo/gentoo:master commit in: media-sound/squeezeslave/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2016-04-12 5:57 Tim Harder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox