diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-plugins/vdr-tvguide | |
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-tvguide')
-rw-r--r-- | media-plugins/vdr-tvguide/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/vdr-tvguide/files/confd | 12 | ||||
-rw-r--r-- | media-plugins/vdr-tvguide/files/rc-addon.sh | 18 | ||||
-rw-r--r-- | media-plugins/vdr-tvguide/metadata.xml | 9 | ||||
-rw-r--r-- | media-plugins/vdr-tvguide/vdr-tvguide-1.2.1.ebuild | 42 | ||||
-rw-r--r-- | media-plugins/vdr-tvguide/vdr-tvguide-1.2.2.ebuild | 42 |
6 files changed, 125 insertions, 0 deletions
diff --git a/media-plugins/vdr-tvguide/Manifest b/media-plugins/vdr-tvguide/Manifest new file mode 100644 index 000000000000..89fa2686a740 --- /dev/null +++ b/media-plugins/vdr-tvguide/Manifest @@ -0,0 +1,2 @@ +DIST vdr-tvguide-1.2.1.tgz 3858723 SHA256 24fe835be9d7883248af11e9516f7d65933c47bfa7716002e5824e6f14ae9642 SHA512 ef57d1c6a65f0dae1af161c8012a23cfbb9a32d72507b5cd1cabaa96554ef089994e7f23211927569d12b4da9c9b16f1745c861b89243f3e2a0aa3dcbf96f433 WHIRLPOOL 50e39369ce5a94f224ecad25ee4913c78e8f61f6c762f6d0a6d71558f705d768a85a25620cea41bdf2d12fe81754fb1df82f74e3cf56d5b33103f4322b0e626e +DIST vdr-tvguide-1.2.2.tgz 3862840 SHA256 d2a1d8fdc1f4baeddd3cf4b240584acb8f8c148b261287c0ce32686724602f75 SHA512 53b57a34a8816235366754b0e12bc574188c5602f302b68b09cc9c13c369b22799738f28e0d50dab66d485c7591bcc8b2c168c4cf5ad15cd822479148f4bd5d9 WHIRLPOOL e645b9dbb3640dc0dec742feb35bde157f19150cd42b3001ab2ad02cca547f639e4b56d79a50d4c48caf28b78feef08fd7adf533ae6a5dd6c5037ca3cd2d02b1 diff --git a/media-plugins/vdr-tvguide/files/confd b/media-plugins/vdr-tvguide/files/confd new file mode 100644 index 000000000000..da32e1adb22d --- /dev/null +++ b/media-plugins/vdr-tvguide/files/confd @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# /etc/conf.d/vdr.tvguide +# Configuration file for the VDR skin nOpacity + +#TVGUIDE_EPGIMAGESPATH= + +#TVGUIDE_ICONSPATH= + +#TVGUIDE_LOGOPATH= diff --git a/media-plugins/vdr-tvguide/files/rc-addon.sh b/media-plugins/vdr-tvguide/files/rc-addon.sh new file mode 100644 index 000000000000..6af48aed41d1 --- /dev/null +++ b/media-plugins/vdr-tvguide/files/rc-addon.sh @@ -0,0 +1,18 @@ +#!/bin/sh +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +plugin_pre_vdr_start() { + if [ -n "${TVGUIDE_EPGIMAGESPATH}" ]; then + add_plugin_param "-e ${TVGUIDE_EPGIMAGESPATH}" + fi + + if [ -n "${TVGUIDE_ICONSPATH}" ]; then + add_plugin_param "-i ${TVGUIDE_ICONSPATH}" + fi + + if [ -n "${TVGUIDE_LOGOPATH}" ]; then + add_plugin_param "-l ${TVGUIDE_LOGOPATH}" + fi +} diff --git a/media-plugins/vdr-tvguide/metadata.xml b/media-plugins/vdr-tvguide/metadata.xml new file mode 100644 index 000000000000..ceb45da48f62 --- /dev/null +++ b/media-plugins/vdr-tvguide/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>idl0r@gentoo.org</email> + <name>Christian Ruppert</name> + </maintainer> + <herd>media-tv</herd> +</pkgmetadata> diff --git a/media-plugins/vdr-tvguide/vdr-tvguide-1.2.1.ebuild b/media-plugins/vdr-tvguide/vdr-tvguide-1.2.1.ebuild new file mode 100644 index 000000000000..ac87247c922c --- /dev/null +++ b/media-plugins/vdr-tvguide/vdr-tvguide-1.2.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_P="${P/vdr-}" + +VERSION="1627" + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: highly customizable 2D EPG viewer" +HOMEPAGE="http://projects.vdr-developer.org/projects/plg-tvguide" +SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="|| ( media-gfx/imagemagick media-gfx/graphicsmagick ) + media-plugins/vdr-epgsearch" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + vdr-plugin-2_src_prepare + + if has_version media-gfx/graphicsmagick; then + sed -i -e 's:^IMAGELIB =.*:IMAGELIB = graphicsmagick:' Makefile + fi +} + +pkg_postinst() { + vdr-plugin-2_pkg_postinst + + einfo "See http://projects.vdr-developer.org/projects/skin-nopacity/wiki" + einfo "for more information about how to use channel logos" +} diff --git a/media-plugins/vdr-tvguide/vdr-tvguide-1.2.2.ebuild b/media-plugins/vdr-tvguide/vdr-tvguide-1.2.2.ebuild new file mode 100644 index 000000000000..d9bf26ed5291 --- /dev/null +++ b/media-plugins/vdr-tvguide/vdr-tvguide-1.2.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_P="${P/vdr-}" + +VERSION="1701" + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: highly customizable 2D EPG viewer" +HOMEPAGE="http://projects.vdr-developer.org/projects/plg-tvguide" +SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="|| ( media-gfx/imagemagick media-gfx/graphicsmagick ) + media-plugins/vdr-epgsearch" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + vdr-plugin-2_src_prepare + + if has_version media-gfx/graphicsmagick; then + sed -i -e 's:^IMAGELIB =.*:IMAGELIB = graphicsmagick:' Makefile + fi +} + +pkg_postinst() { + vdr-plugin-2_pkg_postinst + + einfo "See http://projects.vdr-developer.org/projects/skin-nopacity/wiki" + einfo "for more information about how to use channel logos" +} |