diff options
author | 2019-11-06 20:46:59 +0100 | |
---|---|---|
committer | 2019-11-07 21:39:31 -0500 | |
commit | 7a3732379554f89b52aa85144d6a6047c2e3af2e (patch) | |
tree | a874cb620c5e7b382375e3a3a0bb8c858742b99a /sys-apps/lcdutils | |
parent | sys-apps/lcdutils: bump to EAPI=7 (diff) | |
download | gentoo-7a3732379554f89b52aa85144d6a6047c2e3af2e.tar.gz gentoo-7a3732379554f89b52aa85144d6a6047c2e3af2e.tar.bz2 gentoo-7a3732379554f89b52aa85144d6a6047c2e3af2e.zip |
sys-apps/lcdutils: drop old version
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-apps/lcdutils')
-rw-r--r-- | sys-apps/lcdutils/lcdutils-0.2.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-apps/lcdutils/lcdutils-0.2.ebuild b/sys-apps/lcdutils/lcdutils-0.2.ebuild deleted file mode 100644 index 86daddae5bf8..000000000000 --- a/sys-apps/lcdutils/lcdutils-0.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -DESCRIPTION="Cobalt RaQ/Qube LCD Writing and Button reading utilities" -HOMEPAGE="http://people.debian.org/~pm/mips-cobalt/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~mips ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e "s:CFLAGS=-O2 -Wall:CFLAGS=${CFLAGS}:g" Makefile - epatch "${FILESDIR}"/include-stdlib.h-for-exit.patch -} - -src_compile() { - emake distclean || die "distclean failed" - emake all || die "all failed" -} - -src_install() { - dobin buttond putlcd || die "dobin failed" - dodoc ChangeLog || die "dodoc failed" -} |