summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/base64-conduit')
-rw-r--r--dev-haskell/base64-conduit/ChangeLog6
-rw-r--r--dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-haskell/base64-conduit/ChangeLog b/dev-haskell/base64-conduit/ChangeLog
index 0d4ca194e4c0..f28633c1a4e2 100644
--- a/dev-haskell/base64-conduit/ChangeLog
+++ b/dev-haskell/base64-conduit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/base64-conduit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base64-conduit/ChangeLog,v 1.2 2014/07/25 08:59:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base64-conduit/ChangeLog,v 1.3 2014/07/25 09:16:42 slyfox Exp $
+
+ 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ base64-conduit-1.0.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/base64-conduit/base64-conduit-1.0.0.ebuild b/dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild
index bcda44f1acac..de94c7004f90 100644
--- a/dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild
+++ b/dev-haskell/base64-conduit/base64-conduit-1.0.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/base64-conduit/base64-conduit-1.0.0.ebuild,v 1.1 2013/08/26 12:35:52 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild,v 1.2 2014/07/25 09:16:42 slyfox Exp $
EAPI=5
@@ -9,7 +9,7 @@ EAPI=5
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="Base64-encode and decode streams of bytes."
+DESCRIPTION="Base64-encode and decode streams of bytes"
HOMEPAGE="http://github.com/snoyberg/conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"