sys-power/yacpi: Remove last-rited pkg, #587288
authorMichał Górny <mgorny@gentoo.org>
Mon, 14 Aug 2017 21:11:20 +0000 (23:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 14 Aug 2017 21:24:17 +0000 (23:24 +0200)
profiles/package.mask
sys-power/yacpi/Manifest [deleted file]
sys-power/yacpi/metadata.xml [deleted file]
sys-power/yacpi/yacpi-3.0.1.ebuild [deleted file]

index ea00dd7dc4d30300a06899417209346be5cfad54..7df8839559b6118b440f58996fa8b612df8382a4 100644 (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
diff --git a/sys-power/yacpi/Manifest b/sys-power/yacpi/Manifest
deleted file mode 100644 (file)
index 6597a2e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST yacpi-3.0.1.tar.gz 14508 SHA256 65148a7394d898edc64bcf9f866fe2e47dfdd1cb62c581623084d12946d56fae SHA512 9234ef5f59f6b6a81606907fcff9de384b2bb545c59d2196b3a6d4c30d7b4ab583d7c1203cd5059b08b326bace1339adb927b695494a8d4d68cfa8ad9b863318 WHIRLPOOL 86c419a64a0bb777c949c0ee0c5055149e796fa44252f4da40679809a0043041e13480e37d89e903d5478cc4bbef673b7218bebaf35576cd5b2a4bc62f22403b
diff --git a/sys-power/yacpi/metadata.xml b/sys-power/yacpi/metadata.xml
deleted file mode 100644 (file)
index 097975e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>
diff --git a/sys-power/yacpi/yacpi-3.0.1.ebuild b/sys-power/yacpi/yacpi-3.0.1.ebuild
deleted file mode 100644 (file)
index cc4e553..0000000
+++ /dev/null
@@ -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
-}