summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-03-30 21:53:52 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-03-30 21:53:52 +0000
commitb5a025e536969a8ff56a9e46a1d2627000991b3e (patch)
treec5a881a1597d9333ea95d24d5b33a7d98fa7864e /sys-apps/ipmitool
parentBump to mono-2.4 version. (diff)
downloadgentoo-2-b5a025e536969a8ff56a9e46a1d2627000991b3e.tar.gz
gentoo-2-b5a025e536969a8ff56a9e46a1d2627000991b3e.tar.bz2
gentoo-2-b5a025e536969a8ff56a9e46a1d2627000991b3e.zip
Clean up old ebuilds.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/ipmitool')
-rw-r--r--sys-apps/ipmitool/ChangeLog6
-rw-r--r--sys-apps/ipmitool/ipmitool-1.6.0.ebuild49
-rw-r--r--sys-apps/ipmitool/ipmitool-1.8.2.ebuild51
-rw-r--r--sys-apps/ipmitool/ipmitool-1.8.6.ebuild51
-rw-r--r--sys-apps/ipmitool/ipmitool-1.8.8.ebuild52
5 files changed, 5 insertions, 204 deletions
diff --git a/sys-apps/ipmitool/ChangeLog b/sys-apps/ipmitool/ChangeLog
index dbad78da46b1..83f0d497094f 100644
--- a/sys-apps/ipmitool/ChangeLog
+++ b/sys-apps/ipmitool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/ipmitool
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ChangeLog,v 1.12 2009/03/30 21:35:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ChangeLog,v 1.13 2009/03/30 21:53:52 robbat2 Exp $
+
+ 30 Mar 2009; Robin H. Johnson <robbat2@gentoo.org> -ipmitool-1.6.0.ebuild,
+ -ipmitool-1.8.2.ebuild, -ipmitool-1.8.6.ebuild, -ipmitool-1.8.8.ebuild:
+ Clean up old ebuilds.
*ipmitool-1.8.11 (30 Mar 2009)
diff --git a/sys-apps/ipmitool/ipmitool-1.6.0.ebuild b/sys-apps/ipmitool/ipmitool-1.6.0.ebuild
deleted file mode 100644
index afe830543b3e..000000000000
--- a/sys-apps/ipmitool/ipmitool-1.6.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ipmitool-1.6.0.ebuild,v 1.3 2005/05/24 14:26:27 slarti Exp $
-
-DESCRIPTION="Utility for controlling IPMI enabled devices."
-HOMEPAGE="http://${PN}.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-
-RDEPEND="virtual/libc
- dev-libs/openssl"
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-src_compile() {
- econf \
- --enable-ipmievd --enable-ipmishell \
- --enable-intf-lan --enable-intf-lanplus \
- --enable-intf-open --enable-intf-imb \
- --with-kerneldir=yes --bindir=/usr/sbin \
- || die "econf failed"
- # Fix linux/ipmi.h to compile properly. This is a hack since it doesn't
- # include the below file to define some things.
- echo "#include <asm/byteorder.h>" >>config.h
- emake || die "emake failed"
-
-}
-
-src_install() {
- emake DESTDIR="${D}" PACKAGE="${PF}" install || die "emake install failed"
- rm ${D}/usr/share/${PN}/{bmclanconf,ipmi.init}
- into /usr
- dosbin contrib/bmclanconf
-}
-
-requestinitd() {
- einfo "Could somebody please write an init.d script for ipmievd, and submit it?"
-}
-
-pkg_preinst() {
- requestinitd
-}
-
-pkg_postinst() {
- requestinitd
-}
diff --git a/sys-apps/ipmitool/ipmitool-1.8.2.ebuild b/sys-apps/ipmitool/ipmitool-1.8.2.ebuild
deleted file mode 100644
index 518e2eac65f5..000000000000
--- a/sys-apps/ipmitool/ipmitool-1.8.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ipmitool-1.8.2.ebuild,v 1.2 2005/08/03 09:32:39 dholm Exp $
-
-DESCRIPTION="Utility for controlling IPMI enabled devices."
-HOMEPAGE="http://ipmitool.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="BSD"
-
-RDEPEND="virtual/libc
- dev-libs/openssl"
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-src_compile() {
- econf \
- --enable-ipmievd --enable-ipmishell \
- --enable-intf-lan --enable-intf-lanplus \
- --enable-intf-open --enable-intf-imb \
- --with-kerneldir=yes --bindir=/usr/sbin \
- || die "econf failed"
- # Fix linux/ipmi.h to compile properly. This is a hack since it doesn't
- # include the below file to define some things.
- echo "#include <asm/byteorder.h>" >>config.h
- emake || die "emake failed"
-
-}
-
-src_install() {
- emake DESTDIR="${D}" PACKAGE="${PF}" install || die "emake install failed"
- rm ${D}/usr/share/${PN}/bmclanconf
- mv ${D}/usr/share/${PN}/ipmi.init* ${D}/usr/share/doc/${PF}/
- mv ${D}/usr/share/${PN} ${D}/usr/share/doc/${PF}/web
- into /usr
- dosbin contrib/bmclanconf
-}
-
-requestinitd() {
- einfo "Could somebody please write an init.d script for ipmievd, and submit it?"
-}
-
-pkg_preinst() {
- requestinitd
-}
-
-pkg_postinst() {
- requestinitd
-}
diff --git a/sys-apps/ipmitool/ipmitool-1.8.6.ebuild b/sys-apps/ipmitool/ipmitool-1.8.6.ebuild
deleted file mode 100644
index ea9d4c263283..000000000000
--- a/sys-apps/ipmitool/ipmitool-1.8.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ipmitool-1.8.6.ebuild,v 1.1 2006/03/05 18:18:06 hansmi Exp $
-
-DESCRIPTION="Utility for controlling IPMI enabled devices."
-HOMEPAGE="http://ipmitool.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="BSD"
-
-RDEPEND="virtual/libc
- dev-libs/openssl"
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-src_compile() {
- econf \
- --enable-ipmievd --enable-ipmishell \
- --enable-intf-lan --enable-intf-lanplus \
- --enable-intf-open --enable-intf-imb \
- --with-kerneldir=yes --bindir=/usr/sbin \
- || die "econf failed"
- # Fix linux/ipmi.h to compile properly. This is a hack since it doesn't
- # include the below file to define some things.
- echo "#include <asm/byteorder.h>" >>config.h
- emake || die "emake failed"
-
-}
-
-src_install() {
- emake DESTDIR="${D}" PACKAGE="${PF}" install || die "emake install failed"
- rm ${D}/usr/share/${PN}/bmclanconf
- mv ${D}/usr/share/${PN}/ipmi.init* ${D}/usr/share/doc/${PF}/
- mv ${D}/usr/share/${PN} ${D}/usr/share/doc/${PF}/web
- into /usr
- dosbin contrib/bmclanconf
-}
-
-requestinitd() {
- einfo "Could somebody please write an init.d script for ipmievd, and submit it?"
-}
-
-pkg_preinst() {
- requestinitd
-}
-
-pkg_postinst() {
- requestinitd
-}
diff --git a/sys-apps/ipmitool/ipmitool-1.8.8.ebuild b/sys-apps/ipmitool/ipmitool-1.8.8.ebuild
deleted file mode 100644
index eb2710a17670..000000000000
--- a/sys-apps/ipmitool/ipmitool-1.8.8.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ipmitool-1.8.8.ebuild,v 1.1 2006/05/19 00:18:44 robbat2 Exp $
-
-DESCRIPTION="Utility for controlling IPMI enabled devices."
-HOMEPAGE="http://ipmitool.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="BSD"
-
-RDEPEND="virtual/libc
- dev-libs/openssl"
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-src_compile() {
- econf \
- --enable-ipmievd --enable-ipmishell \
- --enable-intf-lan --enable-intf-lanplus \
- --enable-intf-open --enable-intf-imb \
- --with-kerneldir=/usr --bindir=/usr/sbin \
- || die "econf failed"
- # Fix linux/ipmi.h to compile properly. This is a hack since it doesn't
- # include the below file to define some things.
- echo "#include <asm/byteorder.h>" >>config.h
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" PACKAGE="${PF}" install || die "emake install failed"
- dodir /usr/share/doc/${PF}/web
- mv ${D}/usr/share/${PN}/{*.sh,README} ${D}/usr/share/doc/${PF}/web
- mv ${D}/usr/share/${PN}/*init* ${D}/usr/share/doc/${PF}/
- rm ${D}/usr/share/${PN}/bmclanconf
-
- into /usr
- dosbin contrib/bmclanconf
-}
-
-requestinitd() {
- einfo "Could somebody please write a Gentoo init.d script for ipmievd, and submit it?"
-}
-
-pkg_preinst() {
- requestinitd
-}
-
-pkg_postinst() {
- requestinitd
-}