Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/blinkentools/
Date: Fri, 05 Oct 2018 21:40:03
Message-Id: 1538775572.e4b75d27a7dd605939840c4a60cef46b8ab64aec.asturm@gentoo
1 commit: e4b75d27a7dd605939840c4a60cef46b8ab64aec
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 5 17:56:58 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 21:39:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b75d27
7
8 media-video/blinkentools: fix HOMEPAGE, SRC_URI
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://bugs.gentoo.org/667838
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-video/blinkentools/blinkentools-2.9-r1.ebuild | 1 +
15 media-video/blinkentools/blinkentools-2.9.ebuild | 6 +++---
16 2 files changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/media-video/blinkentools/blinkentools-2.9-r1.ebuild b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
19 index aac82f88023..684b0baea49 100644
20 --- a/media-video/blinkentools/blinkentools-2.9-r1.ebuild
21 +++ b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
22 @@ -13,4 +13,5 @@ KEYWORDS="~amd64 ~x86"
23
24 DEPEND="media-libs/blib
25 media-libs/libmng"
26 +RDEPEND="${DEPEND}"
27 BDEPEND="virtual/pkgconfig"
28
29 diff --git a/media-video/blinkentools/blinkentools-2.9.ebuild b/media-video/blinkentools/blinkentools-2.9.ebuild
30 index 28ec8114d50..81f422d42d6 100644
31 --- a/media-video/blinkentools/blinkentools-2.9.ebuild
32 +++ b/media-video/blinkentools/blinkentools-2.9.ebuild
33 @@ -1,11 +1,11 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 +# Copyright 1999-2018 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=0
39
40 DESCRIPTION="blinkentools is a set of commandline utilities related to Blinkenlights"
41 -HOMEPAGE="http://www.blinkenlights.net/project/developer-tools"
42 -SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz"
43 +HOMEPAGE="http://blinkenlights.net/project/developer-tools"
44 +SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz"
45
46 LICENSE="GPL-2"
47 SLOT="0"