diff options
author | 2010-07-11 17:30:44 +0000 | |
---|---|---|
committer | 2010-07-11 17:30:44 +0000 | |
commit | 21dd29466e253ab8c6f6c688827e503df153181a (patch) | |
tree | 6f3d4a4b8dc7782ca23a0a8135af92e90c0dffa7 /sys-libs/libacpi/libacpi-0.2.ebuild | |
parent | dev-vcs/ gitstats: Moved bugless package to tree, thanks sedzimir tracking th... (diff) | |
download | sunrise-21dd29466e253ab8c6f6c688827e503df153181a.tar.gz sunrise-21dd29466e253ab8c6f6c688827e503df153181a.tar.bz2 sunrise-21dd29466e253ab8c6f6c688827e503df153181a.zip |
sys-libs/ libacpi: Moved to tree
svn path=/sunrise/; revision=11002
Diffstat (limited to 'sys-libs/libacpi/libacpi-0.2.ebuild')
-rw-r--r-- | sys-libs/libacpi/libacpi-0.2.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-libs/libacpi/libacpi-0.2.ebuild b/sys-libs/libacpi/libacpi-0.2.ebuild deleted file mode 100644 index f66be3866..000000000 --- a/sys-libs/libacpi/libacpi-0.2.ebuild +++ /dev/null @@ -1,36 +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="general purpose shared library for programs gathering ACPI data on Linux" -HOMEPAGE="http://ngolde.de/libacpi.html" -SRC_URI="http://ngolde.de/download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-config.patch - epatch "${FILESDIR}"/${PV}-Makefile.patch -} - -src_compile() { - emake \ - CC=$(tc-getCC) || \ - die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || \ - die "install failed" - dodoc AUTHORS CHANGES README || die "nothing to read" - if use doc; then - dohtml doc/html/* || die " no docs" - fi -} |