summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-06-28 14:28:46 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-06-28 14:28:46 +0000
commitd617799d6641f56d1ea72ba71df6705084c48959 (patch)
tree35863fb02dcd78179eab1eced456a995572f6da7 /sys-cluster/corosync/corosync-1.2.0.ebuild
parentRemove support for vulnerable seamonkey (#305789) and xulrunner (#324953). (diff)
downloadgentoo-2-d617799d6641f56d1ea72ba71df6705084c48959.tar.gz
gentoo-2-d617799d6641f56d1ea72ba71df6705084c48959.tar.bz2
gentoo-2-d617799d6641f56d1ea72ba71df6705084c48959.zip
Drop old broken version.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/corosync/corosync-1.2.0.ebuild')
-rw-r--r--sys-cluster/corosync/corosync-1.2.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-cluster/corosync/corosync-1.2.0.ebuild b/sys-cluster/corosync/corosync-1.2.0.ebuild
deleted file mode 100644
index 9a14791bbf64..000000000000
--- a/sys-cluster/corosync/corosync-1.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-1.2.0.ebuild,v 1.1 2010/03/23 21:51:14 cardoe Exp $
-
-EAPI=3
-
-DESCRIPTION="Corosync Cluster Engine"
-HOMEPAGE="http://corosync.org"
-SRC_URI="ftp://ftp:downloads@ftp.corosync.org/downloads/${PN}-1.2.0/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+nss"
-
-RDEPEND="nss? ( dev-libs/nss )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-apps/groff"
-
-src_configure() {
- econf --disable-rdma $(use_enable nss) || die "econf failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- rm "${D}"/etc/init.d/corosync
- newinitd "${FILESDIR}"/corosync.initd corosync
-}