summaryrefslogtreecommitdiff
path: root/net-libs/shairplay
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /net-libs/shairplay
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'net-libs/shairplay')
-rw-r--r--net-libs/shairplay/Manifest1
-rw-r--r--net-libs/shairplay/metadata.xml15
-rw-r--r--net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild49
-rw-r--r--net-libs/shairplay/shairplay-9999.ebuild49
4 files changed, 0 insertions, 114 deletions
diff --git a/net-libs/shairplay/Manifest b/net-libs/shairplay/Manifest
deleted file mode 100644
index c7b79435caeb..000000000000
--- a/net-libs/shairplay/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shairplay-0_pre20180824.tar.gz 554332 BLAKE2B cbebe272a15a602b79f384c7497bd849145bf065a9b2c6fd335c5536dd0cbefef332945662ad4962e69273d64a23c1f2ace3edcb7c38362607414d27a61397fd SHA512 38d947740da85546cccc4186dfd6d1ab0be71463107b24beb374b17a9e557fc7e4c97e34bfd69e962ddb3e481ecc8e37070e225761d8543588cf047be25ca3a6
diff --git a/net-libs/shairplay/metadata.xml b/net-libs/shairplay/metadata.xml
deleted file mode 100644
index d30958391d94..000000000000
--- a/net-libs/shairplay/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <use>
- <flag name="playfair">Add support for handling fairplay handshake (used in for example screen mirroring)</flag>
- </use>
- <maintainer type="person">
- <email>candrews@gentoo.org</email>
- <name>Craig Andrews</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/juhovh/shairplay</bugs-to>
- </upstream>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild b/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild
deleted file mode 100644
index 372378fa6a56..000000000000
--- a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/juhovh/${PN}.git"
-else
- EGIT_COMMIT="096b61ad14c90169f438e690d096e3fcf87e504e"
- SRC_URI="https://github.com/juhovh/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
- KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-fi
-
-DESCRIPTION="Apple airplay and raop protocol server"
-HOMEPAGE="https://github.com/juhovh/shairplay"
-LICENSE="BSD LGPL-2.1 MIT
- playfair? ( GPL-3+ )"
-
-SLOT="0"
-IUSE="+playfair static-libs"
-
-DEPEND="
- net-dns/avahi[mdnsresponder-compat]
- media-libs/libao
-"
-
-RDEPEND="
- ${DEPEND}
-"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with playfair) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/net-libs/shairplay/shairplay-9999.ebuild b/net-libs/shairplay/shairplay-9999.ebuild
deleted file mode 100644
index e8573a8c12b6..000000000000
--- a/net-libs/shairplay/shairplay-9999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/juhovh/${PN}.git"
-else
- EGIT_COMMIT="096b61ad14c90169f438e690d096e3fcf87e504e"
- SRC_URI="https://github.com/juhovh/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Apple airplay and raop protocol server"
-HOMEPAGE="https://github.com/juhovh/shairplay"
-LICENSE="BSD LGPL-2.1 MIT
- playfair? ( GPL-3+ )"
-
-SLOT="0"
-IUSE="+playfair static-libs"
-
-DEPEND="
- net-dns/avahi[mdnsresponder-compat]
- media-libs/libao
-"
-
-RDEPEND="
- ${DEPEND}
-"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with playfair) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}