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 3C18B138334 for ; Fri, 5 Oct 2018 21:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C33CEE0905; Fri, 5 Oct 2018 21:40:01 +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 A3AC9E0905 for ; Fri, 5 Oct 2018 21:40:01 +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 B7F80335CEE 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 635DD436 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: <1538775571.b16750427fdf708bfb92b2a0944b50afb6af7d84.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/blinkenthemes/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild X-VCS-Directories: media-video/blinkenthemes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b16750427fdf708bfb92b2a0944b50afb6af7d84 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: 012423a0-5bcc-486a-acb2-91933af27dcf X-Archives-Hash: 4695a7016a33cbd65fbbe5b1d694e139 commit: b16750427fdf708bfb92b2a0944b50afb6af7d84 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Oct 5 17:49:23 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 5 21:39:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1675042 media-video/blinkenthemes: EAPI7 revbump, improve ebuild Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild b/media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild new file mode 100644 index 00000000000..9fbddc48b41 --- /dev/null +++ b/media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Themes for blinkensim" +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" +BDEPEND="virtual/pkgconfig"