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: Thu, 27 Jun 2019 17:21:30
Message-Id: 1561655884.15e5ae3859e3d73dfe536d059c1f81839beb3999.asturm@gentoo
1 commit: 15e5ae3859e3d73dfe536d059c1f81839beb3999
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 17:12:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 17:18:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e5ae38
7
8 media-video/blinkentools: Drop 2.9 (r0)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-video/blinkentools/blinkentools-2.9.ebuild | 27 ------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/media-video/blinkentools/blinkentools-2.9.ebuild b/media-video/blinkentools/blinkentools-2.9.ebuild
17 deleted file mode 100644
18 index 81f422d42d6..00000000000
19 --- a/media-video/blinkentools/blinkentools-2.9.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -DESCRIPTION="blinkentools is a set of commandline utilities related to Blinkenlights"
28 -HOMEPAGE="http://blinkenlights.net/project/developer-tools"
29 -SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 x86"
34 -IUSE=""
35 -
36 -DEPEND="media-libs/blib
37 - media-libs/libmng
38 - virtual/pkgconfig"
39 -RDEPEND=""
40 -
41 -src_compile() {
42 - econf
43 - emake || die "emake failed"
44 -}
45 -
46 -src_install() {
47 - emake DESTDIR="${D}" install || die "install failed"
48 -}