summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:25:53 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:25:53 +0000
commitbe64b17328d2fba97b51ac43a3f8586e5ef680b2 (patch)
tree1e269682d9664f8e55f3dc0b4ace46ca538aa967 /dev-util/build
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-be64b17328d2fba97b51ac43a3f8586e5ef680b2.tar.gz
gentoo-2-be64b17328d2fba97b51ac43a3f8586e5ef680b2.tar.bz2
gentoo-2-be64b17328d2fba97b51ac43a3f8586e5ef680b2.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 'dev-util/build')
-rw-r--r--dev-util/build/ChangeLog7
-rw-r--r--dev-util/build/build-0.3.9.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/build/ChangeLog b/dev-util/build/ChangeLog
index 7efc5a785c03..5b4bf1967ab6 100644
--- a/dev-util/build/ChangeLog
+++ b/dev-util/build/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/build
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.9 2013/04/02 20:56:20 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.10 2014/08/10 21:25:53 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> build-0.3.9.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> build-0.3.9.ebuild:
Stable for ppc64, wrt bug #462890
diff --git a/dev-util/build/build-0.3.9.ebuild b/dev-util/build/build-0.3.9.ebuild
index 903bbff2ccb3..40310f695330 100644
--- a/dev-util/build/build-0.3.9.ebuild
+++ b/dev-util/build/build-0.3.9.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.7 2013/04/02 20:56:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.8 2014/08/10 21:25:53 slyfox Exp $
EAPI="4"
inherit versionator
-DESCRIPTION="A massively-parallel software build system implemented on top of GNU make."
+DESCRIPTION="A massively-parallel software build system implemented on top of GNU make"
HOMEPAGE="http://kolpackov.net/projects/build/"
SLOT="$(get_version_component_range 1-2)"
SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"