summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/text-stream-decode')
-rw-r--r--dev-haskell/text-stream-decode/ChangeLog6
-rw-r--r--dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/text-stream-decode/ChangeLog b/dev-haskell/text-stream-decode/ChangeLog
index 2a59dd9f3558..f2af977816ac 100644
--- a/dev-haskell/text-stream-decode/ChangeLog
+++ b/dev-haskell/text-stream-decode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/text-stream-decode
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 1.3 2014/07/25 08:59:25 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 1.4 2014/07/25 09:16:47 slyfox Exp $
+
+ 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ text-stream-decode-0.1.0.4.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/text-stream-decode/text-stream-decode-0.1.0.4.ebuild b/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild
index 90bb8a353bda..7545fe7d620f 100644
--- a/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild
+++ b/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.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/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild,v 1.1 2014/03/04 16:03:25 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild,v 1.2 2014/07/25 09:16:47 slyfox Exp $
EAPI=5
@@ -10,7 +10,7 @@ EAPI=5
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="Streaming decoding functions for UTF encodings."
+DESCRIPTION="Streaming decoding functions for UTF encodings"
HOMEPAGE="http://github.com/fpco/text-stream-decode"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"