summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-plugins/vdr-mlist
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-plugins/vdr-mlist')
-rw-r--r--media-plugins/vdr-mlist/Manifest1
-rw-r--r--media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff26
-rw-r--r--media-plugins/vdr-mlist/metadata.xml12
-rw-r--r--media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild19
4 files changed, 58 insertions, 0 deletions
diff --git a/media-plugins/vdr-mlist/Manifest b/media-plugins/vdr-mlist/Manifest
new file mode 100644
index 000000000000..bf1e0675e9e0
--- /dev/null
+++ b/media-plugins/vdr-mlist/Manifest
@@ -0,0 +1 @@
+DIST vdr-mlist-1.0.2.tgz 12895 SHA256 41be5daa9f65c3dcb288668458101bbd4f594f05414781395a7dc9c0c72503e1 SHA512 29e03f4ef4f4085e6e04e4ff4741003f2470bac81992749c1eb5c83ef8e179c9a701e0e2b766cc24458f17d64bccf4484bd7f9be14f3661dbb09979d0812982e WHIRLPOOL f6e7cb3687bb153de42c0b271c062bc8c7891e686912e7a48eb8ec22f23710e87ff9c997a589f3d341b1db0845cc0491c5ecd23264155d6238ab77ad7ddd4b30
diff --git a/media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff b/media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff
new file mode 100644
index 000000000000..6cbd0acab890
--- /dev/null
+++ b/media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff
@@ -0,0 +1,26 @@
+diff -ru mlist-0.0.5-orig/i18n.h mlist-0.0.5/i18n.h
+--- mlist-0.0.5-orig/i18n.h 2008-04-28 10:46:28.131558650 +0200
++++ mlist-0.0.5/i18n.h 2008-04-28 10:46:46.251551253 +0200
+@@ -12,4 +12,8 @@
+
+ extern const tI18nPhrase Phrases[];
+
++#ifndef trNOOP
++#define trNOOP(s) (s)
++#endif
++
+ #endif //_I18N__H
+Nur in mlist-0.0.5: libvdr-mlist.so.
+Nur in mlist-0.0.5: libvdr-mlist.so.1.4.5.
+diff -ru mlist-0.0.5-orig/mlist.c mlist-0.0.5/mlist.c
+--- mlist-0.0.5-orig/mlist.c 2008-04-28 10:46:28.131558650 +0200
++++ mlist-0.0.5/mlist.c 2008-04-28 10:47:00.091552984 +0200
+@@ -10,6 +10,7 @@
+ #include <vdr/status.h>
+ #include <vdr/osdbase.h>
+ #include <time.h>
++#include "i18n.h"
+
+ static const char *VERSION = "0.0.5";
+ static const char *DESCRIPTION = trNOOP("Displays the message history");
+Nur in mlist-0.0.5: mlist.o.
diff --git a/media-plugins/vdr-mlist/metadata.xml b/media-plugins/vdr-mlist/metadata.xml
new file mode 100644
index 000000000000..d1b88e6872a7
--- /dev/null
+++ b/media-plugins/vdr-mlist/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>media-tv</herd>
+<maintainer>
+<email>vdr@gentoo.org</email>
+<name>Gentoo VDR Project</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+
diff --git a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild
new file mode 100644
index 000000000000..e1ca0c7eb57f
--- /dev/null
+++ b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR plugin: Show a history of the last OSD message"
+HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-mlist"
+SRC_URI="http://joachim-wilke.de/vdr-mlist/${P}.tgz"
+
+KEYWORDS="amd64 x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2.0"
+RDEPEND="${DEPEND}"