Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
Date: Sat, 16 Feb 2019 19:42:19
Message-Id: 1550346119.a3a2ccdd35f547260c9e85b326165fa84d947c6d.zlogene@gentoo
1 commit: a3a2ccdd35f547260c9e85b326165fa84d947c6d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 19:41:59 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 19:41:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a2ccdd
7
8 net-im/librvp: Drop unused inherit
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-im/librvp/librvp-0.9.6.ebuild | 4 +---
14 net-im/librvp/librvp-0.9.7.ebuild | 2 --
15 2 files changed, 1 insertion(+), 5 deletions(-)
16
17 diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild
18 index 8bf71334810..0352f42f832 100644
19 --- a/net-im/librvp/librvp-0.9.6.ebuild
20 +++ b/net-im/librvp/librvp-0.9.6.ebuild
21 @@ -1,10 +1,8 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -inherit multilib
29 -
30 DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin"
31 HOMEPAGE="https://www.waider.ie/hacks/workshop/c/rvp/"
32 SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
33
34 diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
35 index 80b28a8e905..ca33cd8c1cd 100644
36 --- a/net-im/librvp/librvp-0.9.7.ebuild
37 +++ b/net-im/librvp/librvp-0.9.7.ebuild
38 @@ -3,8 +3,6 @@
39
40 EAPI=7
41
42 -inherit multilib
43 -
44 DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin"
45 HOMEPAGE="https://www.waider.ie/hacks/workshop/c/rvp/"
46 SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"