public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/
@ 2017-07-30 12:13 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-07-30 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     895544e44cf0de5c56cffe37fc9b9368ec2682e6
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 19:48:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 12:13:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895544e4

media-plugins/xbmc-addon-xvdr: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
index c4371813e23..7e2534aa7fd 100644
--- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
+++ b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
 
 inherit git-2 autotools multilib
 
-EGIT_REPO_URI="git://github.com/pipelka/xbmc-addon-xvdr.git"
+EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
 
 DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend"
 HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr"


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/
@ 2018-05-30 21:36 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2018-05-30 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c0bc37e430d7406b7aaec75b9bf9273245c0a222
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 21:34:30 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May 30 21:36:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc37e4

media-plugins/xbmc-addon-xvdr: Migrate to git-r3 eclass

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
index 7e2534aa7fd..d492d2509b9 100644
--- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
+++ b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
 
-inherit git-2 autotools multilib
-
-EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
+inherit autotools multilib git-r3
 
 DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend"
 HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr"
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
 KEYWORDS=""
 LICENSE="GPL-2"
 SLOT="0"
@@ -18,8 +16,6 @@ IUSE=""
 DEPEND=""
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${PN}
-
 src_prepare() {
 	eautoreconf
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/
@ 2018-05-30 21:36 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2018-05-30 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     75cc68bec0f95e2d0a4811ed7d150db6afb8d51b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 21:35:52 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May 30 21:36:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cc68be

media-plugins/xbmc-addon-xvdr: EAPI 6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
index d492d2509b9..897eb4d0ccc 100644
--- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
+++ b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
@@ -1,14 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=6
 
 inherit autotools multilib git-r3
 
 DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend"
 HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr"
 EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
-KEYWORDS=""
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
@@ -17,6 +16,7 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	default
 	eautoreconf
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/
@ 2019-12-15 17:03 Joerg Bornkessel
  0 siblings, 0 replies; 5+ messages in thread
From: Joerg Bornkessel @ 2019-12-15 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e0cd94f7eae571f673d0b495f79c612ab0e2b8ce
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 17:02:36 2019 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 17:03:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cd94f7

media-plugins/xbmc-addon-xvdr: install pre-stripped files fixed

Bug: https://bugs.gentoo.org/383483
Closes: https://bugs.gentoo.org/383483
Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
index 0c3fcf9b0da..8f64cf07d26 100644
--- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
+++ b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools multilib git-r3
 
@@ -17,6 +17,7 @@ RDEPEND="${DEPEND}"
 
 src_prepare() {
 	default
+	export STRIP=true
 	eautoreconf
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/
@ 2020-12-03  6:34 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2020-12-03  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9f7a4f8e2fc4c912586f0583ebee84fd110e69a8
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 06:27:20 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 06:27:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7a4f8e

media-plugins/xbmc-addon-xvdr: remove last-rited package

Bug: https://bugs.gentoo.org/752462
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-plugins/xbmc-addon-xvdr/metadata.xml         | 11 -------
 .../xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild    | 37 ----------------------
 2 files changed, 48 deletions(-)

diff --git a/media-plugins/xbmc-addon-xvdr/metadata.xml b/media-plugins/xbmc-addon-xvdr/metadata.xml
deleted file mode 100644
index 6a454981266..00000000000
--- a/media-plugins/xbmc-addon-xvdr/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>vdr@gentoo.org</email>
-		<name>Gentoo VDR Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">pipelka/xbmc-addon-xvdr</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
deleted file mode 100644
index 8f64cf07d26..00000000000
--- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools multilib git-r3
-
-DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend"
-HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr"
-EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	export STRIP=true
-	eautoreconf
-}
-
-src_configure() {
-	econf --prefix=/usr/$(get_libdir)/xbmc
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-}
-
-pkg_info() {
-	einfo "This add-on requires the installed "media-lugins/vdr-xvdr" plugin on the VDR server."
-	einfo "VDR itself dosn't need any patches or modification to use all the current features."
-	einfo "IMPORTANT:"
-	einfo "Please disable *all* PVR addons *before* running the XVDR addon!"
-}


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

end of thread, other threads:[~2020-12-03  6:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-30 12:13 [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2018-05-30 21:36 Johannes Huber
2018-05-30 21:36 Johannes Huber
2019-12-15 17:03 Joerg Bornkessel
2020-12-03  6:34 Joonas Niilola

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