diff options
author | 2008-04-22 09:44:39 +0000 | |
---|---|---|
committer | 2008-04-22 09:44:39 +0000 | |
commit | 4b87ca9b1bac2ef703f431659d3a51d77a53936d (patch) | |
tree | 08ab88699da17102857bfacdfe531b01bf0db515 /sys-libs/freeipmi/freeipmi-0.1.3.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-4b87ca9b1bac2ef703f431659d3a51d77a53936d.tar.gz gentoo-2-4b87ca9b1bac2ef703f431659d3a51d77a53936d.tar.bz2 gentoo-2-4b87ca9b1bac2ef703f431659d3a51d77a53936d.zip |
Version bump (bug #199284), reassigned package to 'sysadmin' herd.
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'sys-libs/freeipmi/freeipmi-0.1.3.ebuild')
-rw-r--r-- | sys-libs/freeipmi/freeipmi-0.1.3.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/sys-libs/freeipmi/freeipmi-0.1.3.ebuild b/sys-libs/freeipmi/freeipmi-0.1.3.ebuild deleted file mode 100644 index 7c4422fbf329..000000000000 --- a/sys-libs/freeipmi/freeipmi-0.1.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-0.1.3.ebuild,v 1.8 2007/01/10 17:42:07 hkbst Exp $ - -inherit flag-o-matic - -DESCRIPTION="FreeIPMI provides Remote-Console and System Management Software as per IPMI v1.5/2.0" -HOMEPAGE="http://www.gnu.org/software/freeipmi/" -SRC_URI="ftp://ftp.californiadigital.com/pub/freeipmi/download/${PV}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" -RDEPEND="virtual/libc - dev-scheme/guile" -DEPEND="${RDEPEND} - virtual/os-headers - sys-apps/sed - doc? ( virtual/tetex )" - -src_unpack() { - unpack ${A} - sed 's,auth_type_t,output_type_t,' -i.orig \ - "${S}/ipmipower/src/ipmipower_output.c" - # avoid conflict with lm_sensors - sed -i.orig \ - -e '/dist_man_MANS/s,sensors.1,sensors-fish.1,' \ - ${S}/fish/Makefile.in - mv ${S}/fish/sensors.1 ${S}/fish/sensors-fish.1 -} - -src_compile() { - # this is to make things compile - append-flags "-DHAVE_VPRINTF=1" - - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install || die "emake install failed" - dodoc AUTHORS COPYING* ChangeLog DISCLAIMER* NEWS README TODO doc/BUGS - # this is a redhat-style init script - # I still need to write a Gentoo init script later on - rm -f ${D}/etc/init.d/bmc-watchdog - newdoc ${S}/bmc-watchdog/bmc-watchdog redhat_init-bmc-watchdog -} |