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 E7BDA138334 for ; Fri, 5 Oct 2018 21:40:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29935E0921; Fri, 5 Oct 2018 21:40:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 077C7E0921 for ; Fri, 5 Oct 2018 21:40:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B6136335CEA for ; Fri, 5 Oct 2018 21:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A924438 for ; Fri, 5 Oct 2018 21:39:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538775572.c7717146fc85f60efc48ea5eccef76145d927744.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/blinkentools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/blinkentools/blinkentools-2.9-r1.ebuild X-VCS-Directories: media-video/blinkentools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c7717146fc85f60efc48ea5eccef76145d927744 X-VCS-Branch: master Date: Fri, 5 Oct 2018 21:39:57 +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: f3764aba-8d7a-4419-92f0-878cfb29af94 X-Archives-Hash: ee6c06f0fd7f2793556afe91f5dd846e commit: c7717146fc85f60efc48ea5eccef76145d927744 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Oct 5 17:54:03 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 5 21:39:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7717146 media-video/blinkentools: EAPI7 revbump, improve ebuild Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/blinkentools/blinkentools-2.9-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/media-video/blinkentools/blinkentools-2.9-r1.ebuild b/media-video/blinkentools/blinkentools-2.9-r1.ebuild new file mode 100644 index 00000000000..aac82f88023 --- /dev/null +++ b/media-video/blinkentools/blinkentools-2.9-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Provides a set of commandline utilities related to Blinkenlights" +HOMEPAGE="http://blinkenlights.net/project/developer-tools" +SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="media-libs/blib + media-libs/libmng" +BDEPEND="virtual/pkgconfig"