Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/squeezeslave/
Date: Tue, 26 Apr 2016 22:27:33
Message-Id: 1461709592.f1e644767e3817241344487d84c81950eabfe5be.wizardedit@gentoo
1 commit: f1e644767e3817241344487d84c81950eabfe5be
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 22:19:44 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 22:26:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e64476
7
8 media-sound/squeezeslave: remove squeezeslave-1.1_p365 / squeezeslave-1.1_p381
9
10 Package-Manager: portage-2.2.26
11
12 .../squeezeslave/squeezeslave-1.1_p365.ebuild | 52 ---------------------
13 .../squeezeslave/squeezeslave-1.1_p381.ebuild | 53 ----------------------
14 2 files changed, 105 deletions(-)
15
16 diff --git a/media-sound/squeezeslave/squeezeslave-1.1_p365.ebuild b/media-sound/squeezeslave/squeezeslave-1.1_p365.ebuild
17 deleted file mode 100644
18 index df9703a..0000000
19 --- a/media-sound/squeezeslave/squeezeslave-1.1_p365.ebuild
20 +++ /dev/null
21 @@ -1,52 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="4"
27 -
28 -inherit eutils toolchain-funcs
29 -
30 -DESCRIPTION="A lightweight streaming audio player for Logitech Media Server"
31 -HOMEPAGE="https://squeezeslave.googlecode.com"
32 -SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="aac +alsa display tremor wma zones"
38 -
39 -RDEPEND="media-libs/libmad
40 - media-libs/flac
41 - tremor? ( media-libs/tremor )
42 - !tremor? ( media-libs/libvorbis )
43 - media-libs/libogg
44 - media-libs/portaudio[alsa?]
45 - aac? ( virtual/ffmpeg )
46 - wma? ( virtual/ffmpeg )
47 - display? ( app-misc/lirc )"
48 -DEPEND="${RDEPEND}
49 - app-arch/xz-utils
50 - virtual/pkgconfig"
51 -
52 -src_prepare() {
53 - epatch "${FILESDIR}"/${PN}-1.1_p350-tremor-headers.patch
54 -}
55 -
56 -src_compile() {
57 - tc-export CC AR RANLIB
58 -
59 - local myconf
60 - for i in aac display tremor wma zones ; do
61 - use $i && myconf+=" $i=1"
62 - done
63 -
64 - emake ${myconf}
65 -}
66 -
67 -src_install() {
68 - dobin bin/${PN}
69 - dodoc ChangeLog TODO
70 -
71 - newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN}
72 - newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
73 -}
74
75 diff --git a/media-sound/squeezeslave/squeezeslave-1.1_p381.ebuild b/media-sound/squeezeslave/squeezeslave-1.1_p381.ebuild
76 deleted file mode 100644
77 index b2e8f67..0000000
78 --- a/media-sound/squeezeslave/squeezeslave-1.1_p381.ebuild
79 +++ /dev/null
80 @@ -1,53 +0,0 @@
81 -# Copyright 1999-2015 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84 -
85 -EAPI="5"
86 -
87 -inherit eutils toolchain-funcs
88 -
89 -DESCRIPTION="A lightweight streaming audio player for Logitech Media Server"
90 -HOMEPAGE="https://squeezeslave.googlecode.com"
91 -SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz"
92 -
93 -LICENSE="GPL-2"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~x86"
96 -IUSE="aac +alsa display tremor wma zones"
97 -
98 -RDEPEND="media-libs/libmad
99 - media-libs/flac
100 - tremor? ( media-libs/tremor )
101 - !tremor? ( media-libs/libvorbis )
102 - media-libs/libogg
103 - media-libs/portaudio[alsa?]
104 - aac? ( virtual/ffmpeg )
105 - wma? ( virtual/ffmpeg )
106 - display? ( app-misc/lirc )"
107 -DEPEND="${RDEPEND}
108 - app-arch/xz-utils
109 - virtual/pkgconfig"
110 -
111 -src_prepare() {
112 - epatch "${FILESDIR}"/${PN}-1.1_p350-tremor-headers.patch
113 - epatch "${FILESDIR}"/${PN}-1.1_p381-ffmpeg2.patch
114 -}
115 -
116 -src_compile() {
117 - tc-export CC AR RANLIB
118 -
119 - local myconf
120 - for i in aac display tremor wma zones ; do
121 - use $i && myconf+=" $i=1"
122 - done
123 -
124 - emake ${myconf}
125 -}
126 -
127 -src_install() {
128 - dobin bin/${PN}
129 - dodoc ChangeLog TODO
130 -
131 - newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN}
132 - newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
133 -}