summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-27 19:12:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-27 19:18:04 +0200
commit15e5ae3859e3d73dfe536d059c1f81839beb3999 (patch)
tree7e5a7cf3cba33af2361f4657620c833ddcea5d89 /media-video/blinkentools
parentmedia-libs/kvazaar: Drop old (diff)
downloadgentoo-15e5ae3859e3d73dfe536d059c1f81839beb3999.tar.gz
gentoo-15e5ae3859e3d73dfe536d059c1f81839beb3999.tar.bz2
gentoo-15e5ae3859e3d73dfe536d059c1f81839beb3999.zip
media-video/blinkentools: Drop 2.9 (r0)
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/blinkentools')
-rw-r--r--media-video/blinkentools/blinkentools-2.9.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-video/blinkentools/blinkentools-2.9.ebuild b/media-video/blinkentools/blinkentools-2.9.ebuild
deleted file mode 100644
index 81f422d42d60..000000000000
--- a/media-video/blinkentools/blinkentools-2.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="blinkentools is 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"
-IUSE=""
-
-DEPEND="media-libs/blib
- media-libs/libmng
- virtual/pkgconfig"
-RDEPEND=""
-
-src_compile() {
- econf
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}