From: "Joerg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-skinelchi/
Date: Sun, 26 Aug 2018 12:43:21 +0000 (UTC) [thread overview]
Message-ID: <1535287375.fe3e0cd1387a396aedd500e0c805a99bd9f12804.hd_brummy@gentoo> (raw)
commit: fe3e0cd1387a396aedd500e0c805a99bd9f12804
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 12:42:55 2018 +0000
Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 12:42:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3e0cd1
media-plugins/vdr-skinelchi: cleanup old
Package-Manager: Portage-2.3.48, Repoman-2.3.10
media-plugins/vdr-skinelchi/Manifest | 1 -
.../vdr-skinelchi/vdr-skinelchi-0.2.7-r1.ebuild | 45 ----------------------
.../vdr-skinelchi/vdr-skinelchi-0.2.7.ebuild | 40 -------------------
3 files changed, 86 deletions(-)
diff --git a/media-plugins/vdr-skinelchi/Manifest b/media-plugins/vdr-skinelchi/Manifest
index 5833511989a..814c9ccd8c4 100644
--- a/media-plugins/vdr-skinelchi/Manifest
+++ b/media-plugins/vdr-skinelchi/Manifest
@@ -1,2 +1 @@
-DIST vdr-skinelchi-0.2.7.tar.bz2 77029 BLAKE2B 710424ccb3cd17f70bce222930cd3b60e2f535cbe6c48279f61dbeb9443857c7e7812372979a73639394ead64b43d0d7e02233dff53431db5cef0cff5cc19643 SHA512 6dd0f702d487127cbda4b7b6bf504772fccb1d5b097307b44599401cc13b821076c07c56f6d122a04fe969153128e71255305585aba0a8d74262acee834a25de
DIST vdr-skinelchi-0.3.0.tar.bz2 78806 BLAKE2B b2f9e94484e6e8e9829fbc4a53485c8fa094563aab9a090b1dc0b1f55b769d416d21bba8fac81297740eb72cfed4110cbf545a2faf9e0542cf8b3e75f31e533d SHA512 28ffaf956435b8f5caf84b1562b1450214cfc96906dfce3455093627e1f1807a6c3bc37aaf1055148a719debd8b0a6a8c860a869a42850a61f0c6a1551294c8f
diff --git a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.7-r1.ebuild b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.7-r1.ebuild
deleted file mode 100644
index bb69ba83d5e..00000000000
--- a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.7-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-MY_P=${P/_pre/pre}
-
-DESCRIPTION="VDR Skin Plugin: skinelchi"
-HOMEPAGE="http://firefly.vdr-developer.org/skinelchi"
-SRC_URI="http://firefly.vdr-developer.org/skinelchi/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="imagemagick"
-
-DEPEND=">=media-video/vdr-1.6
- imagemagick? ( media-gfx/imagemagick )"
-
-RDEPEND="x11-themes/vdr-channel-logos"
-
-S=${WORKDIR}/${MY_P#vdr-}
-
-VDR_RCADDON_FILE="${FILESDIR}/rc-addon-0.1.1_pre2-r1.sh"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- if ! use imagemagick; then
- einfo "Disabling imagemagick-support."
- sed -i "${S}"/Makefile \
- -e '/^[[:space:]]*SKINELCHI_HAVE_IMAGEMAGICK = 1/s/^/#/'
- fi
-
- sed -i "${S}"/DisplayChannel.c \
- -e "s:/hqlogos::" \
- -e "s:/logos::"
-
- if has_version ">=media-video/vdr-1.7.33"; then
- sed -e "s:int TimerMatch:eTimerMatch TimerMatch:" \
- -i DisplayChannel.c
- fi
-}
diff --git a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.7.ebuild b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.7.ebuild
deleted file mode 100644
index cba69df29ab..00000000000
--- a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit vdr-plugin-2
-
-MY_P=${P/_pre/pre}
-
-DESCRIPTION="VDR Skin Plugin: skinelchi"
-HOMEPAGE="http://firefly.vdr-developer.org/skinelchi"
-SRC_URI="http://firefly.vdr-developer.org/skinelchi/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
-IUSE="imagemagick"
-
-DEPEND=">=media-video/vdr-1.6
- imagemagick? ( media-gfx/imagemagick )"
-
-RDEPEND="x11-themes/vdr-channel-logos"
-
-S=${WORKDIR}/${MY_P#vdr-}
-
-VDR_RCADDON_FILE="${FILESDIR}/rc-addon-0.1.1_pre2-r1.sh"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- if ! use imagemagick; then
- einfo "Disabling imagemagick-support."
- sed -i "${S}"/Makefile \
- -e '/^[[:space:]]*SKINELCHI_HAVE_IMAGEMAGICK = 1/s/^/#/'
- fi
-
- sed -i "${S}"/DisplayChannel.c \
- -e "s:/hqlogos::" \
- -e "s:/logos::"
-}
next reply other threads:[~2018-08-26 12:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-26 12:43 Joerg Bornkessel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-10 6:58 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-skinelchi/ Joonas Niilola
2020-06-27 20:51 Aaron Bauman
2020-02-14 21:51 Jörg Bornkessel
2020-01-12 18:38 Jörg Bornkessel
2016-10-03 14:23 Joerg Bornkessel
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=1535287375.fe3e0cd1387a396aedd500e0c805a99bd9f12804.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