diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-14 23:11:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-14 23:24:17 +0200 |
commit | fa06c7ec4ebbcc5f1c1b065b9591563a4bb485c9 (patch) | |
tree | 83fefdc3a2a720134f225400606abf18c5b400a7 /sys-power | |
parent | sci-mathematics/cado-nfs: Remove last-rited pkg, #587942 (diff) | |
download | gentoo-fa06c7ec4ebbcc5f1c1b065b9591563a4bb485c9.tar.gz gentoo-fa06c7ec4ebbcc5f1c1b065b9591563a4bb485c9.tar.bz2 gentoo-fa06c7ec4ebbcc5f1c1b065b9591563a4bb485c9.zip |
sys-power/yacpi: Remove last-rited pkg, #587288
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/yacpi/Manifest | 1 | ||||
-rw-r--r-- | sys-power/yacpi/metadata.xml | 4 | ||||
-rw-r--r-- | sys-power/yacpi/yacpi-3.0.1.ebuild | 39 |
3 files changed, 0 insertions, 44 deletions
diff --git a/sys-power/yacpi/Manifest b/sys-power/yacpi/Manifest deleted file mode 100644 index 6597a2e168b7..000000000000 --- a/sys-power/yacpi/Manifest +++ /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 index 097975e3adc2..000000000000 --- a/sys-power/yacpi/metadata.xml +++ /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 index cc4e553caf67..000000000000 --- a/sys-power/yacpi/yacpi-3.0.1.ebuild +++ /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 -} |