public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: sys-cluster/fence-agents/
Date: Tue,  2 Aug 2011 09:24:25 +0000 (UTC)	[thread overview]
Message-ID: <273fb8b044fbc58eeab85589363b5f2bfbd5b22f.ultrabug@gentoo> (raw)

commit:     273fb8b044fbc58eeab85589363b5f2bfbd5b22f
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 09:24:15 2011 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 09:24:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=273fb8b0

add fence agents ebuild thanks to David Guglielmi for his work

---
 sys-cluster/fence-agents/Manifest                  |    2 +
 sys-cluster/fence-agents/fence-agents-3.1.5.ebuild |   37 ++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/sys-cluster/fence-agents/Manifest b/sys-cluster/fence-agents/Manifest
new file mode 100644
index 0000000..0abbfcd
--- /dev/null
+++ b/sys-cluster/fence-agents/Manifest
@@ -0,0 +1,2 @@
+DIST fence-agents-3.1.5.tar.gz 897416 RMD160 5d73e6a3248619a9b5defc18de7b35e4a9fe2c79 SHA1 205ba32c68a5bc089e88a7bd5bb26ce3c20b4ed5 SHA256 cc822f793dac2d86778982716bd5bd482daf4ac33f0726c47e638f70bcaa3ba7
+EBUILD fence-agents-3.1.5.ebuild 786 RMD160 7a94a9a34d14cb29becb56d2df92f3ef6a325288 SHA1 c876bb4d286a0537c9444c0734a466872dcdc388 SHA256 b5faf424d15aca2b109514f705bc85e1ed1106b4f8baa4f1993d8e86a5d7d70b

diff --git a/sys-cluster/fence-agents/fence-agents-3.1.5.ebuild b/sys-cluster/fence-agents/fence-agents-3.1.5.ebuild
new file mode 100644
index 0000000..827dc21
--- /dev/null
+++ b/sys-cluster/fence-agents/fence-agents-3.1.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit multilib versionator
+
+CLUSTER_RELEASE="${PV}"
+MY_P="cluster-${CLUSTER_RELEASE}"
+
+MAJ_PV="$(get_major_version)"
+MIN_PV="$(get_version_component_range 2-3)"
+
+DESCRIPTION="Cluster Fencing Agents"
+HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
+SRC_URI="https://fedorahosted.org/releases/f/e/${PN}/${PN}-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="~sys-cluster/libccs-${PV}"
+DEPEND="${RDEPEND}
+	dev-python/pexpect
+	dev-libs/libxslt
+	dev-python/pexpect
+	dev-python/pycurl
+	dev-python/suds"
+
+src_configure() {
+	econf \
+		--docdir=/usr/share/doc/${P} \
+		--libdir=/usr/$(get_libdir) \
+		--localstatedir=/var
+}
\ No newline at end of file



             reply	other threads:[~2011-08-02  9:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-02  9:24 Alexys Jacob [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-24 14:15 [gentoo-commits] dev/ultrabug:master commit in: sys-cluster/fence-agents/ Tiziano Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=273fb8b044fbc58eeab85589363b5f2bfbd5b22f.ultrabug@gentoo \
    --to=ultrabug@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox