summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/bashforth/ChangeLog7
-rw-r--r--dev-lang/bashforth/bashforth-0.55.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/bashforth/ChangeLog b/dev-lang/bashforth/ChangeLog
index a63deea574a9..05109fa3adcf 100644
--- a/dev-lang/bashforth/ChangeLog
+++ b/dev-lang/bashforth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/bashforth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/ChangeLog,v 1.9 2012/11/01 17:44:05 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/ChangeLog,v 1.10 2014/08/10 20:28:39 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> bashforth-0.55.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
01 Nov 2012; Anthony G. Basile <blueness@gentoo.org> metadata.xml:
Fix white spaces
diff --git a/dev-lang/bashforth/bashforth-0.55.ebuild b/dev-lang/bashforth/bashforth-0.55.ebuild
index 71e487b88631..575a0b37ea81 100644
--- a/dev-lang/bashforth/bashforth-0.55.ebuild
+++ b/dev-lang/bashforth/bashforth-0.55.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/bashforth-0.55.ebuild,v 1.1 2006/05/26 03:05:48 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/bashforth-0.55.ebuild,v 1.2 2014/08/10 20:28:39 slyfox Exp $
-DESCRIPTION="BashForth is a string-threaded Forth interpreter in Bash."
+DESCRIPTION="BashForth is a string-threaded Forth interpreter in Bash"
HOMEPAGE="http://www.forthfreak.net/index.cgi?BashForth"
SRC_URI="http://forthfreak.net/bashforth.versions/bashforth_v0.55"
LICENSE="GPL-2"