summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-07-25 09:16:47 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-07-25 09:16:47 +0000
commit6b112e4945ebf3cf2534b7b06e3ba35630b32964 (patch)
tree821d22ebef3d49c3fe5104505703214c0db6e26f /dev-haskell/filesystem-conduit
parentDrop redundant '<maintainer>' field, leave only '<herd>'. (diff)
downloadgentoo-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/filesystem-conduit')
-rw-r--r--dev-haskell/filesystem-conduit/ChangeLog6
-rw-r--r--dev-haskell/filesystem-conduit/filesystem-conduit-1.0.0.1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-haskell/filesystem-conduit/ChangeLog b/dev-haskell/filesystem-conduit/ChangeLog
index 0d9e5fc3cc26..c52b026c0ec0 100644
--- a/dev-haskell/filesystem-conduit/ChangeLog
+++ b/dev-haskell/filesystem-conduit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/filesystem-conduit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filesystem-conduit/ChangeLog,v 1.2 2014/07/25 08:59:35 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filesystem-conduit/ChangeLog,v 1.3 2014/07/25 09:16:43 slyfox Exp $
+
+ 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ filesystem-conduit-1.0.0.1.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/filesystem-conduit/filesystem-conduit-1.0.0.1.ebuild b/dev-haskell/filesystem-conduit/filesystem-conduit-1.0.0.1.ebuild
index 620377d949c4..527bda598e5e 100644
--- a/dev-haskell/filesystem-conduit/filesystem-conduit-1.0.0.1.ebuild
+++ b/dev-haskell/filesystem-conduit/filesystem-conduit-1.0.0.1.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/filesystem-conduit/filesystem-conduit-1.0.0.1.ebuild,v 1.1 2013/09/13 06:14:17 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filesystem-conduit/filesystem-conduit-1.0.0.1.ebuild,v 1.2 2014/07/25 09:16:43 slyfox Exp $
EAPI=5
@@ -9,7 +9,7 @@ EAPI=5
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="Use system-filepath data types with conduits."
+DESCRIPTION="Use system-filepath data types with conduits"
HOMEPAGE="http://github.com/snoyberg/conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"