diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-10-05 19:54:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-05 23:39:32 +0200 |
commit | c7717146fc85f60efc48ea5eccef76145d927744 (patch) | |
tree | 6884e6a5ed42d234673b73669cdc4b3c7f883753 /media-video/blinkentools/blinkentools-2.9-r1.ebuild | |
parent | media-video/blinkenthemes: fix HOMEPAGE, SRC_URI (diff) | |
download | gentoo-c7717146fc85f60efc48ea5eccef76145d927744.tar.gz gentoo-c7717146fc85f60efc48ea5eccef76145d927744.tar.bz2 gentoo-c7717146fc85f60efc48ea5eccef76145d927744.zip |
media-video/blinkentools: EAPI7 revbump, improve ebuild
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/blinkentools/blinkentools-2.9-r1.ebuild')
-rw-r--r-- | media-video/blinkentools/blinkentools-2.9-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 000000000000..aac82f880239 --- /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" |