sys-apps/lcdutils: drop old version
authorConrad Kostecki <conrad@kostecki.com>
Wed, 6 Nov 2019 19:46:59 +0000 (20:46 +0100)
committerAaron Bauman <bman@gentoo.org>
Fri, 8 Nov 2019 02:39:31 +0000 (21:39 -0500)
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>
sys-apps/lcdutils/lcdutils-0.2.ebuild [deleted file]

diff --git a/sys-apps/lcdutils/lcdutils-0.2.ebuild b/sys-apps/lcdutils/lcdutils-0.2.ebuild
deleted file mode 100644 (file)
index 86dadda..0000000
+++ /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"
-}