summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-23 01:06:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-23 01:06:47 +0000
commit6e7933dfc6bc69d709115479f52d7971673ffcc6 (patch)
tree40c7fa67aa14f32f095a522c880f0c70fed01436 /app-laptop/ibam/ibam-0.4.ebuild
parentFix sysfs detection problems (by migrating to Debian patchset) wrt #359891 by... (diff)
downloadgentoo-2-6e7933dfc6bc69d709115479f52d7971673ffcc6.tar.gz
gentoo-2-6e7933dfc6bc69d709115479f52d7971673ffcc6.tar.bz2
gentoo-2-6e7933dfc6bc69d709115479f52d7971673ffcc6.zip
punt old, these have no chances of working
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/ibam/ibam-0.4.ebuild')
-rw-r--r--app-laptop/ibam/ibam-0.4.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-laptop/ibam/ibam-0.4.ebuild b/app-laptop/ibam/ibam-0.4.ebuild
deleted file mode 100644
index 18f5618af522..000000000000
--- a/app-laptop/ibam/ibam-0.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v 1.5 2010/01/01 20:56:59 ssuominen Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Intelligent Battery Monitor"
-HOMEPAGE="http://ibam.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-
-DEPEND="sys-apps/sed"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e "s:^CFLAGS=-O3:CFLAGS=${CFLAGS}:" \
- -e "s:^CC=g++:CC=$(tc-getCXX):" \
- "${S}"/Makefile || die
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dobin ibam || die
-
- dodoc CHANGES README REPORT
-}
-
-pkg_postinst() {
- elog
- elog "You will need to install sci-visualization/gnuplot if you wish to use"
- elog "the --plot argument to ibam."
- elog
-}