summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-02 12:57:48 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-02 12:57:48 +0000
commitb14350b7ba748535718c7f5449ffb401b2353184 (patch)
tree432d02a687c80388bf5c4a9af1dc476c015ad65f /sys-cluster
parentInitial commit for 2009q3 scratchbox toolchain. (diff)
downloadgentoo-2-b14350b7ba748535718c7f5449ffb401b2353184.tar.gz
gentoo-2-b14350b7ba748535718c7f5449ffb401b2353184.tar.bz2
gentoo-2-b14350b7ba748535718c7f5449ffb401b2353184.zip
Add latest pacemaker version. Drop older. Thx to LuckyLuke for reportin'.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/pacemaker/ChangeLog8
-rw-r--r--sys-cluster/pacemaker/pacemaker-1.0.9.1.ebuild (renamed from sys-cluster/pacemaker/pacemaker-1.0.8.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-cluster/pacemaker/ChangeLog b/sys-cluster/pacemaker/ChangeLog
index c9a03175d01d..4d1e27d73e67 100644
--- a/sys-cluster/pacemaker/ChangeLog
+++ b/sys-cluster/pacemaker/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/pacemaker
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/ChangeLog,v 1.4 2010/07/16 10:49:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/ChangeLog,v 1.5 2010/08/02 12:57:47 scarabeus Exp $
+
+*pacemaker-1.0.9.1 (02 Aug 2010)
+
+ 02 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -pacemaker-1.0.8.ebuild, +pacemaker-1.0.9.1.ebuild:
+ Add latest pacemaker version. Drop older. Thx to LuckyLuke for reportin'.
16 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org>
pacemaker-1.0.8.ebuild:
diff --git a/sys-cluster/pacemaker/pacemaker-1.0.8.ebuild b/sys-cluster/pacemaker/pacemaker-1.0.9.1.ebuild
index 01e3f29e9f30..7c546d41d2b0 100644
--- a/sys-cluster/pacemaker/pacemaker-1.0.8.ebuild
+++ b/sys-cluster/pacemaker/pacemaker-1.0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/pacemaker-1.0.8.ebuild,v 1.4 2010/07/16 10:49:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/pacemaker-1.0.9.1.ebuild,v 1.1 2010/08/02 12:57:48 scarabeus Exp $
EAPI="2"
@@ -30,8 +30,8 @@ RDEPEND="
DEPEND="${RDEPEND}"
PATCHES=(
- "${FILESDIR}/${P}-asneeded.patch"
- "${FILESDIR}/${P}-installpaths.patch"
+ "${FILESDIR}/${PN}-1.0.8-asneeded.patch"
+ "${FILESDIR}/${PN}-1.0.8-installpaths.patch"
)
S="${WORKDIR}/${MY_PN}-1-0-${MY_P}"