commit:     80dfd5835fd5be4f9d861c8f0ec77092a969543d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 11:37:23 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 12:16:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80dfd583

media-sound/snapcast: drop 0.26.0-r1

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-sound/snapcast/snapcast-0.26.0-r1.ebuild | 69 --------------------------
 1 file changed, 69 deletions(-)

diff --git a/media-sound/snapcast/snapcast-0.26.0-r1.ebuild 
b/media-sound/snapcast/snapcast-0.26.0-r1.ebuild
deleted file mode 100644
index e823609c9f15..000000000000
--- a/media-sound/snapcast/snapcast-0.26.0-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Synchronous multi-room audio player"
-HOMEPAGE="https://github.com/badaix/snapcast";
-SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
-IUSE="+client +expat +flac +opus +server tremor +vorbis +zeroconf"
-REQUIRED_USE="|| ( server client )"
-
-RDEPEND="
-       dev-libs/boost:=
-       media-libs/alsa-lib
-       client? ( acct-user/snapclient )
-       expat? ( dev-libs/expat )
-       flac? ( media-libs/flac:= )
-       opus? ( media-libs/opus )
-       server? (
-               acct-group/snapserver
-               acct-user/snapserver
-       )
-       tremor? ( media-libs/tremor )
-       vorbis? ( media-libs/libvorbis )
-       zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="
-       ${RDEPEND}
-       >=dev-cpp/aixlog-1.2.1
-       >=dev-cpp/asio-1.12.1
-       >=dev-cpp/popl-1.2.0
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_CLIENT=$(usex client)
-               -DBUILD_WITH_EXPAT=$(usex expat)
-               -DBUILD_WITH_FLAC=$(usex flac)
-               -DBUILD_WITH_OPUS=$(usex opus)
-               -DBUILD_SERVER=$(usex server)
-               -DBUILD_STATIC_LIBS=no
-               -DBUILD_TESTS=no
-               -DBUILD_WITH_TREMOR=$(usex tremor)
-               -DBUILD_WITH_VORBIS=$(usex vorbis)
-               -DBUILD_WITH_AVAHI=$(usex zeroconf)
-               -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-       )
-
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       for bin in server client ; do
-               if use ${bin} ; then
-                       doman "${bin}/snap${bin}.1"
-
-                       newconfd "${FILESDIR}/snap${bin}.confd" "snap${bin}"
-                       newinitd "${FILESDIR}/snap${bin}.initd" "snap${bin}"
-               fi
-       done
-}

Reply via email to