summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2008-11-12 23:14:30 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2008-11-12 23:14:30 +0000
commit4e96280fb4bb1c18e2a8c6df21e4b34371251e34 (patch)
treef0f44c2cc8fd170fc4377c7aac37b9f5735020b1 /sys-cluster/magma-plugins/magma-plugins-1.04.00.ebuild
parentsys-cluster/magma removal. (diff)
downloadgentoo-2-4e96280fb4bb1c18e2a8c6df21e4b34371251e34.tar.gz
gentoo-2-4e96280fb4bb1c18e2a8c6df21e4b34371251e34.tar.bz2
gentoo-2-4e96280fb4bb1c18e2a8c6df21e4b34371251e34.zip
sys-cluster/magma-plugins removal.
Diffstat (limited to 'sys-cluster/magma-plugins/magma-plugins-1.04.00.ebuild')
-rw-r--r--sys-cluster/magma-plugins/magma-plugins-1.04.00.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-cluster/magma-plugins/magma-plugins-1.04.00.ebuild b/sys-cluster/magma-plugins/magma-plugins-1.04.00.ebuild
deleted file mode 100644
index 5b15f395fdb8..000000000000
--- a/sys-cluster/magma-plugins/magma-plugins-1.04.00.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/magma-plugins/magma-plugins-1.04.00.ebuild,v 1.2 2007/07/14 22:18:04 mr_bones_ Exp $
-
-CLUSTER_RELEASE="1.04.00"
-MY_P="cluster-${CLUSTER_RELEASE}"
-
-DESCRIPTION="Magma cluster interface plugins"
-HOMEPAGE="http://sources.redhat.com/cluster/"
-SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-#IUSE="nogulm"
-IUSE=""
-
-DEPEND="=sys-cluster/magma-${CLUSTER_RELEASE}*
- =sys-cluster/dlm-${CLUSTER_RELEASE}*
- =sys-cluster/cman-headers-${CLUSTER_RELEASE}*
- "
-
-# !nogulm? ( >=sys-cluster/gulm-${CLUSTER_RELEASE}* )"
-
-S="${WORKDIR}/${MY_P}/${PN}"
-
-src_compile() {
- ./configure || die "configure problem"
-
- for i in cman dumb sm; do
- emake -C ${i} all || die "compile problem"
- done
-# use nogulm || emake -C gulm all
-}
-
-src_install() {
- for i in cman dumb sm; do
- make -C ${i} DESTDIR=${D} install || die "install problem"
- done
-# use nogulm || make -C gulm DESTDIR=${D} install || die
-}