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-dummydevice | |
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-dummydevice')
-rw-r--r-- | media-plugins/vdr-dummydevice/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/vdr-dummydevice/metadata.xml | 12 | ||||
-rw-r--r-- | media-plugins/vdr-dummydevice/vdr-dummydevice-1.0.3.ebuild | 19 | ||||
-rw-r--r-- | media-plugins/vdr-dummydevice/vdr-dummydevice-2.0.0.ebuild | 18 |
4 files changed, 51 insertions, 0 deletions
diff --git a/media-plugins/vdr-dummydevice/Manifest b/media-plugins/vdr-dummydevice/Manifest new file mode 100644 index 000000000000..0932ad14eff0 --- /dev/null +++ b/media-plugins/vdr-dummydevice/Manifest @@ -0,0 +1,2 @@ +DIST vdr-dummydevice-1.0.3.tgz 9829 SHA256 e25e573dcef6bb37e35cfccd660f320bab6b0645dcf89486ebf7c120f256e279 SHA512 31989bcdb1fa52a0aa5364ff9d8ec586eb638c32083aa61592a87305d1159f021cbe5ee885087ca9c68fd97cb0beefd2a0c0f36b1d6578587838ceed125c560f WHIRLPOOL ab324ef08d23fa8ea2b79cf74ead44801ad6a78d6ceb7b94d7ef7fb09279d5c4861e29e8b705e6a69529cb67bcff8e584710022372b03330dff7d27f1f345aab +DIST vdr-dummydevice-2.0.0.tgz 10556 SHA256 5c0049824415bd463d3abc728a3136ee064b60a37b5d3a1986cf282b0d757085 SHA512 a554bfaa85d518fcfbe49070aeab371843849f119b00312a7764487a2899834e21702f8fb620204b9134327941c86f8e3582fe91f8acefc8f0e3644399dd5158 WHIRLPOOL 373a2235fbca0cab8f7063aaa0d80200df973216e824f6ac0d4cf286c2eb9160c1fdd388ed7e03df0c5204c6e3c00e614072ac86934bdf7a085591457e4224bf diff --git a/media-plugins/vdr-dummydevice/metadata.xml b/media-plugins/vdr-dummydevice/metadata.xml new file mode 100644 index 000000000000..d1b88e6872a7 --- /dev/null +++ b/media-plugins/vdr-dummydevice/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-dummydevice/vdr-dummydevice-1.0.3.ebuild b/media-plugins/vdr-dummydevice/vdr-dummydevice-1.0.3.ebuild new file mode 100644 index 000000000000..d4d235e6c6c5 --- /dev/null +++ b/media-plugins/vdr-dummydevice/vdr-dummydevice-1.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit vdr-plugin-2 + +DESCRIPTION="VDR plugin: dummy output device - for recording server without TV" +HOMEPAGE="http://phivdr.dyndns.org/vdr/${PN}/" +SRC_URI="http://phivdr.dyndns.org/vdr/${PN}/${P}.tgz" + +KEYWORDS="amd64 x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=media-video/vdr-1.6.0" +RDEPEND="${DEPEND}" diff --git a/media-plugins/vdr-dummydevice/vdr-dummydevice-2.0.0.ebuild b/media-plugins/vdr-dummydevice/vdr-dummydevice-2.0.0.ebuild new file mode 100644 index 000000000000..4e315ef30b92 --- /dev/null +++ b/media-plugins/vdr-dummydevice/vdr-dummydevice-2.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: dummy output device - for recording server without any output devices" +HOMEPAGE="http://phivdr.dyndns.org/vdr/${PN}/" +SRC_URI="http://phivdr.dyndns.org/vdr/${PN}/${P}.tgz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=media-video/vdr-2.0.0" |