public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ddci2/
@ 2017-05-21 19:04 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-05-21 19:04 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ddci2/
@ 2017-06-04 17:52 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-06-04 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     99b389905ccfd4f4683dd805fd87b532d31e9f28
Author:     Daniel Scheller <d.scheller <AT> gmx <DOT> net>
AuthorDate: Sat May 27 11:36:44 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 17:16:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b38990

media-plugins/vdr-ddci2: version bump to 1.0.5

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

 media-plugins/vdr-ddci2/Manifest               |  1 +
 media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild | 29 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-plugins/vdr-ddci2/Manifest b/media-plugins/vdr-ddci2/Manifest
index 94321475da4..de80b415ade 100644
--- a/media-plugins/vdr-ddci2/Manifest
+++ b/media-plugins/vdr-ddci2/Manifest
@@ -1 +1,2 @@
 DIST vdr-ddci2-1.0.4.tar.gz 25724 SHA256 f9ebce94105df746b49164106c8193b3c4d70b172b9962900a99d829b8e070b3 SHA512 ca76dfe8f6e455b239b481e87c3f0f0cd592f352167c172f0ded70527d08e19a2c776c46495d7b3cb4f3a9669832165d47feb611ef0cc552180b98531c81ef57 WHIRLPOOL 36a30236c416fd6ffcafc0f7412ffe355ebceb222d5a64fae9f507f5985b3febfed94bedcb9d0b940397e44501f56b7f7b9549b616ce59e7f8779d32d6be3310
+DIST vdr-ddci2-1.0.5.tar.gz 26306 SHA256 6ec748ee235ec70cb41e0529832c53cfbfa5b53b83f71285e87d2d61edcd14bb SHA512 6d9a65ac9ffdfb69de0ed4991295a00f834845fd336717713ac7207687bc3aeb2455f7a547b913587c6e548993b1c0d8354cb18ff1a993702ec9fb86881cd6fd WHIRLPOOL 5360bceb3924672147724d09cc93c31b036e0d9e5bc1bd7e3b2514ec344ef2099286c8f3d9881a3a86bf61fa96f71ff71eae42746236e8251f26c34af7c66163

diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild
new file mode 100644
index 00000000000..ce55de993a7
--- /dev/null
+++ b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ddci2/
@ 2023-12-08 19:59 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2023-12-08 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0056470c50c285cb3558b33cb3c5ded1e11b1365
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 19:51:17 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 19:59:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0056470c

media-plugins/vdr-ddci2: update EAPI 6 -> 8

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild | 7 +++----
 media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild | 7 +++----
 media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild  | 7 +++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild
index 50d918385b85..4a9e2fa003c0 100644
--- a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild
+++ b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit vdr-plugin-2
 
@@ -18,9 +18,8 @@ fi
 DESCRIPTION="VDR plugin: DDCI2 - Digital Devices CI support"
 HOMEPAGE="https://github.com/jasmin-j/vdr-plugin-ddci2"
 
-SLOT="0"
 LICENSE="GPL-2"
-IUSE=""
+SLOT="0"
 
 DEPEND=">=media-video/vdr-2.1.7"
 RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild
index 50d918385b85..4a9e2fa003c0 100644
--- a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild
+++ b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit vdr-plugin-2
 
@@ -18,9 +18,8 @@ fi
 DESCRIPTION="VDR plugin: DDCI2 - Digital Devices CI support"
 HOMEPAGE="https://github.com/jasmin-j/vdr-plugin-ddci2"
 
-SLOT="0"
 LICENSE="GPL-2"
-IUSE=""
+SLOT="0"
 
 DEPEND=">=media-video/vdr-2.1.7"
 RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild
index 50d918385b85..4a9e2fa003c0 100644
--- a/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild
+++ b/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit vdr-plugin-2
 
@@ -18,9 +18,8 @@ fi
 DESCRIPTION="VDR plugin: DDCI2 - Digital Devices CI support"
 HOMEPAGE="https://github.com/jasmin-j/vdr-plugin-ddci2"
 
-SLOT="0"
 LICENSE="GPL-2"
-IUSE=""
+SLOT="0"
 
 DEPEND=">=media-video/vdr-2.1.7"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-08 19:59 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox