public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/pacemaker-gui: ChangeLog pacemaker-gui-2.1.1.ebuild pacemaker-gui-2.1.0-r1.ebuild pacemaker-gui-2.1.0.ebuild
@ 2012-03-08 10:35 Alexys Jacob (ultrabug)
  0 siblings, 0 replies; only message in thread
From: Alexys Jacob (ultrabug) @ 2012-03-08 10:35 UTC (permalink / raw
  To: gentoo-commits

ultrabug    12/03/08 10:35:39

  Modified:             ChangeLog
  Added:                pacemaker-gui-2.1.1.ebuild
  Removed:              pacemaker-gui-2.1.0-r1.ebuild
                        pacemaker-gui-2.1.0.ebuild
  Log:
  version bump, drop useless and fixed versions.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-cluster/pacemaker-gui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker-gui/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker-gui/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker-gui/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker-gui/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Feb 2012 02:01:35 -0000	1.4
+++ ChangeLog	8 Mar 2012 10:35:39 -0000	1.5
@@ -1,6 +1,17 @@
 # ChangeLog for sys-cluster/pacemaker-gui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker-gui/ChangeLog,v 1.4 2012/02/05 02:01:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker-gui/ChangeLog,v 1.5 2012/03/08 10:35:39 ultrabug Exp $
+
+*pacemaker-gui-2.1.1 (08 Mar 2012)
+
+  08 Mar 2012; Ultrabug <ultrabug@gentoo.org>
+  -files/pacemaker-gui-2.0.0-doc.patch,
+  -files/pacemaker-gui-2.0.0-gnutls.patch,
+  -files/pacemaker-gui-2.0.0-noGTK.patch, -pacemaker-gui-2.1.0.ebuild,
+  -pacemaker-gui-2.1.0-r1.ebuild, +pacemaker-gui-2.1.1.ebuild,
+  +files/pacemaker-gui-2.1.1-doc.patch, -files/mgmtd.init:
+  Version bump, drop old init script based version, drop non upstream GTK
+  handling.
 
   05 Feb 2012; Mike Gilbert <floppym@gentoo.org> pacemaker-gui-2.1.0-r1.ebuild:
   Inherit multilib.



1.1                  sys-cluster/pacemaker-gui/pacemaker-gui-2.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker-gui/pacemaker-gui-2.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker-gui/pacemaker-gui-2.1.1.ebuild?rev=1.1&content-type=text/plain

Index: pacemaker-gui-2.1.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker-gui/pacemaker-gui-2.1.1.ebuild,v 1.1 2012/03/08 10:35:39 ultrabug Exp $

EAPI=4
PYTHON_DEPEND="2"
MY_P="pacemaker-mgmt-${PV}"
MY_TREE="e4db9d3"

inherit python base autotools

DESCRIPTION="Pacemaker python GUI and management daemon"
HOMEPAGE="http://hg.clusterlabs.org/pacemaker/pygui/"
SRC_URI="https://github.com/gao-yan/pacemaker-mgmt/tarball/${MY_P} -> ${P}.tar.gz"

LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="-gtk heartbeat nls snmp static-libs"

CDEPEND="
	app-arch/bzip2
	dev-libs/glib:2
	dev-libs/libxslt
	dev-libs/openssl
	net-libs/gnutls
	sys-apps/util-linux
	sys-cluster/cluster-glue
	>=sys-cluster/pacemaker-1.1
	heartbeat? ( sys-cluster/pacemaker[heartbeat] )
	gtk? (
		dev-python/pygtk
		)
	sys-libs/ncurses
	sys-libs/pam
	sys-libs/zlib"
RDEPEND="${CDEPEND}
	sys-devel/libtool"
DEPEND="${CDEPEND}
	gtk? ( dev-lang/swig )
	dev-util/pkgconfig
	nls? (
		dev-util/intltool
		sys-devel/gettext
	)"

S="${WORKDIR}/gao-yan-pacemaker-mgmt-${MY_TREE}"

PATCHES=(
	"${FILESDIR}/${PN}-2.1.1-doc.patch"
)

pkg_setup() {
	python_set_active_version 2
}

src_prepare() {
	base_src_prepare
	eautoreconf
}

src_configure() {
	local myopts=""
	use heartbeat || myopts="--with-ais-support"
	econf $(use_with heartbeat heartbeat-support) \
		$(use_enable snmp) \
		$(use_enable nls) \
		$(use_enable gtk mgmt-client) \
		$(use_enable static-libs static) \
		${myopts} \
		--disable-fatal-warnings
}

src_install() {
	base_src_install
	use static-libs || find "${D}"/usr/$(get_libdir)/ -name "*.la" -delete
	dodoc README doc/AUTHORS || die
}

pkg_postinst() {
	elog "IMPORTANT: To have the mgmtd daemon started with your cluster,"
	elog "you must add this directive in /etc/corosync/service.d/pacemaker :"
	elog ""
	elog "use_mgmtd: 1"
	elog ""
	elog "NB: To access the GUI, your user must be part of the 'haclient' group"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-08 10:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 10:35 [gentoo-commits] gentoo-x86 commit in sys-cluster/pacemaker-gui: ChangeLog pacemaker-gui-2.1.1.ebuild pacemaker-gui-2.1.0-r1.ebuild pacemaker-gui-2.1.0.ebuild Alexys Jacob (ultrabug)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox