diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:20:22 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:20:22 +0000 |
commit | 107771cd0947526be7f7d8ab11734949ee80e5a9 (patch) | |
tree | fa49ddff32b6039a3bcf277d461567618e9b678c /sys-cluster | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-107771cd0947526be7f7d8ab11734949ee80e5a9.tar.gz gentoo-2-107771cd0947526be7f7d8ab11734949ee80e5a9.tar.bz2 gentoo-2-107771cd0947526be7f7d8ab11734949ee80e5a9.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/cman-lib/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-cluster/cman-lib/cman-lib-2.03.09.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-cluster/cman-lib/ChangeLog b/sys-cluster/cman-lib/ChangeLog index 82ed03b4ca13..11b2c5cd3e97 100644 --- a/sys-cluster/cman-lib/ChangeLog +++ b/sys-cluster/cman-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/cman-lib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/ChangeLog,v 1.10 2012/12/16 13:51:26 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/ChangeLog,v 1.11 2014/08/10 20:20:22 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> + cman-lib-2.03.09-r1.ebuild, cman-lib-2.03.09.ebuild: + QA: drop trailing '.' from DESCRIPTION 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> cman-lib-2.03.09-r1.ebuild: Stable for x86, wrt bug #441524 diff --git a/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild b/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild index 522767106447..36f9380e21a0 100644 --- a/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild +++ b/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild,v 1.3 2012/12/16 13:51:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild,v 1.4 2014/08/10 20:20:22 slyfox Exp $ inherit eutils versionator multilib @@ -9,7 +9,7 @@ MY_P=cluster-${PV} MAJ_PV=$(get_major_version) MIN_PV=$(get_version_component_range 2).$(get_version_component_range 3) -DESCRIPTION="A library for cluster management common to the various pieces of Cluster Suite." +DESCRIPTION="A library for cluster management common to the various pieces of Cluster Suite" HOMEPAGE="http://sources.redhat.com/cluster/wiki/" SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz" diff --git a/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild b/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild index 5dc487944741..05063e957b7b 100644 --- a/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild +++ b/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild,v 1.4 2010/10/20 12:34:52 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild,v 1.5 2014/08/10 20:20:22 slyfox Exp $ inherit eutils versionator @@ -10,7 +10,7 @@ MY_P="cluster-${CLUSTER_RELEASE}" MAJ_PV="$(get_major_version)" MIN_PV="$(get_version_component_range 2).$(get_version_component_range 3)" -DESCRIPTION="A library for cluster management common to the various pieces of Cluster Suite." +DESCRIPTION="A library for cluster management common to the various pieces of Cluster Suite" HOMEPAGE="http://sources.redhat.com/cluster/wiki/" SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz" |