commit: 7a3732379554f89b52aa85144d6a6047c2e3af2e Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Wed Nov 6 19:46:59 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 02:39:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a373237
sys-apps/lcdutils: drop old version Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> sys-apps/lcdutils/lcdutils-0.2.ebuild | 35 ----------------------------------- 1 file changed, 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 86daddae5bf..00000000000 --- 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" -}
