commit: 15e5ae3859e3d73dfe536d059c1f81839beb3999 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 27 17:12:07 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jun 27 17:18:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e5ae38
media-video/blinkentools: Drop 2.9 (r0) Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-video/blinkentools/blinkentools-2.9.ebuild | 27 ------------------------ 1 file changed, 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 81f422d42d6..00000000000 --- 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" -}
