From: "Joerg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvdswitch/
Date: Sun, 26 Aug 2018 12:39:16 +0000 (UTC) [thread overview]
Message-ID: <1535287133.5ee7e97e059fe2a9537f0ce52472f3dce8fd3d9c.hd_brummy@gentoo> (raw)
commit: 5ee7e97e059fe2a9537f0ce52472f3dce8fd3d9c
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 12:31:45 2018 +0000
Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 12:38:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee7e97e
media-plugins/vdr-dvdswitch: cleanup old; eapi 7
Package-Manager: Portage-2.3.48, Repoman-2.3.10
media-plugins/vdr-dvdswitch/Manifest | 2 --
.../vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild | 30 ----------------------
.../vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild | 30 ----------------------
.../vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild | 2 +-
4 files changed, 1 insertion(+), 63 deletions(-)
diff --git a/media-plugins/vdr-dvdswitch/Manifest b/media-plugins/vdr-dvdswitch/Manifest
index 05f6e3ec6b5..e617dfa498f 100644
--- a/media-plugins/vdr-dvdswitch/Manifest
+++ b/media-plugins/vdr-dvdswitch/Manifest
@@ -1,3 +1 @@
-DIST vdr-dvdswitch-0.2.0.tgz 48213 BLAKE2B f997ae026df8718f144354e181ff52886a50ec8766211a5397492063ce1e664402cb4a53fb7df5cbdaf2b53b51cb9dec2565b64c27df1b763da4e8b5ab85a9bb SHA512 a57b872d72ce189444e12b5c8d3f9611d5da2b6d7fb31203129975cf337efdef468355ccbdd5d0ef3ad53d4438019b3bb7e78d0f83c0a7c0864387287d2cd8da
-DIST vdr-dvdswitch-0.2.1.tgz 48443 BLAKE2B 327d8709fd8ba632b3809babc3dee3f201afa6408f340cb56008644aa4cd0423642bc498d47be2309da7bb3c18d1278ab6a3ff72fa244d33af71a61a40a53f7d SHA512 274333421b5af903f843de8ec97456c7bdef8f0dd86c623dac77c0c2e51d94c77b00245430d6f09172c686ba41e46854e220eb43466d7d29e37a8fc22766bf55
DIST vdr-dvdswitch-0.2.2.tgz 50332 BLAKE2B c84fe0c1525a037bb3509d240f6d2fcdf41560a705d064167f5a21316e33ce7dc0b072367a393ddf245e0a8a3c3a5dbb795bb2e61c0ef6d80507dbf069b082d8 SHA512 37a89f33a2280823a885fdb8aa4919c7bc438c26ba6273ec25a7c980d7dac6c57df125f560b6f2f04d46a1db623c129a6e598d61cde66f5944e5b349d65ffeb8
diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild
deleted file mode 100644
index 198597775c1..00000000000
--- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit vdr-plugin-2
-
-VERSION="534" # every bump, new version
-
-DESCRIPTION="VDR Plugin: to play dvds and dvd file structures"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.6.0"
-RDEPEND="media-plugins/vdr-dvd"
-
-DEFAULT_IMAGE_DIR="/var/vdr/video/dvd-images"
-
-VDR_CONFD_FILE="${FILESDIR}/0.1.3/confd-r2"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- sed -e "s:/video/dvd:${DEFAULT_IMAGE_DIR}:" -i setup.c
-}
diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild
deleted file mode 100644
index f11b681c080..00000000000
--- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-VERSION="1059" # every bump, new version
-
-DESCRIPTION="VDR Plugin: to play dvds and dvd file structures"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.6.0"
-RDEPEND="media-plugins/vdr-dvd"
-
-DEFAULT_IMAGE_DIR="/var/vdr/video/dvd-images"
-
-VDR_CONFD_FILE="${FILESDIR}/0.1.3/confd-r2"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- sed -e "s:/video/dvd:${DEFAULT_IMAGE_DIR}:" -i setup.c
-}
diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild
index a662a750af9..535cea6df0c 100644
--- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild
+++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit vdr-plugin-2
next reply other threads:[~2018-08-26 12:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-26 12:39 Joerg Bornkessel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-16 7:23 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvdswitch/ Joonas Niilola
2024-09-16 3:49 Jakov Smolić
2024-06-22 19:13 Conrad Kostecki
2021-07-17 14:09 Mikle Kolyada
2021-07-17 14:07 Mikle Kolyada
2020-02-14 21:51 Jörg Bornkessel
2019-12-27 16:22 Jörg Bornkessel
2018-03-26 19:18 Aaron Bauman
2017-11-26 23:06 David Seifert
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=1535287133.5ee7e97e059fe2a9537f0ce52472f3dce8fd3d9c.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