summaryrefslogtreecommitdiff
path: root/media-libs/libopendaap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:00:32 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:00:32 +0100
commitab499d7cfb9ad23e83cf7a4f5052bdf1b4c42030 (patch)
tree2fa77fd80cb0e85ab3e48e6a0558cd3a52ee04c3 /media-libs/libopendaap
parent5a165c60b9b8c4847067cb83b4be7da785d01f93 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'media-libs/libopendaap')
-rw-r--r--media-libs/libopendaap/Manifest4
-rw-r--r--media-libs/libopendaap/files/libopendaap-0.4.0-freebsd.patch10
-rw-r--r--media-libs/libopendaap/libopendaap-0.4.0.ebuild27
-rw-r--r--media-libs/libopendaap/metadata.xml5
4 files changed, 0 insertions, 46 deletions
diff --git a/media-libs/libopendaap/Manifest b/media-libs/libopendaap/Manifest
deleted file mode 100644
index ac65be9215c9..000000000000
--- a/media-libs/libopendaap/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX libopendaap-0.4.0-freebsd.patch 282 BLAKE2B 9f067b0c630e7fb0f05d753a9752e478850e7776fdc790a80f84c5916eb8c117e9ac0b48d9d6c2d1bba57e6ce87ad2eb64e4af2ae9b6ce9b33ba3ef42ced8093 SHA512 0bd845dcba5363f96e382500b753d0b809ecba4dac6bc7a026687b7b6efcba6e036f35c56120bca7e079805c3aaf8e4b4b0fe2d74907add11a02dc08daeec6bf
-DIST libopendaap-0.4.0.tar.bz2 241953 BLAKE2B 9ed2c4e3a67b6e5c3e205b96a1ae8b57e08f64630be6d7f660309e206044042abf96ceabfebe25308d1b500ef986a99f2ca86fb97d6fb4dd813e895556dd7248 SHA512 1928b7987fb106c0072df7af8b68286f314321ccdae98d1b32cb0b1b316067bf50f8ca8caef669f1d0a844d0abb353cf7b70f621238b874759abf4bcb753c435
-EBUILD libopendaap-0.4.0.ebuild 559 BLAKE2B d4c12d7ddf2418a174fc9f416079b0687a57d0c00246ef2351b003e44597e9a5342a843940872264f06184e4eb9204159bc696cd70b33ddc372ce5e7e701aa69 SHA512 0e35cd1e1c34f9e613ce1780dc31751f185de02bf23ba588f0fca39da76e600ac860a01cc25c33f59e42cae4c6102067b11c9ef63df5675f46efad779f479d7b
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/media-libs/libopendaap/files/libopendaap-0.4.0-freebsd.patch b/media-libs/libopendaap/files/libopendaap-0.4.0-freebsd.patch
deleted file mode 100644
index d98569f4db64..000000000000
--- a/media-libs/libopendaap/files/libopendaap-0.4.0-freebsd.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- http_client.c.orig Fri Dec 17 00:27:43 2004
-+++ http_client.c Wed Feb 2 21:33:28 2005
-@@ -37,6 +37,7 @@
- # include <sys/socket.h>
- # include <sys/select.h>
- # include <netdb.h>
-+# include <netinet/in.h>
- # include <fcntl.h>
- #elif defined(SYSTEM_WIN32)
- # include <winsock2.h>
diff --git a/media-libs/libopendaap/libopendaap-0.4.0.ebuild b/media-libs/libopendaap/libopendaap-0.4.0.ebuild
deleted file mode 100644
index 6e4a0351388e..000000000000
--- a/media-libs/libopendaap/libopendaap-0.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="A library to connect to iTunes(R) music shares"
-SRC_URI="http://crazney.net/programs/itunes/files/${P}.tar.bz2"
-HOMEPAGE="http://crazney.net/programs/itunes/libopendaap.html"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-freebsd.patch
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog
-}
diff --git a/media-libs/libopendaap/metadata.xml b/media-libs/libopendaap/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/media-libs/libopendaap/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>