summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/heartbeat/ChangeLog5
-rw-r--r--sys-cluster/heartbeat/heartbeat-3.0.4.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-cluster/heartbeat/ChangeLog b/sys-cluster/heartbeat/ChangeLog
index c7d690b07cdb..d4edcc67965a 100644
--- a/sys-cluster/heartbeat/ChangeLog
+++ b/sys-cluster/heartbeat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/heartbeat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.88 2011/02/11 11:04:47 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.89 2011/03/22 08:40:13 xarthisius Exp $
+
+ 22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> heartbeat-3.0.4.ebuild:
+ Add ewarn about migration guide
*heartbeat-3.0.4 (11 Feb 2011)
diff --git a/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild b/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild
index 0354c72a88c3..3a5489a45d16 100644
--- a/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild
+++ b/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild,v 1.1 2011/02/11 11:04:47 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild,v 1.2 2011/03/22 08:40:13 xarthisius Exp $
EAPI="2"
@@ -40,6 +40,9 @@ PATCHES=(
pkg_setup() {
python_set_active_version 2
python_pkg_setup
+
+ ewarn "If you're upgrading from heartbeat-2.x please follow:"
+ ewarn "http://www.gentoo.org/proj/en/cluster/ha-cluster/heartbeat-upgrade.xml"
}
src_prepare() {