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/xml-conduit | |
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/xml-conduit')
-rw-r--r-- | dev-haskell/xml-conduit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/xml-conduit/xml-conduit-1.1.0.7.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/xml-conduit/xml-conduit-1.2.0.2.ebuild | 4 |
4 files changed, 14 insertions, 9 deletions
diff --git a/dev-haskell/xml-conduit/ChangeLog b/dev-haskell/xml-conduit/ChangeLog index 3fb25226d0bd..0656f2036e02 100644 --- a/dev-haskell/xml-conduit/ChangeLog +++ b/dev-haskell/xml-conduit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/xml-conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-conduit/ChangeLog,v 1.4 2014/07/25 08:59:31 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-conduit/ChangeLog,v 1.5 2014/07/25 09:16:13 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + xml-conduit-1.1.0.7.ebuild, xml-conduit-1.1.0.9.ebuild, + xml-conduit-1.2.0.2.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/xml-conduit/xml-conduit-1.1.0.7.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.1.0.7.ebuild index 7dc8dab5121b..2457a941bc02 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.1.0.7.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.1.0.7.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/xml-conduit/xml-conduit-1.1.0.7.ebuild,v 1.1 2013/08/26 10:58:09 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-conduit/xml-conduit-1.1.0.7.ebuild,v 1.2 2014/07/25 09:16:13 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package." +DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package" HOMEPAGE="http://github.com/snoyberg/xml" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild index f67dbe0f5ec2..ada877ff20ef 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.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/xml-conduit/xml-conduit-1.1.0.9.ebuild,v 1.1 2013/12/11 06:53:20 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild,v 1.2 2014/07/25 09:16:13 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package." +DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package" HOMEPAGE="http://github.com/snoyberg/xml" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/xml-conduit/xml-conduit-1.2.0.2.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.2.0.2.ebuild index f9392a2f1779..128176f37c9c 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.2.0.2.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.2.0.2.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/xml-conduit/xml-conduit-1.2.0.2.ebuild,v 1.1 2014/07/02 14:25:33 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-conduit/xml-conduit-1.2.0.2.ebuild,v 1.2 2014/07/25 09:16:13 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package." +DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package" HOMEPAGE="http://github.com/snoyberg/xml" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" |