From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-plugins/vdr-mlist/Manifest | 1 + .../vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff | 26 ++++++++++++++++++++++ media-plugins/vdr-mlist/metadata.xml | 12 ++++++++++ media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild | 19 ++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 media-plugins/vdr-mlist/Manifest create mode 100644 media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff create mode 100644 media-plugins/vdr-mlist/metadata.xml create mode 100644 media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild (limited to 'media-plugins/vdr-mlist') 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 + #include + #include ++#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 @@ + + + +media-tv + +vdr@gentoo.org +Gentoo VDR Project + + + + + 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}" -- cgit v1.2.3-65-gdbad