diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-plugins/vdr-kvdrmon | |
download | gentoo-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-kvdrmon')
-rw-r--r-- | media-plugins/vdr-kvdrmon/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/vdr-kvdrmon/files/vdr-kvdrmon-0.6-remove-menu-entry.diff | 12 | ||||
-rw-r--r-- | media-plugins/vdr-kvdrmon/metadata.xml | 17 | ||||
-rw-r--r-- | media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild | 21 |
4 files changed, 51 insertions, 0 deletions
diff --git a/media-plugins/vdr-kvdrmon/Manifest b/media-plugins/vdr-kvdrmon/Manifest new file mode 100644 index 000000000000..c186188a1227 --- /dev/null +++ b/media-plugins/vdr-kvdrmon/Manifest @@ -0,0 +1 @@ +DIST vdr-kvdrmon-0.6.tgz 17528 SHA256 9cdfaa220116c4efd859a2b67d54accd2cfb12e470adab8caab109b42b7a21bf SHA512 9269557cb188bb4832ec362cb08fb66e36b2a3fb7e557cdc1fe87f83b5e7897fd17dd01c519d0c338afcf36f3da6a224bdcaeb665b6d8e13fa71b2ac2cc8476b WHIRLPOOL 23be5f912dde36e36fd73de2c0ff01e65236fe3c57275a75c15bc03d2056b0c5692990b40c050ae1439c267e2c8c48b35b06144ad5cb16db6c42b76856027cd9 diff --git a/media-plugins/vdr-kvdrmon/files/vdr-kvdrmon-0.6-remove-menu-entry.diff b/media-plugins/vdr-kvdrmon/files/vdr-kvdrmon-0.6-remove-menu-entry.diff new file mode 100644 index 000000000000..c69de8b5bfe1 --- /dev/null +++ b/media-plugins/vdr-kvdrmon/files/vdr-kvdrmon-0.6-remove-menu-entry.diff @@ -0,0 +1,12 @@ +diff -ru kvdrmon-0.6-orig/kvdrmon.c kvdrmon-0.6/kvdrmon.c +--- kvdrmon-0.6-orig/kvdrmon.c 2006-06-29 17:50:57.969031072 +0200 ++++ kvdrmon-0.6/kvdrmon.c 2006-06-29 17:51:07.577953160 +0200 +@@ -46,7 +46,7 @@ + virtual bool Start(void); + virtual void Stop(void); + virtual void Housekeeping(void); +- virtual const char *MainMenuEntry(void) { return MAINMENUENTRY; } ++ virtual const char *MainMenuEntry(void) { return NULL; } + virtual cOsdObject *MainMenuAction(void); + virtual cMenuSetupPage *SetupMenu(void); + virtual bool ProcessArgs(int argc, char *argv[]); diff --git a/media-plugins/vdr-kvdrmon/metadata.xml b/media-plugins/vdr-kvdrmon/metadata.xml new file mode 100644 index 000000000000..375121aa42ba --- /dev/null +++ b/media-plugins/vdr-kvdrmon/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>media-tv</herd> + <herd>proxy-maintainers</herd> + <maintainer> + <email>gentoo@bjusystems.de</email> + <name>Bernd Juraschek</name> + </maintainer> + <maintainer> + <email>vdr@gentoo.org</email> + <name>Gentoo VDR Project</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">vdr-statusleds</remote-id> + </upstream> +</pkgmetadata> diff --git a/media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild b/media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild new file mode 100644 index 000000000000..c89f0f5bd4d0 --- /dev/null +++ b/media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild @@ -0,0 +1,21 @@ +# 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: monitors on KDE Kickerapplet kvdrmon" +HOMEPAGE="http://vdr-statusleds.sf.net/kvdrmon" +SRC_URI="mirror://sourceforge/vdr-statusleds/${P}.tgz" + +KEYWORDS="~x86 ~amd64" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=media-video/vdr-1.3.0" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-remove-menu-entry.diff" ) |