diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-07-25 09:16:47 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-07-25 09:16:47 +0000 |
commit | 6b112e4945ebf3cf2534b7b06e3ba35630b32964 (patch) | |
tree | 821d22ebef3d49c3fe5104505703214c0db6e26f /dev-haskell/diff | |
parent | Drop redundant '<maintainer>' field, leave only '<herd>'. (diff) | |
download | gentoo-2-6b112e4945ebf3cf2534b7b06e3ba35630b32964.tar.gz gentoo-2-6b112e4945ebf3cf2534b7b06e3ba35630b32964.tar.bz2 gentoo-2-6b112e4945ebf3cf2534b7b06e3ba35630b32964.zip |
Drop trailing '.' from description.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/diff')
-rw-r--r-- | dev-haskell/diff/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/diff/diff-0.1.3.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/diff/diff-0.3.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-haskell/diff/ChangeLog b/dev-haskell/diff/ChangeLog index ff7e414f92da..156823770075 100644 --- a/dev-haskell/diff/ChangeLog +++ b/dev-haskell/diff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/diff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/ChangeLog,v 1.6 2014/07/25 08:59:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/ChangeLog,v 1.7 2014/07/25 09:16:26 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> diff-0.1.3.ebuild, + diff-0.3.0.ebuild: + Drop trailing '.' from description. 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/diff/diff-0.1.3.ebuild b/dev-haskell/diff/diff-0.1.3.ebuild index dca4994ea995..6194557948e2 100644 --- a/dev-haskell/diff/diff-0.1.3.ebuild +++ b/dev-haskell/diff/diff-0.1.3.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/dev-haskell/diff/diff-0.1.3.ebuild,v 1.2 2012/09/12 14:52:14 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/diff-0.1.3.ebuild,v 1.3 2014/07/25 09:16:26 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="Diff" MY_P="${MY_PN}-${PV}" -DESCRIPTION="O(ND) diff algorithm in haskell." +DESCRIPTION="O(ND) diff algorithm in haskell" HOMEPAGE="http://hackage.haskell.org/package/Diff" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/diff/diff-0.3.0.ebuild b/dev-haskell/diff/diff-0.3.0.ebuild index 14e2f42c83ea..80d88a13b010 100644 --- a/dev-haskell/diff/diff-0.3.0.ebuild +++ b/dev-haskell/diff/diff-0.3.0.ebuild @@ -1,6 +1,6 @@ -# 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-haskell/diff/diff-0.3.0.ebuild,v 1.3 2013/11/24 19:40:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/diff-0.3.0.ebuild,v 1.4 2014/07/25 09:16:26 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="Diff" MY_P="${MY_PN}-${PV}" -DESCRIPTION="O(ND) diff algorithm in haskell." +DESCRIPTION="O(ND) diff algorithm in haskell" HOMEPAGE="http://hackage.haskell.org/package/Diff" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" |