diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:24:19 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:24:19 +0000 |
commit | c01bccbda43ce1eebfbe0a2c903d80112828621b (patch) | |
tree | 5593bf975c662a86a3c116a2be9fc6f587953f69 /sci-mathematics | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-c01bccbda43ce1eebfbe0a2c903d80112828621b.tar.gz gentoo-2-c01bccbda43ce1eebfbe0a2c903d80112828621b.tar.bz2 gentoo-2-c01bccbda43ce1eebfbe0a2c903d80112828621b.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 'sci-mathematics')
-rw-r--r-- | sci-mathematics/twelf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/twelf/twelf-1.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/twelf/ChangeLog b/sci-mathematics/twelf/ChangeLog index 506911ca0174..ef3bb56b222c 100644 --- a/sci-mathematics/twelf/ChangeLog +++ b/sci-mathematics/twelf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/twelf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/twelf/ChangeLog,v 1.5 2014/01/15 08:07:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/twelf/ChangeLog,v 1.6 2014/08/10 20:24:19 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> twelf-1.7.1.ebuild: + QA: drop trailing '.' from DESCRIPTION 15 Jan 2014; Mark Wright <gienah@gentoo.org> +files/twelf-1.7.1-mlton-mlb.patch, twelf-1.7.1.ebuild: diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild b/sci-mathematics/twelf/twelf-1.7.1.ebuild index 8e823c0417de..19edebe52e46 100644 --- a/sci-mathematics/twelf/twelf-1.7.1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/twelf/twelf-1.7.1.ebuild,v 1.4 2014/01/15 08:07:10 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/twelf/twelf-1.7.1.ebuild,v 1.5 2014/08/10 20:24:19 slyfox Exp $ EAPI="5" @@ -9,7 +9,7 @@ inherit base elisp-common multilib MY_PN="${PN}-src" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Twelf is an implementation of the logical framework LF." +DESCRIPTION="Twelf is an implementation of the logical framework LF" HOMEPAGE="http://twelf.org/" SRC_URI="http://twelf.plparty.org/releases/${MY_P}.tar.gz" |