public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joerg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remote/
Date: Sun, 27 Sep 2015 11:19:40 +0000 (UTC)	[thread overview]
Message-ID: <1443352771.f9eba073aee9bd81ba3918eb5bacf5ccc5c0caa5.hd_brummy@gentoo> (raw)

commit:     f9eba073aee9bd81ba3918eb5bacf5ccc5c0caa5
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 11:19:31 2015 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 11:19:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9eba073

cleanup; stable amd64 x86; bump

Package-Manager: portage-2.2.20.1

 media-plugins/vdr-remote/Manifest                  |  2 +-
 .../vdr-remote/vdr-remote-0.5.0-r1.ebuild          | 30 ----------------------
 media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild   | 19 --------------
 media-plugins/vdr-remote/vdr-remote-0.6.0.ebuild   |  2 +-
 ...remote-0.6.0.ebuild => vdr-remote-0.7.0.ebuild} |  0
 5 files changed, 2 insertions(+), 51 deletions(-)

diff --git a/media-plugins/vdr-remote/Manifest b/media-plugins/vdr-remote/Manifest
index 8ead859..20da8df 100644
--- a/media-plugins/vdr-remote/Manifest
+++ b/media-plugins/vdr-remote/Manifest
@@ -1,2 +1,2 @@
-DIST vdr-remote-0.5.0.tgz 31615 SHA256 d643e7c55857daf675474905803b5561ea81c2ff39522916c8c3d25b890ac4a5 SHA512 60575803d5d54a76f01fa4ceee0f9214d245f50f51c998c8aad7b28a0dc969ff12f083c147dd977a82372474e77dea9e625c509939e8b6367ac7548b61fbdc7f WHIRLPOOL 64e4edd9b062e846e729aa7c1155802e4657fdd46271f95910b120d1090af314d6d3ac24b60a3aafb74aafff68cd41d904f75f95f50ddba826a7c128c104674b
 DIST vdr-remote-0.6.0.tgz 32869 SHA256 c05d17f207bd2723ae6c079bc8961ba0badfcced149afbea63a5c52c807de254 SHA512 1836255d40c9a491d1f0dcab7779a3f75d125b4d28bce00954c2d774c83172e4d69763e34e3f7d9540a951faeead0c12d4a44b0a367a92caae3b22bb3f8c524d WHIRLPOOL f9e3c28e68cb75ea068596e470a5da92d843ff7b89c9b1c800fb8a6fc1fa7ddceaf9e44043755cc81d0d34efc70e19454f0ebb58ab60c6b4e4c51dc49f61736e
+DIST vdr-remote-0.7.0.tgz 34267 SHA256 e90a065db896e030dbb8c8dd99b9b70f3e3ade1017bedcbe6c50e3ce53512af0 SHA512 18c758e9cd519ffc6ccd2a1b53109d7f1ac1c65a32ae43b9eae41ea64ff2ec9721c557ca75a03620b9fee1463608ab0a84d09fad31e233804695570eadec3728 WHIRLPOOL ab433325d625d835edad909f10cb9a10f1c0dceb5562f4f08157723295f8c90ed014c903ab2bf6dcd44b55bd0c0dd427e6629f0c83368dc75e758304947cd558

diff --git a/media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild b/media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild
deleted file mode 100644
index 2ec9a48..0000000
--- a/media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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: use various devices for controlling vdr (keyboards, lirc, remotes bundled with tv-cards)"
-HOMEPAGE="http://www.escape-edv.de/endriss/vdr/"
-SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="systemd"
-
-DEPEND=">=media-video/vdr-2"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	vdr-plugin-2_pkg_setup
-
-	if use systemd; then
-		if ! getent group input | grep -q vdr; then
-			einfo "add user 'vdr' to group 'input' for full access to remote control device"
-			gpasswd -a vdr input
-		fi
-	fi
-}

diff --git a/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild b/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild
deleted file mode 100644
index 936d961..0000000
--- a/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: use various devices for controlling vdr (keyboards, lirc, remotes bundled with tv-cards)"
-HOMEPAGE="http://www.escape-edv.de/endriss/vdr/"
-SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.35"
-RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-remote/vdr-remote-0.6.0.ebuild b/media-plugins/vdr-remote/vdr-remote-0.6.0.ebuild
index 8a00ddc..fad868b 100644
--- a/media-plugins/vdr-remote/vdr-remote-0.6.0.ebuild
+++ b/media-plugins/vdr-remote/vdr-remote-0.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="systemd"
 
 DEPEND=">=media-video/vdr-2.2.0"

diff --git a/media-plugins/vdr-remote/vdr-remote-0.6.0.ebuild b/media-plugins/vdr-remote/vdr-remote-0.7.0.ebuild
similarity index 100%
copy from media-plugins/vdr-remote/vdr-remote-0.6.0.ebuild
copy to media-plugins/vdr-remote/vdr-remote-0.7.0.ebuild


             reply	other threads:[~2015-09-27 11:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-27 11:19 Joerg Bornkessel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-10 18:35 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remote/ Joerg Bornkessel
2016-05-05 13:53 Joerg Bornkessel
2020-09-24  1:06 Aaron Bauman
2021-05-01 12:19 Jörg Bornkessel
2021-07-17 14:07 Mikle Kolyada
2021-07-17 14:09 Mikle Kolyada
2021-10-22  8:22 Jakov Smolić
2024-12-01 11:54 Sam James

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=1443352771.f9eba073aee9bd81ba3918eb5bacf5ccc5c0caa5.hd_brummy@gentoo \
    --to=hd_brummy@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