Gentoo Archives: gentoo-commits

From: Joerg Bornkessel <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-mailbox/
Date: Fri, 31 Aug 2018 13:00:46
Message-Id: 1535717818.161f4911aa5c1dfc68227eff26b69ad82dc79e29.hd_brummy@gentoo
1 commit: 161f4911aa5c1dfc68227eff26b69ad82dc79e29
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 12:16:58 2018 +0000
4 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 12:16:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161f4911
7
8 media-plugins/vdr-mailbox: eapi 7; cleanup old
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-plugins/vdr-mailbox/Manifest | 1 -
13 media-plugins/vdr-mailbox/vdr-mailbox-0.6.0.ebuild | 20 --------------------
14 .../vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild | 4 ++--
15 media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild | 19 -------------------
16 4 files changed, 2 insertions(+), 42 deletions(-)
17
18 diff --git a/media-plugins/vdr-mailbox/Manifest b/media-plugins/vdr-mailbox/Manifest
19 index 5f7d58a67dd..3833ad2fddc 100644
20 --- a/media-plugins/vdr-mailbox/Manifest
21 +++ b/media-plugins/vdr-mailbox/Manifest
22 @@ -1,2 +1 @@
23 -DIST vdr-mailbox-0.6.0.tgz 176093 BLAKE2B f1e0a06f03fbe4adb1744d7d3000598914b9eb376eeea67c99e3102b403c342a6effb424ecc1d029bec56d9f3844c34a85090e1225375d2ea655ca01b0b15673 SHA512 7a1fd4d21198a8a52caa1b47aa1700e66751fff7b4b53aec09561c390d38c918d0de7822566d8f4b6add83fcf421bebc0faa3d7feeb8b815d0080be51fba60c9
24 DIST vdr-mailbox-0.7.0.tgz 171886 BLAKE2B 37f731b1dcab7bb53ff2e0792af1f2947a3429521de8e4ffdc155cc1d059b33a980b3c49d24151a4a162964bbb7d3c0c1805ec109c2852c0d4ac6d96552ed4ec SHA512 ec20b675e9c92fd2e8dda1e2bb1799a6b725e0a8a879e9f45f3876bf2ef2a85fab3303c94db669e6f259cf6ef83cd417260fcbca5290c74c59f5585a1c28be3e
25
26 diff --git a/media-plugins/vdr-mailbox/vdr-mailbox-0.6.0.ebuild b/media-plugins/vdr-mailbox/vdr-mailbox-0.6.0.ebuild
27 deleted file mode 100644
28 index 2f8f6777e08..00000000000
29 --- a/media-plugins/vdr-mailbox/vdr-mailbox-0.6.0.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit vdr-plugin-2
38 -
39 -DESCRIPTION="VDR plugin: MailBox"
40 -HOMEPAGE="http://alex.vdr-developer.org"
41 -SRC_URI="http://alex.vdr-developer.org/download/${P}.tgz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -DEPEND=">=media-video/vdr-1.3.8
49 - >=net-libs/c-client-2002e-r1"
50 -
51 -RDEPEND="${DEPEND}"
52
53 diff --git a/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild b/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild
54 index ed679906953..2e3678691a9 100644
55 --- a/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild
56 +++ b/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild
57 @@ -1,7 +1,7 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 +# Copyright 1999-2018 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61
62 -EAPI=6
63 +EAPI=7
64
65 inherit vdr-plugin-2
66
67
68 diff --git a/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild b/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild
69 deleted file mode 100644
70 index 237de35d699..00000000000
71 --- a/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild
72 +++ /dev/null
73 @@ -1,19 +0,0 @@
74 -# Copyright 1999-2013 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI="5"
78 -
79 -inherit vdr-plugin-2
80 -
81 -DESCRIPTION="VDR plugin: MailBox provides access to multiple e-mail accounts"
82 -HOMEPAGE="http://alex.vdr-developer.org"
83 -SRC_URI="http://alex.vdr-developer.org/download/${P}.tgz"
84 -
85 -LICENSE="GPL-2"
86 -SLOT="0"
87 -KEYWORDS="amd64 x86"
88 -IUSE=""
89 -
90 -DEPEND=">=media-video/vdr-1.7.41
91 - >=net-libs/c-client-2002e-r1"
92 -RDEPEND="${DEPEND}"