Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/shairplay/
Date: Mon, 29 Aug 2022 06:21:26
Message-Id: 1661754070.16dd1ef629fe4f6447d75c82c4c8788100bd4e49.asturm@gentoo
1 commit: 16dd1ef629fe4f6447d75c82c4c8788100bd4e49
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 17:58:09 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 06:21:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16dd1ef6
7
8 net-libs/shairplay: drop 0_pre20170118, 0_pre20180824, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 net-libs/shairplay/Manifest | 1 -
13 net-libs/shairplay/metadata.xml | 2 -
14 net-libs/shairplay/shairplay-0_pre20170118.ebuild | 52 ---------------------
15 net-libs/shairplay/shairplay-0_pre20180824.ebuild | 55 -----------------------
16 4 files changed, 110 deletions(-)
17
18 diff --git a/net-libs/shairplay/Manifest b/net-libs/shairplay/Manifest
19 index dc2906a022fb..c7b79435caeb 100644
20 --- a/net-libs/shairplay/Manifest
21 +++ b/net-libs/shairplay/Manifest
22 @@ -1,2 +1 @@
23 -DIST shairplay-0_pre20170118.tar.gz 291352 BLAKE2B 0eb1a60e7cd3511d24d7f6fc910afa85df4488a96ffca80d98bf00b8544b05630f8edb2f5204bc93e8901c4d8efa752f2eef94ed625e2bf7d77cd74ed3053572 SHA512 05a8ac399659235e88d3b1a7fbe8364ba526881b24ee082c3b7a5709b9b63eac376071d44028e4758ab22ca56d30f8e996b12dc9d3bd99bd38fe453e00a4a18b
24 DIST shairplay-0_pre20180824.tar.gz 554332 BLAKE2B cbebe272a15a602b79f384c7497bd849145bf065a9b2c6fd335c5536dd0cbefef332945662ad4962e69273d64a23c1f2ace3edcb7c38362607414d27a61397fd SHA512 38d947740da85546cccc4186dfd6d1ab0be71463107b24beb374b17a9e557fc7e4c97e34bfd69e962ddb3e481ecc8e37070e225761d8543588cf047be25ca3a6
25
26 diff --git a/net-libs/shairplay/metadata.xml b/net-libs/shairplay/metadata.xml
27 index 08b8ba3d740e..6c95395c2a6d 100644
28 --- a/net-libs/shairplay/metadata.xml
29 +++ b/net-libs/shairplay/metadata.xml
30 @@ -2,9 +2,7 @@
31 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
32 <pkgmetadata>
33 <use>
34 - <flag name="alac">Add support for Apple Lossless Audio Codec files</flag>
35 <flag name="playfair">Add support for handling fairplay handshake (used in for example screen mirroring)</flag>
36 - <flag name="tools">Build and install a binary shairplay in /usr/bin</flag>
37 </use>
38 <maintainer type="person">
39 <email>candrews@g.o</email>
40
41 diff --git a/net-libs/shairplay/shairplay-0_pre20170118.ebuild b/net-libs/shairplay/shairplay-0_pre20170118.ebuild
42 deleted file mode 100644
43 index 0df35df053a7..000000000000
44 --- a/net-libs/shairplay/shairplay-0_pre20170118.ebuild
45 +++ /dev/null
46 @@ -1,52 +0,0 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=6
51 -
52 -inherit autotools vcs-snapshot
53 -
54 -if [[ ${PV} == "9999" ]] ; then
55 - inherit git-r3
56 - EGIT_REPO_URI="https://github.com/juhovh/${PN}.git"
57 -else
58 - EGIT_COMMIT="498bc5bcdd305e04721f94a04b9f26a7da72673f"
59 - SRC_URI="https://github.com/juhovh/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
60 - KEYWORDS="amd64 x86"
61 -fi
62 -
63 -DESCRIPTION="Apple airplay and raop protocol server"
64 -HOMEPAGE="https://github.com/juhovh/shairplay"
65 -LICENSE="BSD LGPL-2.1 MIT"
66 -
67 -SLOT="0"
68 -IUSE="alac static-libs tools"
69 -
70 -DEPEND="
71 - tools? ( media-libs/libao )
72 -"
73 -
74 -RDEPEND="
75 - alac? (
76 - media-sound/alac_decoder
77 - net-libs/shairplay[tools]
78 - )
79 - tools? (
80 - dev-libs/openssl:0=
81 - net-dns/avahi[mdnsresponder-compat]
82 - )
83 -"
84 -
85 -src_prepare() {
86 - default
87 - eautoreconf
88 -}
89 -
90 -src_configure() {
91 - econf \
92 - $(use_enable static-libs static)
93 -}
94 -
95 -src_install() {
96 - default
97 - find "${D}" -name '*.la' -delete || die
98 -}
99
100 diff --git a/net-libs/shairplay/shairplay-0_pre20180824.ebuild b/net-libs/shairplay/shairplay-0_pre20180824.ebuild
101 deleted file mode 100644
102 index f4af8a0449c9..000000000000
103 --- a/net-libs/shairplay/shairplay-0_pre20180824.ebuild
104 +++ /dev/null
105 @@ -1,55 +0,0 @@
106 -# Copyright 1999-2018 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=7
110 -
111 -inherit autotools
112 -
113 -if [[ ${PV} == "9999" ]] ; then
114 - inherit git-r3
115 - EGIT_REPO_URI="https://github.com/juhovh/${PN}.git"
116 -else
117 - EGIT_COMMIT="096b61ad14c90169f438e690d096e3fcf87e504e"
118 - SRC_URI="https://github.com/juhovh/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
119 - S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
120 - KEYWORDS="~amd64 ~x86"
121 -fi
122 -
123 -DESCRIPTION="Apple airplay and raop protocol server"
124 -HOMEPAGE="https://github.com/juhovh/shairplay"
125 -LICENSE="BSD LGPL-2.1 MIT
126 - playfair? ( GPL-3+ )"
127 -
128 -SLOT="0"
129 -IUSE="alac +playfair static-libs tools"
130 -
131 -DEPEND="
132 - tools? ( media-libs/libao )
133 -"
134 -
135 -RDEPEND="
136 - alac? (
137 - media-sound/alac_decoder
138 - net-libs/shairplay[tools]
139 - )
140 - tools? (
141 - dev-libs/openssl:0=
142 - net-dns/avahi[mdnsresponder-compat]
143 - )
144 -"
145 -
146 -src_prepare() {
147 - default
148 - eautoreconf
149 -}
150 -
151 -src_configure() {
152 - econf \
153 - $(use_with playfair) \
154 - $(use_enable static-libs static)
155 -}
156 -
157 -src_install() {
158 - default
159 - find "${D}" -name '*.la' -delete || die
160 -}