sys-power/yacpi: Remove last-rited pkg, #587288

This commit is contained in:
Michał Górny
2017-08-14 23:11:20 +02:00
parent 1b66f1b36e
commit fa06c7ec4e
4 changed files with 2 additions and 47 deletions

View File

@@ -283,10 +283,9 @@ net-irc/loqui
dev-util/mutrace
# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
# QA issues, upstreams dead, multiple alternatives, bug #587284 and bug
# #587288. Removal in a month.
# QA issues, upstreams dead, multiple alternatives, bug #587284.
# Removal in a month.
sys-libs/libacpi
sys-power/yacpi
# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
# Multiple unresolved bugs (#600680), need major version bumps and a

View File

@@ -1 +0,0 @@
DIST yacpi-3.0.1.tar.gz 14508 SHA256 65148a7394d898edc64bcf9f866fe2e47dfdd1cb62c581623084d12946d56fae SHA512 9234ef5f59f6b6a81606907fcff9de384b2bb545c59d2196b3a6d4c30d7b4ab583d7c1203cd5059b08b326bace1339adb927b695494a8d4d68cfa8ad9b863318 WHIRLPOOL 86c419a64a0bb777c949c0ee0c5055149e796fa44252f4da40679809a0043041e13480e37d89e903d5478cc4bbef673b7218bebaf35576cd5b2a4bc62f22403b

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=3
inherit toolchain-funcs
DESCRIPTION="Yet Another Configuration and Power Interface"
HOMEPAGE="http://www.ngolde.de/yacpi.html"
SRC_URI="http://www.ngolde.de/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-libs/libacpi
sys-libs/ncurses"
src_prepare() {
sed -i \
-e 's:= -O2 -Wall -g:+= -Wall:' \
-e 's:${CC} -Wall:${CC} ${LDFLAGS} ${CFLAGS}:' \
-e '/strip/d' \
-e 's:COPYING::' \
Makefile || die
}
src_compile() {
emake CC="$(tc-getCC)" || die
}
src_install() {
emake \
prefix="${D}/usr" \
DOCPATH="${D}/usr/share/doc/${PF}" \
install || die
prepalldocs
}