From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00B351382C5 for ; Wed, 14 Feb 2018 20:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 440EAE0B50; Wed, 14 Feb 2018 20:07:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2375AE0B50 for ; Wed, 14 Feb 2018 20:07:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39B36335C2C for ; Wed, 14 Feb 2018 20:07:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED067211 for ; Wed, 14 Feb 2018 20:07:11 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1518638694.33faec664b97aae311a514a556f79e9de9c84484.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/blinkensim/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/blinkensim/blinkensim-2.7-r1.ebuild X-VCS-Directories: media-video/blinkensim/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 33faec664b97aae311a514a556f79e9de9c84484 X-VCS-Branch: master Date: Wed, 14 Feb 2018 20:07:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d0975c4-6cc0-4653-b440-1744c6876abe X-Archives-Hash: 302026691befa9d14530b832ea07fc83 commit: 33faec664b97aae311a514a556f79e9de9c84484 Author: Pacho Ramos gentoo org> AuthorDate: Wed Feb 14 19:40:05 2018 +0000 Commit: Pacho Ramos gentoo 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 +"