Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/blinkensim/
Date: Wed, 14 Feb 2018 20:07:15
Message-Id: 1518638694.33faec664b97aae311a514a556f79e9de9c84484.pacho@gentoo
1 commit: 33faec664b97aae311a514a556f79e9de9c84484
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 19:40:05 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 14 20:04:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33faec66
7
8 media-video/blinkensim: Drop directfb support (#642504)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-video/blinkensim/blinkensim-2.7-r1.ebuild | 25 +++++++++++++++++++++++++
13 1 file changed, 25 insertions(+)
14
15 diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
16 new file mode 100644
17 index 00000000000..3aac989943e
18 --- /dev/null
19 +++ b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
20 @@ -0,0 +1,25 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +DESCRIPTION="Graphical Blinkenlights simulator with networking support"
26 +
27 +HOMEPAGE="http://www.blinkenlights.net/project/developer-tools"
28 +SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz"
29 +
30 +LICENSE="GPL-2"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE="aalib gtk"
34 +
35 +# if the config script finds any of the optional library it will try to
36 +# compile against it
37 +RDEPEND="
38 + >=media-libs/blib-1.1.4
39 + media-video/blinkenthemes
40 + aalib? ( >=media-libs/aalib-1.4_rc4-r2 )
41 + gtk? ( >=x11-libs/gtk+-2.4.4:2 )
42 +"
43 +DEPEND="${RDEPEND}
44 + virtual/pkgconfig
45 +"