summaryrefslogtreecommitdiff
path: root/media-sound/vdramgw
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-11 09:12:41 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-11 09:12:41 +0000
commit343a7272d559a21a0e0ed13cb743fabb2bfcc479 (patch)
treedb03f20672a6244296ccc2aa27e70757937eb9f7 /media-sound/vdramgw
parent456dbeaab3e2f71f527eae542ab44d1e372b0655 (diff)
gentoo resync : 11.01.2018
Diffstat (limited to 'media-sound/vdramgw')
-rw-r--r--media-sound/vdramgw/Manifest5
-rw-r--r--media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch34
-rw-r--r--media-sound/vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff92
-rw-r--r--media-sound/vdramgw/metadata.xml8
-rw-r--r--media-sound/vdramgw/vdramgw-0.0.2.ebuild43
5 files changed, 0 insertions, 182 deletions
diff --git a/media-sound/vdramgw/Manifest b/media-sound/vdramgw/Manifest
deleted file mode 100644
index befe35700a74..000000000000
--- a/media-sound/vdramgw/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX vdramgw-0.0.2-gcc43.patch 997 BLAKE2B 04d445b6a9e97aa5b0d8264ae7df4e834ca25bb57096641e00e17c532cbce993a69f590e22a5ea766031300cbe72fab8f0e6027acc9496c8c1893993f07c74de SHA512 8daf61dab69325189952d652108fac8ed5505a0a04065a0e8531f07f5e7eaf0d63afc4c91b0fdc1e4d6e7c5b114805051ea98572d896264ba6a6720968a44c10
-AUX vdramgw-0.0.2_gcc-4.7.diff 2297 BLAKE2B c60e0c8873fc5aeec5b54d0822d408f9bb6039f3c4acc0a2f09ee720a80fd0c38fd51179b79e74084dc97149be0388cb593526fc530eaec40c005eaa3c381a1e SHA512 4891c2bcb18e49f26765c15daf1abacc69afc6a347c95dd1e047184cdeafef8c886c142132864f74c743a82598ea6e91d544ab7a9fe9a65c66c27092e570e67d
-DIST vdr-amarok-0.0.2.tar.bz2 51816 BLAKE2B bc1918065d7a5731f9f7cef7fe22f7c6d6f94c0d4cf35b234115f15682f4b490c5ec1ad280cfde77d9a0e8ce3e388b61cbf4ae80830e2fb5ca1db8168eb58242 SHA512 217eadf28174c0bafc610068a784bdce0a8657c9a11690f0ac52da265271e601f3e48c8654930c693e6ca869307e68046093f7a88a024574e3cc2804a2f60ca3
-EBUILD vdramgw-0.0.2.ebuild 901 BLAKE2B 962f784307cabfd94123d43923a1aff53dbe3cc85e0f086fa4911df98777105d449a72464e735d75b91be13e48e0dba3a9320adc632706cbb17b0ade894b9956 SHA512 22ddd42819cfb902f29387a8e4ccad14e22f75bbb480747256577cc16a44bae0e52428f288d40a6291156ebf9e13a72bf00a2a36ddfe87ace9240bed68084660
-MISC metadata.xml 249 BLAKE2B d4dad5b7d4d1bbb3887888fd8519955b5e1262b2f3af04802d69aef6d836bf8d87d0316d9d3527d3a98c8c8ff98cf61d474bdc4ddbb3873592bae7fbfd9f4551 SHA512 b6440069f895b4d5360dec283faef3b6d3b3d65e7b895d8f8bcc2c7106d19db75ebede53ca8e0e67adf63af73ed54ca4efbc1c58b317dbfa27ed2050e175bde3
diff --git a/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch b/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch
deleted file mode 100644
index 8c3ac7452aae..000000000000
--- a/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -ur amarok-0.0.2.orig/Sockets.cpp amarok-0.0.2/Sockets.cpp
---- amarok-0.0.2.orig/Sockets.cpp 2006-05-15 14:03:23.000000000 +0300
-+++ amarok-0.0.2/Sockets.cpp 2009-07-30 14:02:49.000000000 +0300
-@@ -15,6 +15,7 @@
-
- #include "Sockets.h"
-
-+#include <cstring>
- #include <sstream>
-
- #ifndef WIN32
-diff -ur amarok-0.0.2.orig/vdramgw/Sockets.cpp amarok-0.0.2/vdramgw/Sockets.cpp
---- amarok-0.0.2.orig/vdramgw/Sockets.cpp 2006-05-15 12:52:44.000000000 +0300
-+++ amarok-0.0.2/vdramgw/Sockets.cpp 2009-07-30 14:02:57.000000000 +0300
-@@ -15,6 +15,7 @@
-
- #include "Sockets.h"
-
-+#include <cstring>
- #include <sstream>
-
- #ifndef WIN32
-diff -ur amarok-0.0.2.orig/vdramgw/vdramgw.cpp amarok-0.0.2/vdramgw/vdramgw.cpp
---- amarok-0.0.2.orig/vdramgw/vdramgw.cpp 2006-12-14 01:25:52.000000000 +0200
-+++ amarok-0.0.2/vdramgw/vdramgw.cpp 2009-07-30 14:02:40.000000000 +0300
-@@ -23,7 +23,7 @@
- #include <config.h>
- #endif
-
--
-+#include <cstring>
- #include <unistd.h>
- #include <getopt.h>
- #include <iostream>
diff --git a/media-sound/vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff b/media-sound/vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff
deleted file mode 100644
index c5182cfd33d6..000000000000
--- a/media-sound/vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff
+++ /dev/null
@@ -1,92 +0,0 @@
-gcc-4.7 compile fix
-https://bugs.gentoo.org/show_bug.cgi?id=424101
-
-signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> (2012/30/06)
-diff -Naur amarok-0.0.2.orig/Sockets.h amarok-0.0.2/Sockets.h
---- amarok-0.0.2.orig/Sockets.h 2012-06-30 17:40:27.000000000 +0200
-+++ amarok-0.0.2/Sockets.h 2012-06-30 17:43:21.000000000 +0200
-@@ -182,8 +182,8 @@
- {
- if (this->gptr() == NULL)
- {
-- setg(s, s + n, s + n);
-- setp(s, s + n);
-+ this->setg(s, s + n, s + n);
-+ this->setp(s, s + n);
- inbuf_ = s;
- outbuf_ = s;
- bufsize_ = n;
-@@ -215,9 +215,9 @@
- {
- _flush();
- }
-- setp(outbuf_, outbuf_ + bufsize_);
-+ this->setp(outbuf_, outbuf_ + bufsize_);
- if (c != traits::eof())
-- sputc(traits::to_char_type(c));
-+ this->sputc(traits::to_char_type(c));
- return 0;
- }
-
-@@ -225,7 +225,7 @@
- {
- // just flush the put area
- _flush();
-- setp(outbuf_, outbuf_ + bufsize_);
-+ this->setp(outbuf_, outbuf_ + bufsize_);
- return 0;
- }
-
-@@ -256,7 +256,7 @@
- return traits::eof();
-
- size_t totalbytes = readn + remained_;
-- setg(inbuf_, inbuf_,
-+ this->setg(inbuf_, inbuf_,
- inbuf_ + totalbytes / sizeof(char_type));
-
- remained_ = totalbytes % sizeof(char_type);
-diff -Naur amarok-0.0.2.orig/vdramgw/Sockets.h amarok-0.0.2/vdramgw/Sockets.h
---- amarok-0.0.2.orig/vdramgw/Sockets.h 2012-06-30 17:40:27.000000000 +0200
-+++ amarok-0.0.2/vdramgw/Sockets.h 2012-06-30 17:41:52.000000000 +0200
-@@ -182,8 +182,8 @@
- {
- if (this->gptr() == NULL)
- {
-- setg(s, s + n, s + n);
-- setp(s, s + n);
-+ this->setg(s, s + n, s + n);
-+ this->setp(s, s + n);
- inbuf_ = s;
- outbuf_ = s;
- bufsize_ = n;
-@@ -215,9 +215,9 @@
- {
- _flush();
- }
-- setp(outbuf_, outbuf_ + bufsize_);
-+ this->setp(outbuf_, outbuf_ + bufsize_);
- if (c != traits::eof())
-- sputc(traits::to_char_type(c));
-+ this->sputc(traits::to_char_type(c));
- return 0;
- }
-
-@@ -225,7 +225,7 @@
- {
- // just flush the put area
- _flush();
-- setp(outbuf_, outbuf_ + bufsize_);
-+ this->setp(outbuf_, outbuf_ + bufsize_);
- return 0;
- }
-
-@@ -256,7 +256,7 @@
- return traits::eof();
-
- size_t totalbytes = readn + remained_;
-- setg(inbuf_, inbuf_,
-+ this->setg(inbuf_, inbuf_,
- inbuf_ + totalbytes / sizeof(char_type));
-
- remained_ = totalbytes % sizeof(char_type);
diff --git a/media-sound/vdramgw/metadata.xml b/media-sound/vdramgw/metadata.xml
deleted file mode 100644
index 984a01fab265..000000000000
--- a/media-sound/vdramgw/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vdr@gentoo.org</email>
- <name>Gentoo VDR Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/media-sound/vdramgw/vdramgw-0.0.2.ebuild b/media-sound/vdramgw/vdramgw-0.0.2.ebuild
deleted file mode 100644
index 8dbabdf71fa1..000000000000
--- a/media-sound/vdramgw/vdramgw-0.0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-MY_P=vdr-amarok-${PV}
-
-DESCRIPTION="vdr to amarok gateway - allows vdr-amarok to access amarok"
-HOMEPAGE="http://irimi.ir.ohost.de/"
-SRC_URI="http://irimi.ir.ohost.de/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-RDEPEND="media-sound/amarok"
-
-S="${WORKDIR}/${MY_P#vdr-}/${PN}"
-
-src_prepare() {
- # Respect CC,CXXFLAGS, LDFLAGS
- sed -i -e "/^CXX /s:?=.*:= $(tc-getCXX):" \
- -e "/^CXXFLAGS/s:?=.*:= ${CFLAGS}:" \
- -e "s:\$(CXXFLAGS):& \$(LDFLAGS) :" "${S}"/Makefile
-
- cd "${WORKDIR}/${MY_P#vdr-}"
- epatch "${FILESDIR}"/${P}-gcc43.patch
- epatch "${FILESDIR}/${P}_gcc-4.7.diff"
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
- newdoc ../README README.vdr-amarok
-
- insinto /etc
- doins ${PN}.conf
-}