public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ddci2/
Date: Sun, 21 May 2017 19:04:23 +0000 (UTC)	[thread overview]
Message-ID: <1495393326.2722ddd1a450ea2e76cd2fe09d89736c3bcc678c.mgorny@gentoo> (raw)

commit:     2722ddd1a450ea2e76cd2fe09d89736c3bcc678c
Author:     Daniel Scheller <d.scheller <AT> gmx <DOT> net>
AuthorDate: Mon May  1 14:35:09 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 21 19:02:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2722ddd1

media-plugins/vdr-ddci2: new package

Closes: https://github.com/gentoo/gentoo/pull/4527

 media-plugins/vdr-ddci2/Manifest               |  1 +
 media-plugins/vdr-ddci2/metadata.xml           | 14 +++++++++++++
 media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild | 29 ++++++++++++++++++++++++++
 media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild  | 29 ++++++++++++++++++++++++++
 4 files changed, 73 insertions(+)

diff --git a/media-plugins/vdr-ddci2/Manifest b/media-plugins/vdr-ddci2/Manifest
new file mode 100644
index 00000000000..94321475da4
--- /dev/null
+++ b/media-plugins/vdr-ddci2/Manifest
@@ -0,0 +1 @@
+DIST vdr-ddci2-1.0.4.tar.gz 25724 SHA256 f9ebce94105df746b49164106c8193b3c4d70b172b9962900a99d829b8e070b3 SHA512 ca76dfe8f6e455b239b481e87c3f0f0cd592f352167c172f0ded70527d08e19a2c776c46495d7b3cb4f3a9669832165d47feb611ef0cc552180b98531c81ef57 WHIRLPOOL 36a30236c416fd6ffcafc0f7412ffe355ebceb222d5a64fae9f507f5985b3febfed94bedcb9d0b940397e44501f56b7f7b9549b616ce59e7f8779d32d6be3310

diff --git a/media-plugins/vdr-ddci2/metadata.xml b/media-plugins/vdr-ddci2/metadata.xml
new file mode 100644
index 00000000000..16a8fd56d9d
--- /dev/null
+++ b/media-plugins/vdr-ddci2/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>d.scheller.oss@gmail.com</email>
+		<name>Daniel Scheller</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">jasmin-j/vdr-plugin-ddci2</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild
new file mode 100644
index 00000000000..ce55de993a7
--- /dev/null
+++ b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vdr-plugin-2
+
+if [[ "${PV}" == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}.git"
+	KEYWORDS=""
+	S="${WORKDIR}/${P}"
+else
+	SRC_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/vdr-plugin-${VDRPLUGIN}-${PV}"
+fi
+
+DESCRIPTION="VDR plugin: DDCI2 - Digital Devices CI support"
+HOMEPAGE="https://github.com/jasmin-j/vdr-plugin-ddci2"
+
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2.1.7"
+RDEPEND="${DEPEND}"
+
+DOCS="COPYING HISTORY README"

diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild
new file mode 100644
index 00000000000..ce55de993a7
--- /dev/null
+++ b/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vdr-plugin-2
+
+if [[ "${PV}" == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}.git"
+	KEYWORDS=""
+	S="${WORKDIR}/${P}"
+else
+	SRC_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/vdr-plugin-${VDRPLUGIN}-${PV}"
+fi
+
+DESCRIPTION="VDR plugin: DDCI2 - Digital Devices CI support"
+HOMEPAGE="https://github.com/jasmin-j/vdr-plugin-ddci2"
+
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2.1.7"
+RDEPEND="${DEPEND}"
+
+DOCS="COPYING HISTORY README"


             reply	other threads:[~2017-05-21 19:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-21 19:04 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-04 17:52 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ddci2/ Michał Górny
2023-12-08 19:59 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1495393326.2722ddd1a450ea2e76cd2fe09d89736c3bcc678c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox