diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-03-11 12:02:45 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-03-11 12:05:10 +0100 |
commit | b522124233e90a84963ca9512f1bb5166983a6ab (patch) | |
tree | 0e1ce170481b3a4600b3e3b5bca31303d3e1202d /media-plugins | |
parent | Remove masked for removal packages (diff) | |
download | gentoo-b522124233e90a84963ca9512f1bb5166983a6ab.tar.gz gentoo-b522124233e90a84963ca9512f1bb5166983a6ab.tar.bz2 gentoo-b522124233e90a84963ca9512f1bb5166983a6ab.zip |
Remove masked for removal packages
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-alcd/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/vdr-alcd/files/vdr-alcd-1.5.1-gcc-4.4.diff | 22 | ||||
-rw-r--r-- | media-plugins/vdr-alcd/files/vdr-alcd-1.5.1-makefile-cleanup.diff | 44 | ||||
-rw-r--r-- | media-plugins/vdr-alcd/metadata.xml | 11 | ||||
-rw-r--r-- | media-plugins/vdr-alcd/vdr-alcd-1.5.1.ebuild | 21 |
5 files changed, 0 insertions, 99 deletions
diff --git a/media-plugins/vdr-alcd/Manifest b/media-plugins/vdr-alcd/Manifest deleted file mode 100644 index e4d3187f4c98..000000000000 --- a/media-plugins/vdr-alcd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-alcd-1.5.1.tgz 40104 BLAKE2B fdcb21a60027ed1c42202fcc5a87874859243441d7bb3f7f4bfb856d731fc66ee07dc1f755b4714bf1efe7e9ad1739a05d10a1149dc2db93d50c89624168d68c SHA512 4f0c933dd1d9ed3b31f300a9aa7debd73a2e7262eba53b969699e94f757432c0dddd760a613fadb0cfd61f5137aef6ab2909336b601f353854cda9026178e1d1 diff --git a/media-plugins/vdr-alcd/files/vdr-alcd-1.5.1-gcc-4.4.diff b/media-plugins/vdr-alcd/files/vdr-alcd-1.5.1-gcc-4.4.diff deleted file mode 100644 index a4465220534a..000000000000 --- a/media-plugins/vdr-alcd/files/vdr-alcd-1.5.1-gcc-4.4.diff +++ /dev/null @@ -1,22 +0,0 @@ -Index: alcd-1.5.1/thread.c -=================================================================== ---- alcd-1.5.1.orig/thread.c -+++ alcd-1.5.1/thread.c -@@ -104,7 +104,7 @@ void cLCD::SetText( const char *szText ) - // only proceed, if valid data - if( szText != NULL && strlen( szText ) > 0 ) { - // set channel name -- char *delim = strchr( szText, '|' ); -+ const char *delim = strchr( szText, '|' ); - if( delim ) { - char buffer[ BUFSIZE ]; - int sLen = ( delim - szText ) >= BUFSIZE ? BUFSIZE : ( delim - szText ); -@@ -420,7 +420,7 @@ void cLCD::Replaying( const cControl *co - if( szFileName[i] == ')' ) - strncpy( (char *)szReplayMode, szFileName + 8, i - 8 ); - } -- char *p = strstr( szFileName + i, " : " ); -+ const char *p = strstr( szFileName + i, " : " ); - if( p ) - strncpy( szTemp, p + 3, sizeof(szTemp )); - else diff --git a/media-plugins/vdr-alcd/files/vdr-alcd-1.5.1-makefile-cleanup.diff b/media-plugins/vdr-alcd/files/vdr-alcd-1.5.1-makefile-cleanup.diff deleted file mode 100644 index ea1488e40b0f..000000000000 --- a/media-plugins/vdr-alcd/files/vdr-alcd-1.5.1-makefile-cleanup.diff +++ /dev/null @@ -1,44 +0,0 @@ -Index: alcd-1.5.1/Makefile -=================================================================== ---- alcd-1.5.1.orig/Makefile -+++ alcd-1.5.1/Makefile -@@ -23,8 +23,8 @@ VDRINC = $(VDRDIR)/include - LIBDIR = ../../lib - TMPDIR = /tmp - --CXX = g++ --CXXFLAGS = -O2 -Wall -Woverloaded-virtual -D_GNU_SOURCE -+CXX ?= g++ -+CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual - - -include $(VDRDIR)/Make.config - -@@ -41,6 +41,8 @@ PACKAGE = vdr-$(ARCHIVE) - - INCLUDES = -I$(VDRDIR)/include - -+DEFINES += -D_GNU_SOURCE -+ - ### Allow user defined options to overwrite defaults: - - DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -@@ -53,6 +55,10 @@ endif - - OBJS = $(PLUGIN).o lcd.o thread.o setup.o - -+### The main target: -+ -+all: libvdr-$(PLUGIN).so i18n -+ - ### Target directory for afp-tool binary - - PREFIX = /usr -@@ -100,8 +106,6 @@ i18n: $(I18Nmsgs) - - ### Targets: - --all: libvdr-$(PLUGIN).so i18n -- - libvdr-$(PLUGIN).so: $(OBJS) - $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ - @cp $@ $(LIBDIR)/$@.$(APIVERSION) diff --git a/media-plugins/vdr-alcd/metadata.xml b/media-plugins/vdr-alcd/metadata.xml deleted file mode 100644 index a2c4b102a2dd..000000000000 --- a/media-plugins/vdr-alcd/metadata.xml +++ /dev/null @@ -1,11 +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> -<longdescription lang="en"> -VDR plugin: Control the LCD of the Siemens Activy 300 -</longdescription> -</pkgmetadata> diff --git a/media-plugins/vdr-alcd/vdr-alcd-1.5.1.ebuild b/media-plugins/vdr-alcd/vdr-alcd-1.5.1.ebuild deleted file mode 100644 index ae651b940671..000000000000 --- a/media-plugins/vdr-alcd/vdr-alcd-1.5.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: Control Activy 300 LCD" -HOMEPAGE="http://www.htpc-forum.de" -SRC_URI="http://www.htpc-forum.de/download/${P}.tgz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND=">=media-video/vdr-1.6.0" -RDEPEND="${DEPEND}" - -PATCHES=("${FILESDIR}/${P}-makefile-cleanup.diff" - "${FILESDIR}/${P}-gcc-4.4.diff") |