ultrabug    14/06/16 11:14:43

  Modified:             ChangeLog
  Added:                crmsh-2.0.0.ebuild
  Removed:              crmsh-1.2.4.ebuild crmsh-1.2.5-r3.ebuild
  Log:
  version bump, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  Changes    Path
1.11                 sys-cluster/crmsh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   24 Oct 2013 12:32:45 -0000      1.10
+++ ChangeLog   16 Jun 2014 11:14:43 -0000      1.11
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/crmsh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/ChangeLog,v 1.10 
2013/10/24 12:32:45 xarthisius Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/ChangeLog,v 1.11 
2014/06/16 11:14:43 ultrabug Exp $
+
+*crmsh-2.0.0 (16 Jun 2014)
+
+  16 Jun 2014; Ultrabug <ultra...@gentoo.org> -crmsh-1.2.4.ebuild,
+  -crmsh-1.2.5-r3.ebuild, +crmsh-2.0.0.ebuild:
+  version bump, drop old
 
   24 Oct 2013; Kacper Kowalik <xarthis...@gentoo.org> crmsh-1.2.4.ebuild,
   crmsh-1.2.5-r3.ebuild, crmsh-1.2.6.ebuild:



1.1                  sys-cluster/crmsh/crmsh-2.0.0.ebuild

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

Index: crmsh-2.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/crmsh-2.0.0.ebuild,v 1.1 
2014/06/16 11:14:43 ultrabug Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

AUTOTOOLS_AUTORECONF=true

EGIT_REPO_URI="git://github.com/crmsh/crmsh"
if [[ ${PV} == *9999 ]]; then
        KEYWORDS=""
else
        EGIT_COMMIT="${PV}"
        KEYWORDS="~amd64 ~hppa ~x86"
fi

inherit autotools-utils git-2 python-r1

DESCRIPTION="Pacemaker command line interface for management and configuration"
HOMEPAGE="http://crmsh.github.io/";
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
IUSE=""

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="${PYTHON_DEPS}
        >=sys-cluster/pacemaker-1.1.8"
RDEPEND="${DEPEND}
        dev-python/lxml[${PYTHON_USEDEP}]"

S="${WORKDIR}/${PN}-${MY_TREE}"

src_prepare() {
        sed \
                -e 
's@CRM_CACHE_DIR=${localstatedir}/cache/crm@CRM_CACHE_DIR=${localstatedir}/crmsh@g'
 \
                -i configure.ac || die
        autotools-utils_src_prepare
}

src_configure() {
        python_foreach_impl autotools-utils_src_configure
}

src_compile() {
        python_foreach_impl autotools-utils_src_compile
}

src_install() {
        python_foreach_impl autotools-utils_src_install
        python_replicate_script "${ED}"/usr/sbin/crm
}




Reply via email to