commit: c7717146fc85f60efc48ea5eccef76145d927744 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Oct 5 17:54:03 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <m.mairkeimberger <AT> gmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> 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"
