summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-22 11:54:24 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-22 11:54:24 +0000
commitc9e24a6b261eb239adfb3c2e7c94c619a96a3b1a (patch)
treef355ed2792b2bcca273b17f9bcbdc7b92dc4e3ad /sys-libs
parentRemove old. (diff)
downloadgentoo-2-c9e24a6b261eb239adfb3c2e7c94c619a96a3b1a.tar.gz
gentoo-2-c9e24a6b261eb239adfb3c2e7c94c619a96a3b1a.tar.bz2
gentoo-2-c9e24a6b261eb239adfb3c2e7c94c619a96a3b1a.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/openhpi/ChangeLog8
-rw-r--r--sys-libs/openhpi/openhpi-2.0.3.ebuild71
-rw-r--r--sys-libs/openhpi/openhpi-2.10.1.ebuild59
3 files changed, 6 insertions, 132 deletions
diff --git a/sys-libs/openhpi/ChangeLog b/sys-libs/openhpi/ChangeLog
index 520b7c39d1c2..b8a6d8ce774e 100644
--- a/sys-libs/openhpi/ChangeLog
+++ b/sys-libs/openhpi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/openhpi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/openhpi/ChangeLog,v 1.9 2014/03/12 03:11:06 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/openhpi/ChangeLog,v 1.10 2015/07/22 11:54:24 mrueg Exp $
+
+ 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -openhpi-2.0.3.ebuild,
+ -openhpi-2.10.1.ebuild:
+ Remove old.
12 Mar 2014; Patrick Lauer <patrick@gentoo.org> openhpi-2.0.3.ebuild,
openhpi-2.10.1.ebuild, openhpi-2.12.0.ebuild:
diff --git a/sys-libs/openhpi/openhpi-2.0.3.ebuild b/sys-libs/openhpi/openhpi-2.0.3.ebuild
deleted file mode 100644
index f94f1910c7e9..000000000000
--- a/sys-libs/openhpi/openhpi-2.0.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/openhpi/openhpi-2.0.3.ebuild,v 1.4 2014/03/12 03:11:06 patrick Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Open source implementation of the Service Availability Forum (SAF) Hardware Platform Interface (HPI)"
-HOMEPAGE="http://openhpi.sourceforge.net/"
-MY_P="${P}-1"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="snmp examples"
-RDEPEND=">=sys-fs/sysfsutils-1.0
- >=sys-libs/openipmi-0.26
- <sys-libs/openipmi-1.4
- snmp? ( >=net-analyzer/net-snmp-5.07 )"
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-src_compile() {
- local myconf
- myconf="${myconf} `use_enable snmp snmp_client`"
- myconf="${myconf} `use_enable snmp snmp_bc`"
- myconf="${myconf} `use_enable examples`"
-
- # these binaries are all system-core stuff
- # so I'm putting them into sbin
- econf \
- --bindir='/usr/sbin' \
- --with-confpath=/etc/openhpi/ \
- --with-varpath=/var/lib/openhpi/ \
- --enable-thread \
- --enable-daemon \
- --enable-shell_client \
- --enable-dummy \
- --enable-watchdog \
- --enable-ipmi \
- --enable-sysfs \
- --enable-ipmidirect \
- --enable-remote_client \
- --enable-simulator \
- --disable-testcover \
- ${myconf} \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dodoc COPYING README
- emake \
- DESTDIR="${D}" \
- docdir="/usr/share/doc/${PF}" \
- mkinstalldirs="mkdir -pv" \
- install install-data-local \
- || die "emake install failed"
- cd ${S}/examples
- emake \
- DESTDIR="${D}" \
- docdir="/usr/share/doc/${PF}" \
- mkinstalldirs="mkdir -pv" \
- install-data-local \
- || die "emake install-data-local for config failed"
- if use examples; then
- dodoc list_resources*.c
- newsbin list_resources hpi_list_resources
- [ -f list_resources_threaded ] && newsbin list_resources_threaded hpi_list_resources_threaded
- fi
- keepdir /var/lib/openhpi/
-}
diff --git a/sys-libs/openhpi/openhpi-2.10.1.ebuild b/sys-libs/openhpi/openhpi-2.10.1.ebuild
deleted file mode 100644
index e8b86ff93b7a..000000000000
--- a/sys-libs/openhpi/openhpi-2.10.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/openhpi/openhpi-2.10.1.ebuild,v 1.2 2014/03/12 03:11:06 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="Open source implementation of the Service Availability Forum (SAF) Hardware Platform Interface (HPI)"
-HOMEPAGE="http://www.openhpi.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="snmp"
-
-COMMONDEPEND=">=dev-libs/glib-2.2
- sys-fs/e2fsprogs
- sys-fs/sysfsutils
- >=sys-libs/openipmi-1.4.20
- snmp? ( >=net-analyzer/net-snmp-5.07 )"
-RDEPEND="${COMMONDEPEND}"
-DEPEND="${COMMONDEPEND}
- >=sys-devel/autoconf-2.57
- >=sys-devel/automake-1.8
- >=sys-devel/gcc-3.2.0
- virtual/os-headers"
-
-src_compile() {
- econf --with-varpath=/var/lib/openhpi \
- --enable-clients \
- --enable-cpp_wrappers \
- --enable-daemon \
- --enable-ipmi \
- --enable-ipmidirect \
- --enable-sysfs \
- --enable-thread \
- --enable-watchdog \
- --enable-simulator \
- --disable-testcover \
- $(use_enable snmp snmp_bc) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- # Stage main files.
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # Stage conf.d-file and init.d-script.
- newinitd "${FILESDIR}"/openhpi-initd openhpid
- newconfd "${FILESDIR}"/openhpi-confd openhpid
-
- # Stage documentation.
- dodoc README
-
- # Make sure the data dir exists or openhpid will fail silently.
- keepdir /var/lib/openhpi/
-}