1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-24 23:22:31 +01:00

Removed irmix - can't download sources anymore.

This commit is contained in:
2020-12-14 20:16:55 +01:00
parent f54c877594
commit 04367e6431
2 changed files with 0 additions and 25 deletions

View File

@@ -1,2 +0,0 @@
DIST irmix-0.1.4.tar.gz 59219 RMD160 49ccb2200aee59378cfb512b465c22172282156d SHA1 adaad9a5202f00b15df120d1154db216a93eecd8 SHA256 50511c1f14d816ed0fe6e338134d6fe816c0200cb13e0147c8fff55d2cb5371c
EBUILD irmix-0.1.4.ebuild 626 RMD160 cd28d6653f82256c7c416e381a9f5c6b639ab346 SHA1 d0117b505cee9607599dd5e8d39a3681b78e1d20 SHA256 9c4fc83b0fa6545377b285fcd81640fdadeee509b215c6c671da8916d5c5f661

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 2008/03/15 gryf $
DESCRIPTION="Lirc controled mixer with OSD display"
HOMEPAGE="http://www.blackfiveservices.co.uk/irmix.shtml"
SRC_URI="http://www.blackfiveservices.co.uk/linux_resources/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND="( app-misc/lirc )"
src_compile() {
# xft support is broken
econf --disable-xft || die "configure failed"
emake || die "make failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog TODO NEWS README
}