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/http-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/http-conduit')
-rw-r--r--dev-haskell/http-conduit/ChangeLog7
-rw-r--r--dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild6
-rw-r--r--dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild6
-rw-r--r--dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild4
-rw-r--r--dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild4
5 files changed, 16 insertions, 11 deletions
diff --git a/dev-haskell/http-conduit/ChangeLog b/dev-haskell/http-conduit/ChangeLog
index c08843590c13..698f1c6f8975 100644
--- a/dev-haskell/http-conduit/ChangeLog
+++ b/dev-haskell/http-conduit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/http-conduit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.10 2014/07/25 08:59:18 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.11 2014/07/25 09:16:31 slyfox Exp $
+
+ 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ http-conduit-1.9.5.1.ebuild, http-conduit-2.0.0.2.ebuild,
+ http-conduit-2.0.0.8.ebuild, http-conduit-2.1.2.3.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/http-conduit/http-conduit-1.9.5.1.ebuild b/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild
index 82e274df9da5..c5d9015dcf88 100644
--- a/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild
+++ b/dev-haskell/http-conduit/http-conduit-1.9.5.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/http-conduit/http-conduit-1.9.5.1.ebuild,v 1.3 2013/11/24 19:36:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild,v 1.4 2014/07/25 09:16:31 slyfox Exp $
EAPI=5
@@ -9,7 +9,7 @@ EAPI=5
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="HTTP client package with conduit interface and HTTPS support."
+DESCRIPTION="HTTP client package with conduit interface and HTTPS support"
HOMEPAGE="http://www.yesodweb.com/book/http-conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
diff --git a/dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild b/dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild
index 25575bd9405d..66b5c2a362fa 100644
--- a/dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild
+++ b/dev-haskell/http-conduit/http-conduit-2.0.0.2.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/http-conduit/http-conduit-2.0.0.2.ebuild,v 1.1 2013/12/11 06:08:55 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild,v 1.2 2014/07/25 09:16:31 slyfox Exp $
EAPI=5
@@ -9,7 +9,7 @@ EAPI=5
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="HTTP client package with conduit interface and HTTPS support."
+DESCRIPTION="HTTP client package with conduit interface and HTTPS support"
HOMEPAGE="http://www.yesodweb.com/book/http-conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
diff --git a/dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild b/dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild
index 2d857f60e6be..94ff03d0b548 100644
--- a/dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild
+++ b/dev-haskell/http-conduit/http-conduit-2.0.0.8.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/http-conduit/http-conduit-2.0.0.8.ebuild,v 1.1 2014/03/09 12:47:56 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild,v 1.2 2014/07/25 09:16:31 slyfox Exp $
EAPI=5
@@ -9,7 +9,7 @@ EAPI=5
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="HTTP client package with conduit interface and HTTPS support."
+DESCRIPTION="HTTP client package with conduit interface and HTTPS support"
HOMEPAGE="http://www.yesodweb.com/book/http-conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
diff --git a/dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild
index 003aa76e5099..2934b199c1c0 100644
--- a/dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild
+++ b/dev-haskell/http-conduit/http-conduit-2.1.2.3.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/http-conduit/http-conduit-2.1.2.3.ebuild,v 1.1 2014/07/02 10:50:27 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild,v 1.2 2014/07/25 09:16:31 slyfox Exp $
EAPI=5
@@ -9,7 +9,7 @@ EAPI=5
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="HTTP client package with conduit interface and HTTPS support."
+DESCRIPTION="HTTP client package with conduit interface and HTTPS support"
HOMEPAGE="http://www.yesodweb.com/book/http-conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"