commit: 33faec664b97aae311a514a556f79e9de9c84484 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Feb 14 19:40:05 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Feb 14 20:04:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33faec66
media-video/blinkensim: Drop directfb support (#642504) Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/blinkensim/blinkensim-2.7-r1.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild b/media-video/blinkensim/blinkensim-2.7-r1.ebuild new file mode 100644 index 00000000000..3aac989943e --- /dev/null +++ b/media-video/blinkensim/blinkensim-2.7-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DESCRIPTION="Graphical Blinkenlights simulator with networking support" + +HOMEPAGE="http://www.blinkenlights.net/project/developer-tools" +SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="aalib gtk" + +# if the config script finds any of the optional library it will try to +# compile against it +RDEPEND=" + >=media-libs/blib-1.1.4 + media-video/blinkenthemes + aalib? ( >=media-libs/aalib-1.4_rc4-r2 ) + gtk? ( >=x11-libs/gtk+-2.4.4:2 ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +"
