diff options
author | 2010-09-02 19:24:20 +0000 | |
---|---|---|
committer | 2010-09-02 19:24:20 +0000 | |
commit | 629396838820263aa989826420ceb2a79919e8e9 (patch) | |
tree | cd148ee62d2403984ef9175d047edeb8649f2e3e /sys-cluster/corosync | |
parent | upstream version bump, plus fixes and translation updates backported from ups... (diff) | |
download | gentoo-2-629396838820263aa989826420ceb2a79919e8e9.tar.gz gentoo-2-629396838820263aa989826420ceb2a79919e8e9.tar.bz2 gentoo-2-629396838820263aa989826420ceb2a79919e8e9.zip |
Version bump. Thanks to Ultrabug for testing. Drop old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/corosync')
-rw-r--r-- | sys-cluster/corosync/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/corosync/corosync-1.2.8.ebuild (renamed from sys-cluster/corosync/corosync-1.2.7.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/corosync/ChangeLog b/sys-cluster/corosync/ChangeLog index bcfa72d82d29..6f66d20de0ad 100644 --- a/sys-cluster/corosync/ChangeLog +++ b/sys-cluster/corosync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/corosync # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.7 2010/08/02 05:28:57 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.8 2010/09/02 19:24:20 xarthisius Exp $ + +*corosync-1.2.8 (02 Sep 2010) + + 02 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org> + -corosync-1.2.7.ebuild, +corosync-1.2.8.ebuild: + Version bump. Thanks to Ultrabug for testing. Drop old. *corosync-1.2.7 (02 Aug 2010) diff --git a/sys-cluster/corosync/corosync-1.2.7.ebuild b/sys-cluster/corosync/corosync-1.2.8.ebuild index 6539c788dcb9..ef5724e31c20 100644 --- a/sys-cluster/corosync/corosync-1.2.7.ebuild +++ b/sys-cluster/corosync/corosync-1.2.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-1.2.7.ebuild,v 1.1 2010/08/02 05:28:57 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-1.2.8.ebuild,v 1.1 2010/09/02 19:24:20 xarthisius Exp $ -EAPI="3" +EAPI=3 inherit base autotools |