summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-10 20:48:24 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-10 20:48:24 +0000
commitaa96ad66e91cdea7d077cd606aea4523af60c986 (patch)
treedc4daabd1c98e864ad454f9a4259b7d8361dc5e8 /sys-power/yacpi/yacpi-3.0.1.ebuild
parentgames-emulation/mednafenfe: Version bump with a cleanup. (diff)
downloadsunrise-aa96ad66e91cdea7d077cd606aea4523af60c986.tar.gz
sunrise-aa96ad66e91cdea7d077cd606aea4523af60c986.tar.bz2
sunrise-aa96ad66e91cdea7d077cd606aea4523af60c986.zip
sys-power/ yacpi: Moved to tree by Samuli
svn path=/sunrise/; revision=10980
Diffstat (limited to 'sys-power/yacpi/yacpi-3.0.1.ebuild')
-rw-r--r--sys-power/yacpi/yacpi-3.0.1.ebuild35
1 files changed, 0 insertions, 35 deletions
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 8a8238061..000000000
--- a/sys-power/yacpi/yacpi-3.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils 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=""
-
-RDEPEND="sys-libs/libacpi
- sys-libs/ncurses"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-Makefile.patch
-}
-
-src_compile() {
- emake \
- CC=$(tc-getCC) || \
- die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || \
- die "installation failed"
-}