From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PrX4p-0007wO-MT for garchives@archives.gentoo.org; Mon, 21 Feb 2011 14:49:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C04E1C02D; Mon, 21 Feb 2011 14:49:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D86D91C035 for ; Mon, 21 Feb 2011 14:49:20 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4923B1B4175 for ; Mon, 21 Feb 2011 14:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B35F68006E for ; Mon, 21 Feb 2011 14:49:19 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <646fa01574574c7baf56c24af35ed015d8f488c5.ultrabug@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/pacemaker-gui/files/, sys-cluster/pacemaker-gui/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/pacemaker-gui/ChangeLog sys-cluster/pacemaker-gui/files/mgmtd.init sys-cluster/pacemaker-gui/files/pacemaker-gui-2.0.0-doc.patch sys-cluster/pacemaker-gui/files/pacemaker-gui-2.0.0-gnutls.patch sys-cluster/pacemaker-gui/metadata.xml sys-cluster/pacemaker-gui/pacemaker-gui-2.0.0.ebuild X-VCS-Directories: sys-cluster/pacemaker-gui/files/ sys-cluster/pacemaker-gui/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 646fa01574574c7baf56c24af35ed015d8f488c5 Date: Mon, 21 Feb 2011 14:49:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 697fae4f4e8d3e975f19c41e2547974a commit: 646fa01574574c7baf56c24af35ed015d8f488c5 Author: Ultrabug gentoo org> AuthorDate: Mon Feb 21 14:49:12 2011 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Mon Feb 21 14:49:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D646fa015 moved to g-x86 --- sys-cluster/pacemaker-gui/ChangeLog | 12 --- sys-cluster/pacemaker-gui/files/mgmtd.init | 39 -------- .../files/pacemaker-gui-2.0.0-doc.patch | 11 --- .../files/pacemaker-gui-2.0.0-gnutls.patch | 46 ---------- sys-cluster/pacemaker-gui/metadata.xml | 13 --- .../pacemaker-gui/pacemaker-gui-2.0.0.ebuild | 92 --------------= ------ 6 files changed, 0 insertions(+), 213 deletions(-) diff --git a/sys-cluster/pacemaker-gui/ChangeLog b/sys-cluster/pacemaker-= gui/ChangeLog deleted file mode 100644 index 8d661e1..0000000 --- a/sys-cluster/pacemaker-gui/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for sys-cluster/pacemaker-gui -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*pacemaker-gui-2.0.0 (11 Aug 2010) - - 11 Aug 2010; Ultrabug - +pacemaker-gui-2.0.0.ebuild, +files/pacemaker-gui-2.0.0-doc.patch, - +files/pacemaker-gui-2.0.0-gnutls.patch, +metadata.xml, - +files/mgmtd.init, +ChangeLog: - Initial ebuild proposal. Ebuild written by Ultrabug with the kind - help of Xarthisius, scarabeus and jsbonder. diff --git a/sys-cluster/pacemaker-gui/files/mgmtd.init b/sys-cluster/pac= emaker-gui/files/mgmtd.init deleted file mode 100644 index d9d2158..0000000 --- a/sys-cluster/pacemaker-gui/files/mgmtd.init +++ /dev/null @@ -1,39 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -PIDFILE=3D"/var/run/pcmk-mgmtd.pid" -BINARY=3D"/usr/lib/heartbeat/mgmtd" - -# Adjust on the installed stack -if [ -f /etc/init.d/corosync ]; then - DEPEND=3D"pacemaker" - export HA_cluster_type=3D"openais" -else - DEPEND=3D"heartbeat" - export HA_cluster_type=3D"heartbeat" -fi - -depend() { - need $DEPEND -} - -start() { - ebegin "Starting Pacemaker Management daemon" - start-stop-daemon --start --pidfile "${PIDFILE}" -m -x ${BINARY} -b -= - -v - eend $? -} - -stop() { - ebegin "Stopping Pacemaker Management daemon" - start-stop-daemon --stop --pidfile "${PIDFILE}" - eend $? -} - -restart() { - ebegin "Restarting Pacemaker Management daemon" - svc_stop - svc_start - eend $? -} diff --git a/sys-cluster/pacemaker-gui/files/pacemaker-gui-2.0.0-doc.patc= h b/sys-cluster/pacemaker-gui/files/pacemaker-gui-2.0.0-doc.patch deleted file mode 100644 index 3d35d47..0000000 --- a/sys-cluster/pacemaker-gui/files/pacemaker-gui-2.0.0-doc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am 2010-03-26 12:05:47.000000000 +0100 -+++ Makefile.am.doc 2010-07-02 14:53:52.429888536 +0200 -@@ -41,7 +41,7 @@ - SNMP_SUBAGENT_DIR =3D snmp_subagent - endif -=20 --SUBDIRS =3D $(LIBLTDL_DIR) replace include lib mgmt $(CIM_PROVIDER_DIR)= $(TSA_PLUGIN_DIR) $(SNMP_SUBAGENT_DIR) doc po -+SUBDIRS =3D $(LIBLTDL_DIR) replace include lib mgmt $(CIM_PROVIDER_DIR)= $(TSA_PLUGIN_DIR) $(SNMP_SUBAGENT_DIR) po -=20 - tgz: - rm -f $(TARFILE) diff --git a/sys-cluster/pacemaker-gui/files/pacemaker-gui-2.0.0-gnutls.p= atch b/sys-cluster/pacemaker-gui/files/pacemaker-gui-2.0.0-gnutls.patch deleted file mode 100644 index 5b6cb46..0000000 --- a/sys-cluster/pacemaker-gui/files/pacemaker-gui-2.0.0-gnutls.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- configure.in 2010-06-28 17:52:56.949797667 +0000 -+++ configure.in 2010-06-28 17:54:51.839826869 +0000 -@@ -1490,8 +1490,6 @@ - LCRSODIR=3D"$libdir" - fi -=20 --PKG_FEATURES=3D"$PKG_FEATURES$STACKS" -- - AC_MSG_CHECKING(for supported stacks) - if test x"$STACKS" =3D x; then - AC_MSG_FAILURE(You must choose at least one cluster stack to support= ) -@@ -1973,7 +1971,9 @@ - GNUTLSLIBS=3D"`$LIBGNUTLS_CONFIG --libs`"; - AC_MSG_RESULT($GNUTLSLIBS) - else -- AC_CHECK_LIB(gnutls, gnutls_init) -+ PKG_CHECK_MODULES(GNUTLS, [gnutls]) -+ GNUTLSHEAD=3D$GNUTLS_CFLAGS -+ GNUTLSLIBS=3D$GNUTLS_LIBS - fi - AC_SUBST(GNUTLSHEAD) - AC_SUBST(GNUTLSLIBS) - ---- lib/mgmt/Makefile.am 2010-03-26 11:05:47.000000000 +0000 -+++ lib/mgmt/Makefile.am 2010-06-28 17:56:38.339798756 +0000 -@@ -35,8 +35,7 @@ -=20 - lib_LTLIBRARIES =3D libhbmgmttls.la libhbmgmtclient.la libhbmgmtcommon.= la - libhbmgmttls_la_SOURCES =3D mgmt_tls_lib.c --libhbmgmttls_la_LIBADD =3D $(COMMONLIBS) --libhbmgmttls_la_LDFLAGS =3D $(GNUTLSLIBS) -+libhbmgmttls_la_LIBADD =3D $(COMMONLIBS) $(GNUTLSLIBS) - libhbmgmttls_la_CFLAGS =3D $(INCLUDES) $(GNUTLSHEAD) -=20 - libhbmgmtclient_la_SOURCES =3D mgmt_client_lib.c -@@ -50,8 +49,8 @@ - guilib_LTLIBRARIES =3D _pymgmt.la - _pymgmt_la_SOURCES =3D pymgmt_wrap.c mgmt_client_lib.c mgmt_tls_lib.c m= gmt_common_lib.c - _pymgmt_la_CFLAGS =3D @PYTHON_INCLUDES@ -I$(top_builddir)/include -w --_pymgmt_la_LDFLAGS =3D -module $(GNUTLSLIBS) --_pymgmt_la_LIBADD =3D $(top_builddir)/replace/libreplace.la -+_pymgmt_la_LDFLAGS =3D -module=20 -+_pymgmt_la_LIBADD =3D $(top_builddir)/replace/libreplace.la $(GNUTLSLIB= S) -=20 - guilib_DATA =3D pymgmt.py -=20 diff --git a/sys-cluster/pacemaker-gui/metadata.xml b/sys-cluster/pacemak= er-gui/metadata.xml deleted file mode 100644 index 800cdb8..0000000 --- a/sys-cluster/pacemaker-gui/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - ha-cluster - - ultrabug@ultrabug.net - - Legacy GUI for Configuring Pacemaker - - Enable sys-cluster/openais support.= - Enable sys-cluster/heartbeat = support. - - diff --git a/sys-cluster/pacemaker-gui/pacemaker-gui-2.0.0.ebuild b/sys-c= luster/pacemaker-gui/pacemaker-gui-2.0.0.ebuild deleted file mode 100644 index e1cf1ef..0000000 --- a/sys-cluster/pacemaker-gui/pacemaker-gui-2.0.0.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D3 -PYTHON_DEPEND=3D"2" - -inherit python base autotools - -DESCRIPTION=3D"Pacemaker client GUI and management daemon" -HOMEPAGE=3D"http://hg.clusterlabs.org/pacemaker/pygui/" -SRC_URI=3D"http://hg.clusterlabs.org/pacemaker/pygui/archive/45aced6962a= 9.tar.bz2" - -LICENSE=3D"GPL-2 LGPL-2.1" -KEYWORDS=3D"~amd64 ~x86" -SLOT=3D"0" -IUSE=3D"+ais heartbeat nls snmp static-libs" - -CDEPEND=3D" - app-arch/bzip2 - dev-libs/glib:2 - dev-libs/libxslt - dev-libs/openssl - dev-python/pygtk - dev-python/pyxml - net-libs/gnutls - sys-apps/util-linux - dev-lang/swig - sys-cluster/cluster-glue - >=3Dsys-cluster/pacemaker-1.1 - !heartbeat? ( !ais? ( sys-cluster/pacemaker[ais] ) ) - sys-libs/ncurses - sys-libs/pam - sys-libs/zlib" -RDEPEND=3D"${CDEPEND} - sys-devel/libtool" -DEPEND=3D"${CDEPEND} - dev-util/pkgconfig - nls? ( - dev-util/intltool - sys-devel/gettext - )" - -S=3D"${WORKDIR}/Pacemaker-Python-GUI-45aced6962a9/" - -PATCHES=3D( - "${FILESDIR}/${P}-gnutls.patch" - "${FILESDIR}/${P}-doc.patch" -) - -pkg_setup() { - python_set_active_version 2 - if ! use ais && ! use heartbeat; then - ewarn "You disabled both cluster implementations" - ewarn "Silently enabling OpenAIS/CoroSync support." - fi -} - -src_prepare() { - base_src_prepare - eautoreconf -} - -src_configure() { - local myopts=3D"" - - use heartbeat || use ais || myopts=3D"--with-ais-support" - econf $(use_with ais ais-support) \ - $(use_with heartbeat heartbeat-support) \ - $(use_enable snmp) \ - $(use_enable nls) \ - $(use_enable static-libs static) \ - ${myopts} \ - --disable-fatal-warnings -} - -src_install() { - base_src_install - newinitd "${FILESDIR}"/mgmtd.init pcmk-mgmtd - dodoc README doc/AUTHORS || die -} - -pkg_postinst() { - elog "Important : To login in the GUI, your user" - elog "must be part of the 'haclient' group." - echo - elog "To start the management daemon, run:" - elog "/etc/init.d/pcmk-mgmtd start" - echo - elog "To launch the GUI, simply run : crm_gui" - echo -}