diff options
532 files changed, 1774 insertions, 1168 deletions
diff --git a/dev-haskell/abstract-deque/ChangeLog b/dev-haskell/abstract-deque/ChangeLog index 18576e394f6e..4a6ef47a80d1 100644 --- a/dev-haskell/abstract-deque/ChangeLog +++ b/dev-haskell/abstract-deque/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/abstract-deque # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-deque/ChangeLog,v 1.3 2014/07/25 08:59:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-deque/ChangeLog,v 1.4 2014/07/25 09:16:40 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + abstract-deque-0.2.2.ebuild, abstract-deque-0.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/abstract-deque/abstract-deque-0.2.2.ebuild b/dev-haskell/abstract-deque/abstract-deque-0.2.2.ebuild index dd66491ac7ec..56c87a7475dd 100644 --- a/dev-haskell/abstract-deque/abstract-deque-0.2.2.ebuild +++ b/dev-haskell/abstract-deque/abstract-deque-0.2.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/abstract-deque/abstract-deque-0.2.2.ebuild,v 1.1 2013/08/25 05:58:29 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-deque/abstract-deque-0.2.2.ebuild,v 1.2 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Abstract, parameterized interface to mutable Deques." +DESCRIPTION="Abstract, parameterized interface to mutable Deques" HOMEPAGE="https://github.com/rrnewton/haskell-lockfree-queue/wiki" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/abstract-deque/abstract-deque-0.3.ebuild b/dev-haskell/abstract-deque/abstract-deque-0.3.ebuild index 05ff635d257d..8f02e8aa5cc2 100644 --- a/dev-haskell/abstract-deque/abstract-deque-0.3.ebuild +++ b/dev-haskell/abstract-deque/abstract-deque-0.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/abstract-deque/abstract-deque-0.3.ebuild,v 1.1 2014/03/09 05:55:37 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-deque/abstract-deque-0.3.ebuild,v 1.2 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Abstract, parameterized interface to mutable Deques." +DESCRIPTION="Abstract, parameterized interface to mutable Deques" HOMEPAGE="https://github.com/rrnewton/haskell-lockfree/wiki" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/abstract-par/ChangeLog b/dev-haskell/abstract-par/ChangeLog index d1aef4cc0fb0..b9b749f2d863 100644 --- a/dev-haskell/abstract-par/ChangeLog +++ b/dev-haskell/abstract-par/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/abstract-par # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/ChangeLog,v 1.3 2014/07/25 08:58:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/ChangeLog,v 1.4 2014/07/25 09:16:31 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> abstract-par-0.3.1.ebuild, + abstract-par-0.3.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/abstract-par/abstract-par-0.3.1.ebuild b/dev-haskell/abstract-par/abstract-par-0.3.1.ebuild index 3e864aaf9efb..49b2244ac105 100644 --- a/dev-haskell/abstract-par/abstract-par-0.3.1.ebuild +++ b/dev-haskell/abstract-par/abstract-par-0.3.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/abstract-par/abstract-par-0.3.1.ebuild,v 1.1 2013/08/25 06:02:57 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/abstract-par-0.3.1.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" inherit haskell-cabal -DESCRIPTION="Type classes generalizing the functionality of the 'monad-par' library." +DESCRIPTION="Type classes generalizing the functionality of the 'monad-par' library" HOMEPAGE="https://github.com/simonmar/monad-par" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/abstract-par/abstract-par-0.3.3.ebuild b/dev-haskell/abstract-par/abstract-par-0.3.3.ebuild index f2809b8e3f89..edc9e68e06b9 100644 --- a/dev-haskell/abstract-par/abstract-par-0.3.3.ebuild +++ b/dev-haskell/abstract-par/abstract-par-0.3.3.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/abstract-par/abstract-par-0.3.3.ebuild,v 1.1 2013/11/14 16:00:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/abstract-par-0.3.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" inherit haskell-cabal -DESCRIPTION="Type classes generalizing the functionality of the 'monad-par' library." +DESCRIPTION="Type classes generalizing the functionality of the 'monad-par' library" HOMEPAGE="https://github.com/simonmar/monad-par" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/aeson-pretty/ChangeLog b/dev-haskell/aeson-pretty/ChangeLog index 43f67bb57fb2..91507326927a 100644 --- a/dev-haskell/aeson-pretty/ChangeLog +++ b/dev-haskell/aeson-pretty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/aeson-pretty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson-pretty/ChangeLog,v 1.3 2014/07/25 08:59:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson-pretty/ChangeLog,v 1.4 2014/07/25 09:16:15 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> aeson-pretty-0.7.1.ebuild, + aeson-pretty-0.7.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/aeson-pretty/aeson-pretty-0.7.1.ebuild b/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild index ef36ee0b2c6f..a77ba20adaab 100644 --- a/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild +++ b/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.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/aeson-pretty/aeson-pretty-0.7.1.ebuild,v 1.1 2014/03/09 06:26:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild,v 1.2 2014/07/25 09:16:15 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="JSON pretty-printing library and command-line tool." +DESCRIPTION="JSON pretty-printing library and command-line tool" HOMEPAGE="http://github.com/informatikr/aeson-pretty" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/aeson-pretty/aeson-pretty-0.7.ebuild b/dev-haskell/aeson-pretty/aeson-pretty-0.7.ebuild index 1a194f21ab4b..f392272edefe 100644 --- a/dev-haskell/aeson-pretty/aeson-pretty-0.7.ebuild +++ b/dev-haskell/aeson-pretty/aeson-pretty-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/aeson-pretty/aeson-pretty-0.7.ebuild,v 1.1 2013/11/20 14:16:39 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson-pretty/aeson-pretty-0.7.ebuild,v 1.2 2014/07/25 09:16:15 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="JSON pretty-printing library and command-line tool." +DESCRIPTION="JSON pretty-printing library and command-line tool" HOMEPAGE="http://github.com/informatikr/aeson-pretty" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/alsa-core/ChangeLog b/dev-haskell/alsa-core/ChangeLog index 94090750e2f0..f06d1ce7ddcd 100644 --- a/dev-haskell/alsa-core/ChangeLog +++ b/dev-haskell/alsa-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/alsa-core # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v 1.6 2014/07/25 08:59:39 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v 1.7 2014/07/25 09:16:30 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + alsa-core-0.5.0.1-r2.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/alsa-core/alsa-core-0.5.0.1-r2.ebuild b/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild index 7af0c08d0d56..69c3c19d82b0 100644 --- a/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild +++ b/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/alsa-core/alsa-core-0.5.0.1-r2.ebuild,v 1.1 2012/12/22 20:49:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild,v 1.2 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Binding to the ALSA Library API (Exceptions)." +DESCRIPTION="Binding to the ALSA Library API (Exceptions)" HOMEPAGE="http://www.haskell.org/haskellwiki/ALSA" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/alsa-mixer/ChangeLog b/dev-haskell/alsa-mixer/ChangeLog index 32fed3d7d9f9..811f621bf7bf 100644 --- a/dev-haskell/alsa-mixer/ChangeLog +++ b/dev-haskell/alsa-mixer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/alsa-mixer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.7 2014/07/25 08:59:04 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.8 2014/07/25 09:16:21 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + alsa-mixer-0.1.2-r2.ebuild, alsa-mixer-0.2.0.1.ebuild, + alsa-mixer-0.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/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild index 2e53beb48a71..55e28a44f582 100644 --- a/dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild +++ b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild,v 1.1 2012/12/22 21:04:03 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Bindings to the ALSA simple mixer API." +DESCRIPTION="Bindings to the ALSA simple mixer API" HOMEPAGE="http://hackage.haskell.org/package/alsa-mixer" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild index 38676d358019..5f92ec9d705e 100644 --- a/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild +++ b/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.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/alsa-mixer/alsa-mixer-0.2.0.1.ebuild,v 1.1 2014/04/04 19:07:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Bindings to the ALSA simple mixer API." +DESCRIPTION="Bindings to the ALSA simple mixer API" HOMEPAGE="https://github.com/ttuegel/alsa-mixer" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.2.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.2.ebuild index da5912898f70..a2e8e5299bcd 100644 --- a/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.2.ebuild +++ b/dev-haskell/alsa-mixer/alsa-mixer-0.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/alsa-mixer/alsa-mixer-0.2.0.2.ebuild,v 1.1 2014/05/10 12:15:00 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.2.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Bindings to the ALSA simple mixer API." +DESCRIPTION="Bindings to the ALSA simple mixer API" HOMEPAGE="https://github.com/ttuegel/alsa-mixer" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/asn1-parse/ChangeLog b/dev-haskell/asn1-parse/ChangeLog index 50245ade6433..4c64994dc180 100644 --- a/dev-haskell/asn1-parse/ChangeLog +++ b/dev-haskell/asn1-parse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/asn1-parse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-parse/ChangeLog,v 1.2 2014/07/25 08:59:26 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-parse/ChangeLog,v 1.3 2014/07/25 09:16:47 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> asn1-parse-0.8.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/asn1-parse/asn1-parse-0.8.1.ebuild b/dev-haskell/asn1-parse/asn1-parse-0.8.1.ebuild index c5c3a7b7e842..f9652ed2bc8b 100644 --- a/dev-haskell/asn1-parse/asn1-parse-0.8.1.ebuild +++ b/dev-haskell/asn1-parse/asn1-parse-0.8.1.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/asn1-parse/asn1-parse-0.8.1.ebuild,v 1.1 2014/03/09 12:28:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-parse/asn1-parse-0.8.1.ebuild,v 1.2 2014/07/25 09:16:47 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Simple monadic parser for ASN1 stream types." +DESCRIPTION="Simple monadic parser for ASN1 stream types" HOMEPAGE="http://github.com/vincenthz/hs-asn1" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/atomic-primops/ChangeLog b/dev-haskell/atomic-primops/ChangeLog index 73d1e4254e0b..49ded8e80b67 100644 --- a/dev-haskell/atomic-primops/ChangeLog +++ b/dev-haskell/atomic-primops/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/atomic-primops # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/atomic-primops/ChangeLog,v 1.4 2014/07/25 08:59:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/atomic-primops/ChangeLog,v 1.5 2014/07/25 09:16:30 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + atomic-primops-0.4-r1.ebuild, atomic-primops-0.6.0.5.ebuild, + atomic-primops-0.6.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/atomic-primops/atomic-primops-0.4-r1.ebuild b/dev-haskell/atomic-primops/atomic-primops-0.4-r1.ebuild index e9e0aa3fc6ea..9a2b384c0d16 100644 --- a/dev-haskell/atomic-primops/atomic-primops-0.4-r1.ebuild +++ b/dev-haskell/atomic-primops/atomic-primops-0.4-r1.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/atomic-primops/atomic-primops-0.4-r1.ebuild,v 1.1 2013/10/19 11:56:54 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/atomic-primops/atomic-primops-0.4-r1.ebuild,v 1.2 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib haddock hoogle hscolour profile" inherit haskell-cabal -DESCRIPTION="A safe approach to CAS and other atomic ops in Haskell." +DESCRIPTION="A safe approach to CAS and other atomic ops in Haskell" HOMEPAGE="https://github.com/rrnewton/haskell-lockfree-queue/wiki" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/atomic-primops/atomic-primops-0.6.0.5.ebuild b/dev-haskell/atomic-primops/atomic-primops-0.6.0.5.ebuild index f91746dba2bb..e4ff5b890685 100644 --- a/dev-haskell/atomic-primops/atomic-primops-0.6.0.5.ebuild +++ b/dev-haskell/atomic-primops/atomic-primops-0.6.0.5.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/atomic-primops/atomic-primops-0.6.0.5.ebuild,v 1.1 2014/07/02 00:04:21 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/atomic-primops/atomic-primops-0.6.0.5.ebuild,v 1.2 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A safe approach to CAS and other atomic ops in Haskell." +DESCRIPTION="A safe approach to CAS and other atomic ops in Haskell" HOMEPAGE="https://github.com/rrnewton/haskell-lockfree/wiki" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/atomic-primops/atomic-primops-0.6.ebuild b/dev-haskell/atomic-primops/atomic-primops-0.6.ebuild index 7055af2c0b22..7f41e8849af6 100644 --- a/dev-haskell/atomic-primops/atomic-primops-0.6.ebuild +++ b/dev-haskell/atomic-primops/atomic-primops-0.6.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/atomic-primops/atomic-primops-0.6.ebuild,v 1.1 2014/03/09 05:54:58 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/atomic-primops/atomic-primops-0.6.ebuild,v 1.2 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A safe approach to CAS and other atomic ops in Haskell." +DESCRIPTION="A safe approach to CAS and other atomic ops in Haskell" HOMEPAGE="https://github.com/rrnewton/haskell-lockfree/wiki" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/attoparsec-conduit/ChangeLog b/dev-haskell/attoparsec-conduit/ChangeLog index 6f162828cbe1..1438a98d6b64 100644 --- a/dev-haskell/attoparsec-conduit/ChangeLog +++ b/dev-haskell/attoparsec-conduit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/attoparsec-conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-conduit/ChangeLog,v 1.3 2014/07/25 08:58:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-conduit/ChangeLog,v 1.4 2014/07/25 09:16:35 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + attoparsec-conduit-1.0.1.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/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild index 3a2ffecb236e..84f4339c281c 100644 --- a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild +++ b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.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/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild,v 1.1 2013/08/25 07:26:21 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Consume attoparsec parsers via conduit." +DESCRIPTION="Consume attoparsec parsers via conduit" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/attoparsec-enumerator/ChangeLog b/dev-haskell/attoparsec-enumerator/ChangeLog index c313746c0f8a..584a36ede3e6 100644 --- a/dev-haskell/attoparsec-enumerator/ChangeLog +++ b/dev-haskell/attoparsec-enumerator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/attoparsec-enumerator # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/ChangeLog,v 1.4 2014/07/25 08:58:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/ChangeLog,v 1.5 2014/07/25 09:16:32 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + attoparsec-enumerator-0.3.1-r1.ebuild, attoparsec-enumerator-0.3.2.ebuild, + attoparsec-enumerator-0.3.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/attoparsec-enumerator/attoparsec-enumerator-0.3.1-r1.ebuild b/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.1-r1.ebuild index 7ab559017c39..f6d38a6de7ed 100644 --- a/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.1-r1.ebuild +++ b/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.1-r1.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/attoparsec-enumerator/attoparsec-enumerator-0.3.1-r1.ebuild,v 1.1 2013/11/14 09:18:46 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.1-r1.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Pass input from an enumerator to an Attoparsec parser." +DESCRIPTION="Pass input from an enumerator to an Attoparsec parser" HOMEPAGE="https://john-millikin.com/software/attoparsec-enumerator/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.2.ebuild b/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.2.ebuild index 9a1e04a61ace..d62584c3502a 100644 --- a/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.2.ebuild +++ b/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.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/attoparsec-enumerator/attoparsec-enumerator-0.3.2.ebuild,v 1.1 2014/03/09 12:30:51 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.2.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Pass input from an enumerator to an Attoparsec parser." +DESCRIPTION="Pass input from an enumerator to an Attoparsec parser" HOMEPAGE="https://john-millikin.com/software/attoparsec-enumerator/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.3.ebuild b/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.3.ebuild index 3084af70219d..73777fb9b51c 100644 --- a/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.3.ebuild +++ b/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.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/attoparsec-enumerator/attoparsec-enumerator-0.3.3.ebuild,v 1.1 2014/07/02 14:54:40 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.3.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Pass input from an enumerator to an Attoparsec parser." +DESCRIPTION="Pass input from an enumerator to an Attoparsec parser" HOMEPAGE="https://john-millikin.com/software/attoparsec-enumerator/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/authenticate/ChangeLog b/dev-haskell/authenticate/ChangeLog index 2b20fc9347fd..87a3f154628c 100644 --- a/dev-haskell/authenticate/ChangeLog +++ b/dev-haskell/authenticate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/authenticate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/authenticate/ChangeLog,v 1.3 2014/07/25 08:59:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/authenticate/ChangeLog,v 1.4 2014/07/25 09:16:15 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + authenticate-1.3.2.6.ebuild, authenticate-1.3.2.8.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/authenticate/authenticate-1.3.2.6.ebuild b/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild index 12fda7498fec..cb8d666420d5 100644 --- a/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild +++ b/dev-haskell/authenticate/authenticate-1.3.2.6.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/authenticate/authenticate-1.3.2.6.ebuild,v 1.1 2013/08/26 12:29:42 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild,v 1.2 2014/07/25 09:16:15 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Authentication methods for Haskell web applications." +DESCRIPTION="Authentication methods for Haskell web applications" HOMEPAGE="http://github.com/yesodweb/authenticate" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/authenticate/authenticate-1.3.2.8.ebuild b/dev-haskell/authenticate/authenticate-1.3.2.8.ebuild index 3adc50f5e4af..7e943eb7cfc4 100644 --- a/dev-haskell/authenticate/authenticate-1.3.2.8.ebuild +++ b/dev-haskell/authenticate/authenticate-1.3.2.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/authenticate/authenticate-1.3.2.8.ebuild,v 1.1 2014/07/02 00:42:28 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/authenticate/authenticate-1.3.2.8.ebuild,v 1.2 2014/07/25 09:16:15 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Authentication methods for Haskell web applications." +DESCRIPTION="Authentication methods for Haskell web applications" HOMEPAGE="http://github.com/yesodweb/authenticate" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" 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" diff --git a/dev-haskell/basic-prelude/ChangeLog b/dev-haskell/basic-prelude/ChangeLog index 0370cae907f7..46d88915d260 100644 --- a/dev-haskell/basic-prelude/ChangeLog +++ b/dev-haskell/basic-prelude/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/basic-prelude # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/ChangeLog,v 1.4 2014/07/25 08:59:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/ChangeLog,v 1.5 2014/07/25 09:16:39 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + basic-prelude-0.3.5.0.ebuild, basic-prelude-0.3.6.0.ebuild, + basic-prelude-0.3.8.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/basic-prelude/basic-prelude-0.3.5.0.ebuild b/dev-haskell/basic-prelude/basic-prelude-0.3.5.0.ebuild index fde099f11103..5701af93fc1b 100644 --- a/dev-haskell/basic-prelude/basic-prelude-0.3.5.0.ebuild +++ b/dev-haskell/basic-prelude/basic-prelude-0.3.5.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/basic-prelude/basic-prelude-0.3.5.0.ebuild,v 1.1 2013/08/26 12:37:39 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/basic-prelude-0.3.5.0.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="An enhanced core prelude; a common foundation for alternate preludes." +DESCRIPTION="An enhanced core prelude; a common foundation for alternate preludes" HOMEPAGE="https://github.com/snoyberg/basic-prelude" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/basic-prelude/basic-prelude-0.3.6.0.ebuild b/dev-haskell/basic-prelude/basic-prelude-0.3.6.0.ebuild index 1f1e9b3951cd..3d7d9eeb48dc 100644 --- a/dev-haskell/basic-prelude/basic-prelude-0.3.6.0.ebuild +++ b/dev-haskell/basic-prelude/basic-prelude-0.3.6.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/basic-prelude/basic-prelude-0.3.6.0.ebuild,v 1.1 2013/09/13 05:31:13 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/basic-prelude-0.3.6.0.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="An enhanced core prelude; a common foundation for alternate preludes." +DESCRIPTION="An enhanced core prelude; a common foundation for alternate preludes" HOMEPAGE="https://github.com/snoyberg/basic-prelude" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/basic-prelude/basic-prelude-0.3.8.ebuild b/dev-haskell/basic-prelude/basic-prelude-0.3.8.ebuild index 26d5c4153258..5db61bb938c4 100644 --- a/dev-haskell/basic-prelude/basic-prelude-0.3.8.ebuild +++ b/dev-haskell/basic-prelude/basic-prelude-0.3.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/basic-prelude/basic-prelude-0.3.8.ebuild,v 1.1 2014/07/02 15:48:35 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/basic-prelude-0.3.8.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="An enhanced core prelude; a common foundation for alternate preludes." +DESCRIPTION="An enhanced core prelude; a common foundation for alternate preludes" HOMEPAGE="https://github.com/snoyberg/basic-prelude" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/blaze-builder-conduit/ChangeLog b/dev-haskell/blaze-builder-conduit/ChangeLog index acb5f9e11c16..0c9bb5e39132 100644 --- a/dev-haskell/blaze-builder-conduit/ChangeLog +++ b/dev-haskell/blaze-builder-conduit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/blaze-builder-conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder-conduit/ChangeLog,v 1.5 2014/07/25 08:59:06 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder-conduit/ChangeLog,v 1.6 2014/07/25 09:16:46 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + blaze-builder-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/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild b/dev-haskell/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild index c62326f8ed79..07543667f98c 100644 --- a/dev-haskell/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild +++ b/dev-haskell/blaze-builder-conduit/blaze-builder-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/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild,v 1.3 2013/11/24 19:36:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild,v 1.4 2014/07/25 09:16:46 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Convert streams of builders to streams of bytestrings." +DESCRIPTION="Convert streams of builders to streams of bytestrings" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/blaze-builder-enumerator/ChangeLog b/dev-haskell/blaze-builder-enumerator/ChangeLog index a45eed42cfc4..efa851f7f6d4 100644 --- a/dev-haskell/blaze-builder-enumerator/ChangeLog +++ b/dev-haskell/blaze-builder-enumerator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/blaze-builder-enumerator # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder-enumerator/ChangeLog,v 1.3 2014/07/25 08:59:34 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder-enumerator/ChangeLog,v 1.4 2014/07/25 09:16:42 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + blaze-builder-enumerator-0.2.0.5-r1.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/blaze-builder-enumerator/blaze-builder-enumerator-0.2.0.5-r1.ebuild b/dev-haskell/blaze-builder-enumerator/blaze-builder-enumerator-0.2.0.5-r1.ebuild index 71d3e9380caf..6fde468f98ff 100644 --- a/dev-haskell/blaze-builder-enumerator/blaze-builder-enumerator-0.2.0.5-r1.ebuild +++ b/dev-haskell/blaze-builder-enumerator/blaze-builder-enumerator-0.2.0.5-r1.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/blaze-builder-enumerator/blaze-builder-enumerator-0.2.0.5-r1.ebuild,v 1.1 2013/11/14 09:41:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder-enumerator/blaze-builder-enumerator-0.2.0.5-r1.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" inherit haskell-cabal -DESCRIPTION="Enumeratees for the incremental conversion of builders to bytestrings." +DESCRIPTION="Enumeratees for the incremental conversion of builders to bytestrings" HOMEPAGE="https://github.com/meiersi/blaze-builder-enumerator" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/blaze-builder/ChangeLog b/dev-haskell/blaze-builder/ChangeLog index 36194204b6b8..b7cec0bc4375 100644 --- a/dev-haskell/blaze-builder/ChangeLog +++ b/dev-haskell/blaze-builder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/blaze-builder # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder/ChangeLog,v 1.12 2014/07/25 08:59:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder/ChangeLog,v 1.13 2014/07/25 09:16:37 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + blaze-builder-0.3.1.1.ebuild, blaze-builder-0.3.3.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/blaze-builder/blaze-builder-0.3.1.1.ebuild b/dev-haskell/blaze-builder/blaze-builder-0.3.1.1.ebuild index e3c1d64b6a8f..6e75c179c542 100644 --- a/dev-haskell/blaze-builder/blaze-builder-0.3.1.1.ebuild +++ b/dev-haskell/blaze-builder/blaze-builder-0.3.1.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/blaze-builder/blaze-builder-0.3.1.1.ebuild,v 1.3 2013/11/24 19:32:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder/blaze-builder-0.3.1.1.ebuild,v 1.4 2014/07/25 09:16:37 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Efficient buffered output." +DESCRIPTION="Efficient buffered output" HOMEPAGE="http://github.com/meiersi/blaze-builder" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/blaze-builder/blaze-builder-0.3.3.2.ebuild b/dev-haskell/blaze-builder/blaze-builder-0.3.3.2.ebuild index 51610a518f13..bf68b54a6c8e 100644 --- a/dev-haskell/blaze-builder/blaze-builder-0.3.3.2.ebuild +++ b/dev-haskell/blaze-builder/blaze-builder-0.3.3.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/blaze-builder/blaze-builder-0.3.3.2.ebuild,v 1.3 2014/03/04 19:59:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder/blaze-builder-0.3.3.2.ebuild,v 1.4 2014/07/25 09:16:37 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Efficient buffered output." +DESCRIPTION="Efficient buffered output" HOMEPAGE="http://github.com/meiersi/blaze-builder" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/bloomfilter/ChangeLog b/dev-haskell/bloomfilter/ChangeLog index 339a6cdf4318..ffaf69bc443e 100644 --- a/dev-haskell/bloomfilter/ChangeLog +++ b/dev-haskell/bloomfilter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/bloomfilter # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/ChangeLog,v 1.8 2014/07/25 08:58:51 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/ChangeLog,v 1.9 2014/07/25 09:16:26 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + bloomfilter-1.2.6.10-r1.ebuild, bloomfilter-1.2.6.10-r2.ebuild, + bloomfilter-1.2.6.8.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/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild b/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild index 4ca982a51220..433c873fda2d 100644 --- a/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild +++ b/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.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/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild,v 1.3 2013/07/21 17:46:36 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild,v 1.4 2014/07/25 09:16:26 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit eutils haskell-cabal -DESCRIPTION="Pure and impure Bloom Filter implementations." +DESCRIPTION="Pure and impure Bloom Filter implementations" HOMEPAGE="https://github.com/bos/bloomfilter" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild b/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild index 5af05753372f..1da36cb65892 100644 --- a/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild +++ b/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.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/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild,v 1.1 2014/07/10 13:53:55 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild,v 1.2 2014/07/25 09:16:26 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit eutils haskell-cabal -DESCRIPTION="Pure and impure Bloom Filter implementations." +DESCRIPTION="Pure and impure Bloom Filter implementations" HOMEPAGE="https://github.com/bos/bloomfilter" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild b/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild index a614164d8d53..ee2e7861a144 100644 --- a/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild +++ b/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/bloomfilter/bloomfilter-1.2.6.8.ebuild,v 1.2 2012/09/12 15:54:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild,v 1.3 2014/07/25 09:16:26 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Pure and impure Bloom Filter implementations." +DESCRIPTION="Pure and impure Bloom Filter implementations" HOMEPAGE="http://www.serpentine.com/software/bloomfilter" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/byteorder/ChangeLog b/dev-haskell/byteorder/ChangeLog index f1338b7a02e5..e8f3b96dad10 100644 --- a/dev-haskell/byteorder/ChangeLog +++ b/dev-haskell/byteorder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/byteorder # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/byteorder/ChangeLog,v 1.2 2014/07/25 08:59:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/byteorder/ChangeLog,v 1.3 2014/07/25 09:16:46 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> byteorder-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/byteorder/byteorder-1.0.4.ebuild b/dev-haskell/byteorder/byteorder-1.0.4.ebuild index c4e1be0f4718..41d4510082b5 100644 --- a/dev-haskell/byteorder/byteorder-1.0.4.ebuild +++ b/dev-haskell/byteorder/byteorder-1.0.4.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/byteorder/byteorder-1.0.4.ebuild,v 1.1 2013/08/25 07:36:19 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/byteorder/byteorder-1.0.4.ebuild,v 1.2 2014/07/25 09:16:46 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Exposes the native endianness or byte ordering of the system." +DESCRIPTION="Exposes the native endianness or byte ordering of the system" HOMEPAGE="http://community.haskell.org/~aslatter/code/byteorder" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/bytestring-show/ChangeLog b/dev-haskell/bytestring-show/ChangeLog index 849852fa4070..a585bf3e471e 100644 --- a/dev-haskell/bytestring-show/ChangeLog +++ b/dev-haskell/bytestring-show/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/bytestring-show # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/ChangeLog,v 1.8 2014/07/25 08:59:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/ChangeLog,v 1.9 2014/07/25 09:16:32 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + bytestring-show-0.3.5.4-r2.ebuild, bytestring-show-0.3.5.5.ebuild, + bytestring-show-0.3.5.6.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/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild index 4ca2dfc002a2..fb74bf7fa778 100644 --- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild +++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r2.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/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild,v 1.1 2013/04/02 12:42:59 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Efficient conversion of values into readable byte strings." +DESCRIPTION="Efficient conversion of values into readable byte strings" HOMEPAGE="http://code.haskell.org/~dolio/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.5.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.5.ebuild index 0183607d2d81..d30ed53d093c 100644 --- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.5.ebuild +++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.5.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/bytestring-show/bytestring-show-0.3.5.5.ebuild,v 1.1 2013/05/11 18:45:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/bytestring-show-0.3.5.5.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Efficient conversion of values into readable byte strings." +DESCRIPTION="Efficient conversion of values into readable byte strings" HOMEPAGE="http://code.haskell.org/~dolio/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild index 0f3dd5743255..55bcddd78f6e 100644 --- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild +++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.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/bytestring-show/bytestring-show-0.3.5.6.ebuild,v 1.1 2014/07/02 03:54:44 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Efficient conversion of values into readable byte strings." +DESCRIPTION="Efficient conversion of values into readable byte strings" HOMEPAGE="http://code.haskell.org/~dolio/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cabal-install/ChangeLog b/dev-haskell/cabal-install/ChangeLog index b8b813a4e843..98392ed1e401 100644 --- a/dev-haskell/cabal-install/ChangeLog +++ b/dev-haskell/cabal-install/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/cabal-install # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.19 2014/07/25 08:58:34 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.20 2014/07/25 09:16:27 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + cabal-install-0.10.2-r2.ebuild, cabal-install-0.14.0.ebuild, + cabal-install-1.16.0.2.ebuild, cabal-install-1.18.0.2.ebuild, + cabal-install-1.18.0.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/cabal-install/cabal-install-0.10.2-r2.ebuild b/dev-haskell/cabal-install/cabal-install-0.10.2-r2.ebuild index 61956a80a6e0..a164df73f27d 100644 --- a/dev-haskell/cabal-install/cabal-install-0.10.2-r2.ebuild +++ b/dev-haskell/cabal-install/cabal-install-0.10.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/cabal-install/cabal-install-0.10.2-r2.ebuild,v 1.4 2012/12/06 22:54:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.10.2-r2.ebuild,v 1.5 2014/07/25 09:16:27 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="bin" inherit haskell-cabal bash-completion-r1 eutils -DESCRIPTION="The command-line interface for Cabal and Hackage." +DESCRIPTION="The command-line interface for Cabal and Hackage" HOMEPAGE="http://www.haskell.org/cabal/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cabal-install/cabal-install-0.14.0.ebuild b/dev-haskell/cabal-install/cabal-install-0.14.0.ebuild index 8dc250e78a9b..3cc5b721a812 100644 --- a/dev-haskell/cabal-install/cabal-install-0.14.0.ebuild +++ b/dev-haskell/cabal-install/cabal-install-0.14.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/cabal-install/cabal-install-0.14.0.ebuild,v 1.3 2012/12/06 22:54:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.14.0.ebuild,v 1.4 2014/07/25 09:16:27 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="bin" inherit haskell-cabal bash-completion-r1 eutils -DESCRIPTION="The command-line interface for Cabal and Hackage." +DESCRIPTION="The command-line interface for Cabal and Hackage" HOMEPAGE="http://www.haskell.org/cabal/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cabal-install/cabal-install-1.16.0.2.ebuild b/dev-haskell/cabal-install/cabal-install-1.16.0.2.ebuild index a926d33e6a52..0ed571a4c1d6 100644 --- a/dev-haskell/cabal-install/cabal-install-1.16.0.2.ebuild +++ b/dev-haskell/cabal-install/cabal-install-1.16.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/cabal-install/cabal-install-1.16.0.2.ebuild,v 1.2 2012/12/06 22:54:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-1.16.0.2.ebuild,v 1.3 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin" inherit haskell-cabal bash-completion-r1 eutils -DESCRIPTION="The command-line interface for Cabal and Hackage." +DESCRIPTION="The command-line interface for Cabal and Hackage" HOMEPAGE="http://www.haskell.org/cabal/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cabal-install/cabal-install-1.18.0.2.ebuild b/dev-haskell/cabal-install/cabal-install-1.18.0.2.ebuild index c4205e180c05..e18a51b70d20 100644 --- a/dev-haskell/cabal-install/cabal-install-1.18.0.2.ebuild +++ b/dev-haskell/cabal-install/cabal-install-1.18.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/cabal-install/cabal-install-1.18.0.2.ebuild,v 1.1 2013/11/14 18:20:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-1.18.0.2.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin test-suite" inherit bash-completion-r1 eutils haskell-cabal -DESCRIPTION="The command-line interface for Cabal and Hackage." +DESCRIPTION="The command-line interface for Cabal and Hackage" HOMEPAGE="http://www.haskell.org/cabal/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cabal-install/cabal-install-1.18.0.3.ebuild b/dev-haskell/cabal-install/cabal-install-1.18.0.3.ebuild index c513d6d53008..8f75fbfadcbb 100644 --- a/dev-haskell/cabal-install/cabal-install-1.18.0.3.ebuild +++ b/dev-haskell/cabal-install/cabal-install-1.18.0.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/cabal-install/cabal-install-1.18.0.3.ebuild,v 1.1 2014/04/13 13:09:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-1.18.0.3.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin test-suite" inherit bash-completion-r1 eutils haskell-cabal -DESCRIPTION="The command-line interface for Cabal and Hackage." +DESCRIPTION="The command-line interface for Cabal and Hackage" HOMEPAGE="http://www.haskell.org/cabal/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cairo/ChangeLog b/dev-haskell/cairo/ChangeLog index 70e1785845ac..3f881ee0b1d0 100644 --- a/dev-haskell/cairo/ChangeLog +++ b/dev-haskell/cairo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/cairo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/ChangeLog,v 1.27 2014/07/25 08:59:04 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/ChangeLog,v 1.28 2014/07/25 09:16:30 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> cairo-0.12.0.ebuild, + cairo-0.12.3.1.ebuild, cairo-0.12.3.ebuild, cairo-0.12.4-r1.ebuild, + cairo-0.12.5.0-r1.ebuild, cairo-0.12.5.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/cairo/cairo-0.12.0.ebuild b/dev-haskell/cairo/cairo-0.12.0.ebuild index 29942582c0f6..6784415ad251 100644 --- a/dev-haskell/cairo/cairo-0.12.0.ebuild +++ b/dev-haskell/cairo/cairo-0.12.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/cairo/cairo-0.12.0.ebuild,v 1.6 2013/12/12 05:59:00 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.0.ebuild,v 1.7 2014/07/25 09:16:30 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -10,7 +10,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Haskell bindings to the x11-libs/cairo library." +DESCRIPTION="Haskell bindings to the x11-libs/cairo library" HOMEPAGE="http://www.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cairo/cairo-0.12.3.1.ebuild b/dev-haskell/cairo/cairo-0.12.3.1.ebuild index a091272f86ab..6c5bdf839c4b 100644 --- a/dev-haskell/cairo/cairo-0.12.3.1.ebuild +++ b/dev-haskell/cairo/cairo-0.12.3.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/cairo/cairo-0.12.3.1.ebuild,v 1.6 2013/12/12 05:59:00 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.3.1.ebuild,v 1.7 2014/07/25 09:16:30 slyfox Exp $ EAPI=4 @@ -8,7 +8,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep" inherit base haskell-cabal -DESCRIPTION="Binding to the Cairo library." +DESCRIPTION="Binding to the Cairo library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cairo/cairo-0.12.3.ebuild b/dev-haskell/cairo/cairo-0.12.3.ebuild index 95ca2b68829b..70b69be2d1b0 100644 --- a/dev-haskell/cairo/cairo-0.12.3.ebuild +++ b/dev-haskell/cairo/cairo-0.12.3.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/cairo/cairo-0.12.3.ebuild,v 1.6 2013/12/12 05:59:00 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.3.ebuild,v 1.7 2014/07/25 09:16:30 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -10,7 +10,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep" inherit base haskell-cabal -DESCRIPTION="Binding to the Cairo library." +DESCRIPTION="Binding to the Cairo library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cairo/cairo-0.12.4-r1.ebuild b/dev-haskell/cairo/cairo-0.12.4-r1.ebuild index 7dd7738031af..979803fb97dc 100644 --- a/dev-haskell/cairo/cairo-0.12.4-r1.ebuild +++ b/dev-haskell/cairo/cairo-0.12.4-r1.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/cairo/cairo-0.12.4-r1.ebuild,v 1.8 2014/06/05 08:15:26 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.4-r1.ebuild,v 1.9 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ GTK_MAJ_VER="2" CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Cairo library." +DESCRIPTION="Binding to the Cairo library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild b/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild index 2be81e824e4a..e5b1faaaebe0 100644 --- a/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild +++ b/dev-haskell/cairo/cairo-0.12.5.0-r1.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/cairo/cairo-0.12.5.0-r1.ebuild,v 1.2 2014/07/17 12:14:00 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild,v 1.3 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Cairo library." +DESCRIPTION="Binding to the Cairo library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cairo/cairo-0.12.5.3.ebuild b/dev-haskell/cairo/cairo-0.12.5.3.ebuild index 6b8fe66952e6..f9a8fe2486b7 100644 --- a/dev-haskell/cairo/cairo-0.12.5.3.ebuild +++ b/dev-haskell/cairo/cairo-0.12.5.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/cairo/cairo-0.12.5.3.ebuild,v 1.1 2014/05/20 13:29:01 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.5.3.ebuild,v 1.2 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Cairo library." +DESCRIPTION="Binding to the Cairo library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/chaselev-deque/ChangeLog b/dev-haskell/chaselev-deque/ChangeLog index 251593dcc1eb..f2681530c49d 100644 --- a/dev-haskell/chaselev-deque/ChangeLog +++ b/dev-haskell/chaselev-deque/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/chaselev-deque # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chaselev-deque/ChangeLog,v 1.3 2014/07/25 08:58:46 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chaselev-deque/ChangeLog,v 1.4 2014/07/25 09:16:43 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> chaselev-deque-0.4.ebuild, + chaselev-deque-0.5.0.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/chaselev-deque/chaselev-deque-0.4.ebuild b/dev-haskell/chaselev-deque/chaselev-deque-0.4.ebuild index 0b054474ae9c..85c1dc43972a 100644 --- a/dev-haskell/chaselev-deque/chaselev-deque-0.4.ebuild +++ b/dev-haskell/chaselev-deque/chaselev-deque-0.4.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/chaselev-deque/chaselev-deque-0.4.ebuild,v 1.1 2013/10/19 11:58:13 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chaselev-deque/chaselev-deque-0.4.ebuild,v 1.2 2014/07/25 09:16:43 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile test-suite" # haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Chase & Lev work-stealing lock-free double-ended queues (deques)." +DESCRIPTION="Chase & Lev work-stealing lock-free double-ended queues (deques)" HOMEPAGE="https://github.com/rrnewton/haskell-lockfree-queue/wiki" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/chaselev-deque/chaselev-deque-0.5.0.3.ebuild b/dev-haskell/chaselev-deque/chaselev-deque-0.5.0.3.ebuild index 2a2fb47a1e5c..1849ee05ea64 100644 --- a/dev-haskell/chaselev-deque/chaselev-deque-0.5.0.3.ebuild +++ b/dev-haskell/chaselev-deque/chaselev-deque-0.5.0.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/chaselev-deque/chaselev-deque-0.5.0.3.ebuild,v 1.1 2014/03/09 05:56:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chaselev-deque/chaselev-deque-0.5.0.3.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="Chase & Lev work-stealing lock-free double-ended queues (deques)." +DESCRIPTION="Chase & Lev work-stealing lock-free double-ended queues (deques)" HOMEPAGE="https://github.com/rrnewton/haskell-lockfree/wiki" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/chasingbottoms/ChangeLog b/dev-haskell/chasingbottoms/ChangeLog index 503f7b50fd18..ab1da8b018ad 100644 --- a/dev-haskell/chasingbottoms/ChangeLog +++ b/dev-haskell/chasingbottoms/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/chasingbottoms # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v 1.10 2014/07/25 08:58:29 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v 1.11 2014/07/25 09:16:42 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + chasingbottoms-1.3.0.5-r2.ebuild, chasingbottoms-1.3.0.6.ebuild, + chasingbottoms-1.3.0.7-r3.ebuild, chasingbottoms-1.3.0.7.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/chasingbottoms/chasingbottoms-1.3.0.5-r2.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.5-r2.ebuild index 98c45ff72794..98ac4bb8ca64 100644 --- a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.5-r2.ebuild +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.5-r2.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/chasingbottoms/chasingbottoms-1.3.0.5-r2.ebuild,v 1.1 2013/04/02 07:26:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.5-r2.ebuild,v 1.2 2014/07/25 09:16:42 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit base haskell-cabal MY_PN="ChasingBottoms" MY_P="${MY_PN}-${PV}" -DESCRIPTION="For testing partial and infinite values." +DESCRIPTION="For testing partial and infinite values" HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.6.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.6.ebuild index 5e9d661214fa..2072fc3e9962 100644 --- a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.6.ebuild +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.6.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/chasingbottoms/chasingbottoms-1.3.0.6.ebuild,v 1.3 2013/09/30 17:15:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.6.ebuild,v 1.4 2014/07/25 09:16:42 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="ChasingBottoms" MY_P="${MY_PN}-${PV}" -DESCRIPTION="For testing partial and infinite values." +DESCRIPTION="For testing partial and infinite values" HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild index 6404441a50e8..8394db7ddbbe 100644 --- a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.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/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild,v 1.1 2014/07/02 05:58:17 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild,v 1.2 2014/07/25 09:16:42 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit base haskell-cabal MY_PN="ChasingBottoms" MY_P="${MY_PN}-${PV}" -DESCRIPTION="For testing partial and infinite values." +DESCRIPTION="For testing partial and infinite values" HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7.ebuild index d2aa56487993..5342dfff45a2 100644 --- a/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7.ebuild +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7.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/chasingbottoms/chasingbottoms-1.3.0.7.ebuild,v 1.3 2014/01/14 13:57:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7.ebuild,v 1.4 2014/07/25 09:16:42 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="ChasingBottoms" MY_P="${MY_PN}-${PV}" -DESCRIPTION="For testing partial and infinite values." +DESCRIPTION="For testing partial and infinite values" HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/chell/ChangeLog b/dev-haskell/chell/ChangeLog index 13dd31d6192d..89f6af61d19f 100644 --- a/dev-haskell/chell/ChangeLog +++ b/dev-haskell/chell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/chell # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v 1.2 2014/07/25 08:59:17 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v 1.3 2014/07/25 09:16:26 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> chell-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/chell/chell-0.4.ebuild b/dev-haskell/chell/chell-0.4.ebuild index 691a1c64a032..9540daa46a99 100644 --- a/dev-haskell/chell/chell-0.4.ebuild +++ b/dev-haskell/chell/chell-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/chell/chell-0.4.ebuild,v 1.1 2014/07/02 03:59:05 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/chell-0.4.ebuild,v 1.2 2014/07/25 09:16:26 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A simple and intuitive library for automated testing." +DESCRIPTION="A simple and intuitive library for automated testing" HOMEPAGE="https://john-millikin.com/software/chell/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/classy-prelude/ChangeLog b/dev-haskell/classy-prelude/ChangeLog index 34c741352153..5978a035b946 100644 --- a/dev-haskell/classy-prelude/ChangeLog +++ b/dev-haskell/classy-prelude/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/classy-prelude # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/classy-prelude/ChangeLog,v 1.5 2014/07/25 08:58:37 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/classy-prelude/ChangeLog,v 1.6 2014/07/25 09:16:21 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + classy-prelude-0.5.8.ebuild, classy-prelude-0.5.9.ebuild, + classy-prelude-0.6.0.ebuild, classy-prelude-0.8.0.1.ebuild, + classy-prelude-0.9.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/classy-prelude/classy-prelude-0.5.8.ebuild b/dev-haskell/classy-prelude/classy-prelude-0.5.8.ebuild index d6fc10889ea1..9412fa2d4870 100644 --- a/dev-haskell/classy-prelude/classy-prelude-0.5.8.ebuild +++ b/dev-haskell/classy-prelude/classy-prelude-0.5.8.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/classy-prelude/classy-prelude-0.5.8.ebuild,v 1.1 2013/08/26 12:37:52 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/classy-prelude/classy-prelude-0.5.8.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A typeclass-based Prelude." +DESCRIPTION="A typeclass-based Prelude" HOMEPAGE="https://github.com/snoyberg/classy-prelude" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/classy-prelude/classy-prelude-0.5.9.ebuild b/dev-haskell/classy-prelude/classy-prelude-0.5.9.ebuild index 94313829ef26..91d46e116614 100644 --- a/dev-haskell/classy-prelude/classy-prelude-0.5.9.ebuild +++ b/dev-haskell/classy-prelude/classy-prelude-0.5.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/classy-prelude/classy-prelude-0.5.9.ebuild,v 1.1 2013/08/26 12:37:52 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/classy-prelude/classy-prelude-0.5.9.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A typeclass-based Prelude." +DESCRIPTION="A typeclass-based Prelude" HOMEPAGE="https://github.com/snoyberg/classy-prelude" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/classy-prelude/classy-prelude-0.6.0.ebuild b/dev-haskell/classy-prelude/classy-prelude-0.6.0.ebuild index 7704e04b401d..65af855264c9 100644 --- a/dev-haskell/classy-prelude/classy-prelude-0.6.0.ebuild +++ b/dev-haskell/classy-prelude/classy-prelude-0.6.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/classy-prelude/classy-prelude-0.6.0.ebuild,v 1.1 2013/12/11 05:47:36 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/classy-prelude/classy-prelude-0.6.0.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A typeclass-based Prelude." +DESCRIPTION="A typeclass-based Prelude" HOMEPAGE="https://github.com/snoyberg/classy-prelude" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/classy-prelude/classy-prelude-0.8.0.1.ebuild b/dev-haskell/classy-prelude/classy-prelude-0.8.0.1.ebuild index d1f6e0743e98..28f4c4ca9633 100644 --- a/dev-haskell/classy-prelude/classy-prelude-0.8.0.1.ebuild +++ b/dev-haskell/classy-prelude/classy-prelude-0.8.0.1.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/classy-prelude/classy-prelude-0.8.0.1.ebuild,v 1.1 2014/03/09 12:35:20 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/classy-prelude/classy-prelude-0.8.0.1.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A typeclass-based Prelude." +DESCRIPTION="A typeclass-based Prelude" HOMEPAGE="https://github.com/snoyberg/classy-prelude" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/classy-prelude/classy-prelude-0.9.2.ebuild b/dev-haskell/classy-prelude/classy-prelude-0.9.2.ebuild index 3de39ee09c0c..0cb297629542 100644 --- a/dev-haskell/classy-prelude/classy-prelude-0.9.2.ebuild +++ b/dev-haskell/classy-prelude/classy-prelude-0.9.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/classy-prelude/classy-prelude-0.9.2.ebuild,v 1.1 2014/07/02 14:56:45 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/classy-prelude/classy-prelude-0.9.2.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A typeclass-based Prelude." +DESCRIPTION="A typeclass-based Prelude" HOMEPAGE="https://github.com/snoyberg/classy-prelude" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/clientsession/ChangeLog b/dev-haskell/clientsession/ChangeLog index 94ad32605d67..c9ee25196df7 100644 --- a/dev-haskell/clientsession/ChangeLog +++ b/dev-haskell/clientsession/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/clientsession # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/clientsession/ChangeLog,v 1.3 2014/07/25 08:58:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/clientsession/ChangeLog,v 1.4 2014/07/25 09:16:39 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + clientsession-0.9.0.2.ebuild, clientsession-0.9.0.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/clientsession/clientsession-0.9.0.2.ebuild b/dev-haskell/clientsession/clientsession-0.9.0.2.ebuild index 112470c35d51..ed93b345bd52 100644 --- a/dev-haskell/clientsession/clientsession-0.9.0.2.ebuild +++ b/dev-haskell/clientsession/clientsession-0.9.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/clientsession/clientsession-0.9.0.2.ebuild,v 1.1 2013/08/26 04:14:38 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/clientsession/clientsession-0.9.0.2.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Securely store session data in a client-side cookie." +DESCRIPTION="Securely store session data in a client-side cookie" HOMEPAGE="http://github.com/yesodweb/clientsession/tree/master" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/clientsession/clientsession-0.9.0.3.ebuild b/dev-haskell/clientsession/clientsession-0.9.0.3.ebuild index 8163c53f653d..16a497ae8f58 100644 --- a/dev-haskell/clientsession/clientsession-0.9.0.3.ebuild +++ b/dev-haskell/clientsession/clientsession-0.9.0.3.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/clientsession/clientsession-0.9.0.3.ebuild,v 1.1 2013/09/13 05:47:37 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/clientsession/clientsession-0.9.0.3.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Securely store session data in a client-side cookie." +DESCRIPTION="Securely store session data in a client-side cookie" HOMEPAGE="http://github.com/yesodweb/clientsession/tree/master" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/conduit-extra/ChangeLog b/dev-haskell/conduit-extra/ChangeLog index 3d9ce65ae336..509190635c05 100644 --- a/dev-haskell/conduit-extra/ChangeLog +++ b/dev-haskell/conduit-extra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/conduit-extra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/ChangeLog,v 1.2 2014/07/25 08:59:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/ChangeLog,v 1.3 2014/07/25 09:16:38 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + conduit-extra-1.1.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/conduit-extra/conduit-extra-1.1.1.ebuild b/dev-haskell/conduit-extra/conduit-extra-1.1.1.ebuild index 3560f74705d8..21dfeaff75f3 100644 --- a/dev-haskell/conduit-extra/conduit-extra-1.1.1.ebuild +++ b/dev-haskell/conduit-extra/conduit-extra-1.1.1.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/conduit-extra/conduit-extra-1.1.1.ebuild,v 1.1 2014/07/02 04:02:34 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/conduit-extra-1.1.1.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Batteries included conduit: adapters for common libraries." +DESCRIPTION="Batteries included conduit: adapters for common libraries" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/conduit/ChangeLog b/dev-haskell/conduit/ChangeLog index 282cfbeca06a..e7efb81498c8 100644 --- a/dev-haskell/conduit/ChangeLog +++ b/dev-haskell/conduit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.12 2014/07/25 08:58:50 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.13 2014/07/25 09:16:31 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> conduit-1.0.15.1.ebuild, + conduit-1.0.8.ebuild, conduit-1.0.9.3.ebuild, conduit-1.1.6.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/conduit/conduit-1.0.15.1.ebuild b/dev-haskell/conduit/conduit-1.0.15.1.ebuild index b1e4b315649b..08550aade288 100644 --- a/dev-haskell/conduit/conduit-1.0.15.1.ebuild +++ b/dev-haskell/conduit/conduit-1.0.15.1.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/conduit/conduit-1.0.15.1.ebuild,v 1.1 2014/03/04 16:04:58 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.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="Streaming data processing library." +DESCRIPTION="Streaming data processing library" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/conduit/conduit-1.0.8.ebuild b/dev-haskell/conduit/conduit-1.0.8.ebuild index ac3bcec962a8..ad20b9c7b2bc 100644 --- a/dev-haskell/conduit/conduit-1.0.8.ebuild +++ b/dev-haskell/conduit/conduit-1.0.8.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/conduit/conduit-1.0.8.ebuild,v 1.3 2013/11/24 19:34:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.8.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 eutils haskell-cabal -DESCRIPTION="Streaming data processing library." +DESCRIPTION="Streaming data processing library" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/conduit/conduit-1.0.9.3.ebuild b/dev-haskell/conduit/conduit-1.0.9.3.ebuild index 6717213b80c3..aae84bb54f04 100644 --- a/dev-haskell/conduit/conduit-1.0.9.3.ebuild +++ b/dev-haskell/conduit/conduit-1.0.9.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/conduit/conduit-1.0.9.3.ebuild,v 1.3 2014/03/04 20:00:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.9.3.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="Streaming data processing library." +DESCRIPTION="Streaming data processing library" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/conduit/conduit-1.1.6.ebuild b/dev-haskell/conduit/conduit-1.1.6.ebuild index 07773124fc5e..5c47b34f9737 100644 --- a/dev-haskell/conduit/conduit-1.1.6.ebuild +++ b/dev-haskell/conduit/conduit-1.1.6.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/conduit/conduit-1.1.6.ebuild,v 1.1 2014/07/02 04:01:58 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.1.6.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="Streaming data processing library." +DESCRIPTION="Streaming data processing library" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 4f68613f0244..b56d216ce3b0 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.60 2014/07/09 03:05:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.61 2014/07/25 09:16:21 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> cpphs-1.13.3.ebuild, + cpphs-1.15.ebuild, cpphs-1.16.ebuild, cpphs-1.17.1.ebuild, + cpphs-1.18.1.ebuild, cpphs-1.18.5.ebuild: + Drop trailing '.' from description. 09 Jul 2014; Patrick Lauer <patrick@gentoo.org> cpphs-1.18.5.ebuild: Temporarily drop keywords until dependencies catch up diff --git a/dev-haskell/cpphs/cpphs-1.13.3.ebuild b/dev-haskell/cpphs/cpphs-1.13.3.ebuild index 00f9a86a61ee..7c2cb504801e 100644 --- a/dev-haskell/cpphs/cpphs-1.13.3.ebuild +++ b/dev-haskell/cpphs/cpphs-1.13.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 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/cpphs/cpphs-1.13.3.ebuild,v 1.7 2012/09/12 15:15:34 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.13.3.ebuild,v 1.8 2014/07/25 09:16:21 slyfox Exp $ EAPI="3" CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor." +DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor" HOMEPAGE="http://haskell.org/cpphs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cpphs/cpphs-1.15.ebuild b/dev-haskell/cpphs/cpphs-1.15.ebuild index b96d0ae5aeb5..c29a058b937b 100644 --- a/dev-haskell/cpphs/cpphs-1.15.ebuild +++ b/dev-haskell/cpphs/cpphs-1.15.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/cpphs/cpphs-1.15.ebuild,v 1.8 2013/03/31 10:30:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.15.ebuild,v 1.9 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor." +DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor" HOMEPAGE="http://haskell.org/cpphs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cpphs/cpphs-1.16.ebuild b/dev-haskell/cpphs/cpphs-1.16.ebuild index f91b39178e01..d8ddf27f4131 100644 --- a/dev-haskell/cpphs/cpphs-1.16.ebuild +++ b/dev-haskell/cpphs/cpphs-1.16.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/cpphs/cpphs-1.16.ebuild,v 1.8 2013/08/07 13:29:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.16.ebuild,v 1.9 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor." +DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor" HOMEPAGE="http://haskell.org/cpphs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cpphs/cpphs-1.17.1.ebuild b/dev-haskell/cpphs/cpphs-1.17.1.ebuild index 9a2e36b441c6..ee8ac3040d4f 100644 --- a/dev-haskell/cpphs/cpphs-1.17.1.ebuild +++ b/dev-haskell/cpphs/cpphs-1.17.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/cpphs/cpphs-1.17.1.ebuild,v 1.3 2013/12/24 12:57:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v 1.4 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor." +DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor" HOMEPAGE="http://haskell.org/cpphs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cpphs/cpphs-1.18.1.ebuild b/dev-haskell/cpphs/cpphs-1.18.1.ebuild index 40c4f8f23677..8bf1670aeac8 100644 --- a/dev-haskell/cpphs/cpphs-1.18.1.ebuild +++ b/dev-haskell/cpphs/cpphs-1.18.1.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/cpphs/cpphs-1.18.1.ebuild,v 1.1 2014/02/21 19:49:03 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.1.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor." +DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor" HOMEPAGE="http://projects.haskell.org/cpphs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cpphs/cpphs-1.18.5.ebuild b/dev-haskell/cpphs/cpphs-1.18.5.ebuild index e464eeb0afea..4e5fcf4ab38c 100644 --- a/dev-haskell/cpphs/cpphs-1.18.5.ebuild +++ b/dev-haskell/cpphs/cpphs-1.18.5.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/cpphs/cpphs-1.18.5.ebuild,v 1.2 2014/07/09 03:05:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.5.ebuild,v 1.3 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor." +DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor" HOMEPAGE="http://projects.haskell.org/cpphs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cprng-aes/ChangeLog b/dev-haskell/cprng-aes/ChangeLog index 870f599019df..299de107e60c 100644 --- a/dev-haskell/cprng-aes/ChangeLog +++ b/dev-haskell/cprng-aes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/cprng-aes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cprng-aes/ChangeLog,v 1.5 2014/07/25 08:59:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cprng-aes/ChangeLog,v 1.6 2014/07/25 09:16:38 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> cprng-aes-0.3.4.ebuild, + cprng-aes-0.5.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/cprng-aes/cprng-aes-0.3.4.ebuild b/dev-haskell/cprng-aes/cprng-aes-0.3.4.ebuild index 0761fb7ce58c..8d900d069900 100644 --- a/dev-haskell/cprng-aes/cprng-aes-0.3.4.ebuild +++ b/dev-haskell/cprng-aes/cprng-aes-0.3.4.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/cprng-aes/cprng-aes-0.3.4.ebuild,v 1.1 2013/08/26 11:15:41 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cprng-aes/cprng-aes-0.3.4.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Crypto Pseudo Random Number Generator using AES in counter mode." +DESCRIPTION="Crypto Pseudo Random Number Generator using AES in counter mode" HOMEPAGE="http://github.com/vincenthz/hs-cprng-aes" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cprng-aes/cprng-aes-0.5.2.ebuild b/dev-haskell/cprng-aes/cprng-aes-0.5.2.ebuild index 275e2b1acf01..b82b0bac3893 100644 --- a/dev-haskell/cprng-aes/cprng-aes-0.5.2.ebuild +++ b/dev-haskell/cprng-aes/cprng-aes-0.5.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/cprng-aes/cprng-aes-0.5.2.ebuild,v 1.3 2013/11/24 19:39:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cprng-aes/cprng-aes-0.5.2.ebuild,v 1.4 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Crypto Pseudo Random Number Generator using AES in counter mode." +DESCRIPTION="Crypto Pseudo Random Number Generator using AES in counter mode" HOMEPAGE="http://github.com/vincenthz/hs-cprng-aes" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cpu/ChangeLog b/dev-haskell/cpu/ChangeLog index c65150ab1637..a234cfcf89d1 100644 --- a/dev-haskell/cpu/ChangeLog +++ b/dev-haskell/cpu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/cpu # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpu/ChangeLog,v 1.3 2014/07/25 08:58:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpu/ChangeLog,v 1.4 2014/07/25 09:16:27 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> cpu-0.1.1.ebuild, + cpu-0.1.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/cpu/cpu-0.1.1.ebuild b/dev-haskell/cpu/cpu-0.1.1.ebuild index ccdb4171b638..a033d3e0f666 100644 --- a/dev-haskell/cpu/cpu-0.1.1.ebuild +++ b/dev-haskell/cpu/cpu-0.1.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/cpu/cpu-0.1.1.ebuild,v 1.1 2013/08/26 12:16:09 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpu/cpu-0.1.1.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=4 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Cpu information and properties helpers." +DESCRIPTION="Cpu information and properties helpers" HOMEPAGE="http://github.com/vincenthz/hs-cpu" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cpu/cpu-0.1.2.ebuild b/dev-haskell/cpu/cpu-0.1.2.ebuild index 44a39bcf873e..126e3926bc1b 100644 --- a/dev-haskell/cpu/cpu-0.1.2.ebuild +++ b/dev-haskell/cpu/cpu-0.1.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/cpu/cpu-0.1.2.ebuild,v 1.1 2013/11/14 18:27:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpu/cpu-0.1.2.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Cpu information and properties helpers." +DESCRIPTION="Cpu information and properties helpers" HOMEPAGE="http://github.com/vincenthz/hs-cpu" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/crypto-conduit/ChangeLog b/dev-haskell/crypto-conduit/ChangeLog index 05f160f637a2..e25d5cd9c051 100644 --- a/dev-haskell/crypto-conduit/ChangeLog +++ b/dev-haskell/crypto-conduit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/crypto-conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v 1.5 2014/07/25 08:59:33 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v 1.6 2014/07/25 09:16:13 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + crypto-conduit-0.5.2.1.ebuild, crypto-conduit-0.5.2.2.ebuild, + crypto-conduit-0.5.2.ebuild, crypto-conduit-0.5.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/crypto-conduit/crypto-conduit-0.5.2.1.ebuild b/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.1.ebuild index fc619c8bd469..328efae82cc4 100644 --- a/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.1.ebuild +++ b/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.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/crypto-conduit/crypto-conduit-0.5.2.1.ebuild,v 1.1 2013/12/11 05:52:16 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.1.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="Conduit interface for cryptographic operations (from crypto-api)." +DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)" HOMEPAGE="https://github.com/meteficha/crypto-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.2.ebuild b/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.2.ebuild index 7b48a688bc9a..6ddf76612ab6 100644 --- a/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.2.ebuild +++ b/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.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/crypto-conduit/crypto-conduit-0.5.2.2.ebuild,v 1.1 2014/03/09 12:37:26 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.2.ebuild,v 1.2 2014/07/25 09:16:13 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)." +DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)" HOMEPAGE="https://github.com/meteficha/crypto-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.ebuild b/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.ebuild index a43e5d673f7f..e250e4a2e428 100644 --- a/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.ebuild +++ b/dev-haskell/crypto-conduit/crypto-conduit-0.5.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/crypto-conduit/crypto-conduit-0.5.2.ebuild,v 1.1 2013/08/26 12:25:02 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.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="Conduit interface for cryptographic operations (from crypto-api)." +DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)" HOMEPAGE="https://github.com/meteficha/crypto-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild b/dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild index 360c39f7895d..eee52b1e1d24 100644 --- a/dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild +++ b/dev-haskell/crypto-conduit/crypto-conduit-0.5.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/crypto-conduit/crypto-conduit-0.5.3.ebuild,v 1.1 2014/07/02 04:13:54 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild,v 1.2 2014/07/25 09:16:13 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)." +DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)" HOMEPAGE="https://github.com/meteficha/crypto-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cryptocipher/ChangeLog b/dev-haskell/cryptocipher/ChangeLog index 64f3ba7fac4c..5e657ec70569 100644 --- a/dev-haskell/cryptocipher/ChangeLog +++ b/dev-haskell/cryptocipher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/cryptocipher # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/ChangeLog,v 1.4 2014/07/25 08:58:47 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/ChangeLog,v 1.5 2014/07/25 09:16:38 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> cryptocipher-0.5.2.ebuild, + cryptocipher-0.6.1.ebuild, cryptocipher-0.6.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/cryptocipher/cryptocipher-0.5.2.ebuild b/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild index 279a899bc05d..ef257427eab7 100644 --- a/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild +++ b/dev-haskell/cryptocipher/cryptocipher-0.5.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/cryptocipher/cryptocipher-0.5.2.ebuild,v 1.1 2013/08/26 12:17:54 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Symmetrical block and stream ciphers." +DESCRIPTION="Symmetrical block and stream ciphers" HOMEPAGE="http://github.com/vincenthz/hs-crypto-cipher" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cryptocipher/cryptocipher-0.6.1.ebuild b/dev-haskell/cryptocipher/cryptocipher-0.6.1.ebuild index a25d545cccb2..2b2bd191062b 100644 --- a/dev-haskell/cryptocipher/cryptocipher-0.6.1.ebuild +++ b/dev-haskell/cryptocipher/cryptocipher-0.6.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/cryptocipher/cryptocipher-0.6.1.ebuild,v 1.1 2013/09/13 06:07:07 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/cryptocipher-0.6.1.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Symmetrical block and stream ciphers." +DESCRIPTION="Symmetrical block and stream ciphers" HOMEPAGE="http://github.com/vincenthz/hs-crypto-cipher" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild b/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild index dc49a776eb96..36f634508f45 100644 --- a/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild +++ b/dev-haskell/cryptocipher/cryptocipher-0.6.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/cryptocipher/cryptocipher-0.6.2.ebuild,v 1.1 2013/12/11 05:54:51 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Symmetrical block and stream ciphers." +DESCRIPTION="Symmetrical block and stream ciphers" HOMEPAGE="http://github.com/vincenthz/hs-crypto-cipher" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/css-text/ChangeLog b/dev-haskell/css-text/ChangeLog index 3e1c1f956732..70e3538d75c0 100644 --- a/dev-haskell/css-text/ChangeLog +++ b/dev-haskell/css-text/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/css-text # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/css-text/ChangeLog,v 1.3 2014/07/25 08:59:33 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/css-text/ChangeLog,v 1.4 2014/07/25 09:16:35 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> css-text-0.1.1.ebuild, + css-text-0.1.2.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/css-text/css-text-0.1.1.ebuild b/dev-haskell/css-text/css-text-0.1.1.ebuild index 3c61a15294e5..108e85f2147b 100644 --- a/dev-haskell/css-text/css-text-0.1.1.ebuild +++ b/dev-haskell/css-text/css-text-0.1.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/css-text/css-text-0.1.1.ebuild,v 1.1 2013/06/20 23:21:58 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/css-text/css-text-0.1.1.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="CSS parser and renderer." +DESCRIPTION="CSS parser and renderer" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/css-text/css-text-0.1.2.1.ebuild b/dev-haskell/css-text/css-text-0.1.2.1.ebuild index 9f3ca6ce1443..f82333cf7e72 100644 --- a/dev-haskell/css-text/css-text-0.1.2.1.ebuild +++ b/dev-haskell/css-text/css-text-0.1.2.1.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/css-text/css-text-0.1.2.1.ebuild,v 1.1 2014/07/02 04:19:30 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/css-text/css-text-0.1.2.1.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="CSS parser and renderer." +DESCRIPTION="CSS parser and renderer" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/data-hash/ChangeLog b/dev-haskell/data-hash/ChangeLog index a2dda1deff61..8afaeeb6ee1b 100644 --- a/dev-haskell/data-hash/ChangeLog +++ b/dev-haskell/data-hash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/data-hash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/data-hash/ChangeLog,v 1.2 2014/07/25 08:59:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/data-hash/ChangeLog,v 1.3 2014/07/25 09:16:23 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> data-hash-0.2.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/data-hash/data-hash-0.2.0.0.ebuild b/dev-haskell/data-hash/data-hash-0.2.0.0.ebuild index 3c7e7c26c506..039ef1961da2 100644 --- a/dev-haskell/data-hash/data-hash-0.2.0.0.ebuild +++ b/dev-haskell/data-hash/data-hash-0.2.0.0.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/data-hash/data-hash-0.2.0.0.ebuild,v 1.1 2014/07/02 15:13:25 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/data-hash/data-hash-0.2.0.0.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Combinators for building fast hashing functions." +DESCRIPTION="Combinators for building fast hashing functions" HOMEPAGE="http://hackage.haskell.org/package/data-hash" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/dbus/ChangeLog b/dev-haskell/dbus/ChangeLog index e7c3f2d3ee53..6aa1a5413e50 100644 --- a/dev-haskell/dbus/ChangeLog +++ b/dev-haskell/dbus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/dbus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/ChangeLog,v 1.22 2014/07/18 12:31:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/ChangeLog,v 1.23 2014/07/25 09:16:41 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> dbus-0.10.4.ebuild, + dbus-0.10.5-r1.ebuild, dbus-0.10.6.ebuild, dbus-0.10.8.ebuild: + Drop trailing '.' from description. 18 Jul 2014; Tobias Klausmann <klausman@gentoo.org> dbus-0.10.5-r1.ebuild: Stable on alpha, bug #502672 diff --git a/dev-haskell/dbus/dbus-0.10.4.ebuild b/dev-haskell/dbus/dbus-0.10.4.ebuild index c38b32046c0d..f63d8dab1653 100644 --- a/dev-haskell/dbus/dbus-0.10.4.ebuild +++ b/dev-haskell/dbus/dbus-0.10.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/dbus/dbus-0.10.4.ebuild,v 1.11 2014/02/02 11:13:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.4.ebuild,v 1.12 2014/07/25 09:16:41 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A client library for the D-Bus IPC system." +DESCRIPTION="A client library for the D-Bus IPC system" HOMEPAGE="https://john-millikin.com/software/haskell-dbus/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/dbus/dbus-0.10.5-r1.ebuild b/dev-haskell/dbus/dbus-0.10.5-r1.ebuild index d8c6e3e1b276..6b343a579512 100644 --- a/dev-haskell/dbus/dbus-0.10.5-r1.ebuild +++ b/dev-haskell/dbus/dbus-0.10.5-r1.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/dbus/dbus-0.10.5-r1.ebuild,v 1.7 2014/07/18 12:31:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.5-r1.ebuild,v 1.8 2014/07/25 09:16:41 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A client library for the D-Bus IPC system." +DESCRIPTION="A client library for the D-Bus IPC system" HOMEPAGE="https://john-millikin.com/software/haskell-dbus/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/dbus/dbus-0.10.6.ebuild b/dev-haskell/dbus/dbus-0.10.6.ebuild index 028d12b7f0c2..a014d7c92625 100644 --- a/dev-haskell/dbus/dbus-0.10.6.ebuild +++ b/dev-haskell/dbus/dbus-0.10.6.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/dbus/dbus-0.10.6.ebuild,v 1.1 2014/03/05 14:05:31 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.6.ebuild,v 1.2 2014/07/25 09:16:41 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A client library for the D-Bus IPC system." +DESCRIPTION="A client library for the D-Bus IPC system" HOMEPAGE="https://john-millikin.com/software/haskell-dbus/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/dbus/dbus-0.10.8.ebuild b/dev-haskell/dbus/dbus-0.10.8.ebuild index ca4a49740e52..600fe61031db 100644 --- a/dev-haskell/dbus/dbus-0.10.8.ebuild +++ b/dev-haskell/dbus/dbus-0.10.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/dbus/dbus-0.10.8.ebuild,v 1.2 2014/07/09 03:02:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.8.ebuild,v 1.3 2014/07/25 09:16:41 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A client library for the D-Bus IPC system." +DESCRIPTION="A client library for the D-Bus IPC system" HOMEPAGE="https://john-millikin.com/software/haskell-dbus/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/diff/ChangeLog b/dev-haskell/diff/ChangeLog index ff7e414f92da..156823770075 100644 --- a/dev-haskell/diff/ChangeLog +++ b/dev-haskell/diff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/diff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/ChangeLog,v 1.6 2014/07/25 08:59:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/ChangeLog,v 1.7 2014/07/25 09:16:26 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> diff-0.1.3.ebuild, + diff-0.3.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/diff/diff-0.1.3.ebuild b/dev-haskell/diff/diff-0.1.3.ebuild index dca4994ea995..6194557948e2 100644 --- a/dev-haskell/diff/diff-0.1.3.ebuild +++ b/dev-haskell/diff/diff-0.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/diff/diff-0.1.3.ebuild,v 1.2 2012/09/12 14:52:14 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/diff-0.1.3.ebuild,v 1.3 2014/07/25 09:16:26 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="Diff" MY_P="${MY_PN}-${PV}" -DESCRIPTION="O(ND) diff algorithm in haskell." +DESCRIPTION="O(ND) diff algorithm in haskell" HOMEPAGE="http://hackage.haskell.org/package/Diff" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/diff/diff-0.3.0.ebuild b/dev-haskell/diff/diff-0.3.0.ebuild index 14e2f42c83ea..80d88a13b010 100644 --- a/dev-haskell/diff/diff-0.3.0.ebuild +++ b/dev-haskell/diff/diff-0.3.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/diff/diff-0.3.0.ebuild,v 1.3 2013/11/24 19:40:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/diff/diff-0.3.0.ebuild,v 1.4 2014/07/25 09:16:26 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="Diff" MY_P="${MY_PN}-${PV}" -DESCRIPTION="O(ND) diff algorithm in haskell." +DESCRIPTION="O(ND) diff algorithm in haskell" HOMEPAGE="http://hackage.haskell.org/package/Diff" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/digest/ChangeLog b/dev-haskell/digest/ChangeLog index 8a60886eb6ff..bb8ea59f4ae1 100644 --- a/dev-haskell/digest/ChangeLog +++ b/dev-haskell/digest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/digest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.32 2014/07/25 08:58:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.33 2014/07/25 09:16:38 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> digest-0.0.1.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/digest/digest-0.0.1.2.ebuild b/dev-haskell/digest/digest-0.0.1.2.ebuild index 762f92af092f..2d840f0001ca 100644 --- a/dev-haskell/digest/digest-0.0.1.2.ebuild +++ b/dev-haskell/digest/digest-0.0.1.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/digest/digest-0.0.1.2.ebuild,v 1.8 2013/03/31 10:03:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.1.2.ebuild,v 1.9 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now." +DESCRIPTION="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now" HOMEPAGE="http://hackage.haskell.org/package/digest" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/dlist/ChangeLog b/dev-haskell/dlist/ChangeLog index fb4066f46e62..6b2ee8fa0b3b 100644 --- a/dev-haskell/dlist/ChangeLog +++ b/dev-haskell/dlist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/dlist # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.11 2014/07/25 08:59:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.12 2014/07/25 09:16:43 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> dlist-0.5.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/dlist/dlist-0.5.ebuild b/dev-haskell/dlist/dlist-0.5.ebuild index 36da7909a240..d15b0fdfae06 100644 --- a/dev-haskell/dlist/dlist-0.5.ebuild +++ b/dev-haskell/dlist/dlist-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/dlist/dlist-0.5.ebuild,v 1.2 2012/09/12 15:15:48 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.5.ebuild,v 1.3 2014/07/25 09:16:43 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour" inherit haskell-cabal -DESCRIPTION="Differences lists: a list-like type supporting O(1) append." +DESCRIPTION="Differences lists: a list-like type supporting O(1) append" HOMEPAGE="http://code.haskell.org/~dons/code/dlist/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/editline/ChangeLog b/dev-haskell/editline/ChangeLog index 30571d427b83..e6ed1657dd6f 100644 --- a/dev-haskell/editline/ChangeLog +++ b/dev-haskell/editline/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/editline -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/editline/ChangeLog,v 1.3 2012/12/22 21:30:17 slyfox Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/editline/ChangeLog,v 1.4 2014/07/25 09:16:37 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> editline-0.2.1.0.ebuild, + editline-0.2.1.1.ebuild: + Drop trailing '.' from description. *editline-0.2.1.1 (22 Dec 2012) diff --git a/dev-haskell/editline/editline-0.2.1.0.ebuild b/dev-haskell/editline/editline-0.2.1.0.ebuild index e4a952c51aaa..2a0eca3332b5 100644 --- a/dev-haskell/editline/editline-0.2.1.0.ebuild +++ b/dev-haskell/editline/editline-0.2.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 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/editline/editline-0.2.1.0.ebuild,v 1.2 2012/09/12 15:04:50 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/editline/editline-0.2.1.0.ebuild,v 1.3 2014/07/25 09:16:37 slyfox Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal -DESCRIPTION="Bindings to the editline library (libedit)." +DESCRIPTION="Bindings to the editline library (libedit)" HOMEPAGE="http://code.haskell.org/editline" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/editline/editline-0.2.1.1.ebuild b/dev-haskell/editline/editline-0.2.1.1.ebuild index 8a97ada8391d..3bfbf7321de9 100644 --- a/dev-haskell/editline/editline-0.2.1.1.ebuild +++ b/dev-haskell/editline/editline-0.2.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/editline/editline-0.2.1.1.ebuild,v 1.1 2012/12/22 21:30:17 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/editline/editline-0.2.1.1.ebuild,v 1.2 2014/07/25 09:16:37 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Bindings to the editline library (libedit)." +DESCRIPTION="Bindings to the editline library (libedit)" HOMEPAGE="http://code.haskell.org/editline" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/equivalence/ChangeLog b/dev-haskell/equivalence/ChangeLog index b3a4760e18f7..35adcd9ce6df 100644 --- a/dev-haskell/equivalence/ChangeLog +++ b/dev-haskell/equivalence/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/equivalence # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/equivalence/ChangeLog,v 1.2 2014/07/25 08:59:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/equivalence/ChangeLog,v 1.3 2014/07/25 09:16:22 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> equivalence-0.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/equivalence/equivalence-0.2.3.ebuild b/dev-haskell/equivalence/equivalence-0.2.3.ebuild index e9fb83ebffe3..98225af0e138 100644 --- a/dev-haskell/equivalence/equivalence-0.2.3.ebuild +++ b/dev-haskell/equivalence/equivalence-0.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/equivalence/equivalence-0.2.3.ebuild,v 1.1 2014/07/02 08:03:07 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/equivalence/equivalence-0.2.3.ebuild,v 1.2 2014/07/25 09:16:22 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Maintaining an equivalence relation implemented as union-find using STT." +DESCRIPTION="Maintaining an equivalence relation implemented as union-find using STT" HOMEPAGE="https://bitbucket.org/paba/equivalence/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/erf/ChangeLog b/dev-haskell/erf/ChangeLog index 0527f8d5893f..e616eeda6687 100644 --- a/dev-haskell/erf/ChangeLog +++ b/dev-haskell/erf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/erf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/erf/ChangeLog,v 1.2 2014/07/25 08:59:35 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/erf/ChangeLog,v 1.3 2014/07/25 09:16:47 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> erf-2.0.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/erf/erf-2.0.0.0.ebuild b/dev-haskell/erf/erf-2.0.0.0.ebuild index fc6ea5a1c88b..14ba411d34e3 100644 --- a/dev-haskell/erf/erf-2.0.0.0.ebuild +++ b/dev-haskell/erf/erf-2.0.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/erf/erf-2.0.0.0.ebuild,v 1.1 2013/08/25 05:23:55 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/erf/erf-2.0.0.0.ebuild,v 1.2 2014/07/25 09:16:47 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal -DESCRIPTION="The error function, erf, and related functions." +DESCRIPTION="The error function, erf, and related functions" HOMEPAGE="http://hackage.haskell.org/package/erf" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/esqueleto/ChangeLog b/dev-haskell/esqueleto/ChangeLog index e4fa6b0bd797..843341a3fbec 100644 --- a/dev-haskell/esqueleto/ChangeLog +++ b/dev-haskell/esqueleto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/esqueleto # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/esqueleto/ChangeLog,v 1.3 2014/07/25 08:58:58 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/esqueleto/ChangeLog,v 1.4 2014/07/25 09:16:40 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> esqueleto-1.3.5.ebuild, + esqueleto-1.4.1.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/esqueleto/esqueleto-1.3.5.ebuild b/dev-haskell/esqueleto/esqueleto-1.3.5.ebuild index 3fc0d7ec14d1..f532678ccff6 100644 --- a/dev-haskell/esqueleto/esqueleto-1.3.5.ebuild +++ b/dev-haskell/esqueleto/esqueleto-1.3.5.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/esqueleto/esqueleto-1.3.5.ebuild,v 1.1 2014/03/09 12:41:24 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/esqueleto/esqueleto-1.3.5.ebuild,v 1.2 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit eutils haskell-cabal -DESCRIPTION="Bare bones, type-safe EDSL for SQL queries on persistent backends." +DESCRIPTION="Bare bones, type-safe EDSL for SQL queries on persistent backends" HOMEPAGE="https://github.com/meteficha/esqueleto" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/esqueleto/esqueleto-1.4.1.2.ebuild b/dev-haskell/esqueleto/esqueleto-1.4.1.2.ebuild index 8aa2a17e0232..acdfe059d10f 100644 --- a/dev-haskell/esqueleto/esqueleto-1.4.1.2.ebuild +++ b/dev-haskell/esqueleto/esqueleto-1.4.1.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/esqueleto/esqueleto-1.4.1.2.ebuild,v 1.1 2014/07/02 08:01:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/esqueleto/esqueleto-1.4.1.2.ebuild,v 1.2 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit eutils haskell-cabal -DESCRIPTION="Type-safe EDSL for SQL queries on persistent backends." +DESCRIPTION="Type-safe EDSL for SQL queries on persistent backends" HOMEPAGE="https://github.com/meteficha/esqueleto" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/failure/ChangeLog b/dev-haskell/failure/ChangeLog index 45fe91f68c27..224684ca723f 100644 --- a/dev-haskell/failure/ChangeLog +++ b/dev-haskell/failure/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/failure # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/failure/ChangeLog,v 1.5 2014/07/25 08:58:52 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/failure/ChangeLog,v 1.6 2014/07/25 09:16:33 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> failure-0.2.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/failure/failure-0.2.0.1.ebuild b/dev-haskell/failure/failure-0.2.0.1.ebuild index b33e5e914fad..b18923f2b305 100644 --- a/dev-haskell/failure/failure-0.2.0.1.ebuild +++ b/dev-haskell/failure/failure-0.2.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/failure/failure-0.2.0.1.ebuild,v 1.3 2013/11/24 19:37:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/failure/failure-0.2.0.1.ebuild,v 1.4 2014/07/25 09:16:33 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A simple type class for success/failure computations." +DESCRIPTION="A simple type class for success/failure computations" HOMEPAGE="http://www.haskell.org/haskellwiki/Failure" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/feed/ChangeLog b/dev-haskell/feed/ChangeLog index 4c754cba367c..03d65e53e7b0 100644 --- a/dev-haskell/feed/ChangeLog +++ b/dev-haskell/feed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/feed # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/feed/ChangeLog,v 1.4 2014/07/25 08:59:37 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/feed/ChangeLog,v 1.5 2014/07/25 09:16:35 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> feed-0.3.9.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/feed/feed-0.3.9.2.ebuild b/dev-haskell/feed/feed-0.3.9.2.ebuild index dd91959e2308..98e70ee0f398 100644 --- a/dev-haskell/feed/feed-0.3.9.2.ebuild +++ b/dev-haskell/feed/feed-0.3.9.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/feed/feed-0.3.9.2.ebuild,v 1.1 2014/07/02 08:01:54 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/feed/feed-0.3.9.2.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds." +DESCRIPTION="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds" HOMEPAGE="https://github.com/sof/feed" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/file-embed/ChangeLog b/dev-haskell/file-embed/ChangeLog index 8f66a0727712..4a22a2e4061c 100644 --- a/dev-haskell/file-embed/ChangeLog +++ b/dev-haskell/file-embed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/file-embed # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-embed/ChangeLog,v 1.5 2014/07/25 08:58:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-embed/ChangeLog,v 1.6 2014/07/25 09:16:28 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> file-embed-0.0.4.7.ebuild, + file-embed-0.0.4.9.ebuild, file-embed-0.0.6.ebuild, file-embed-0.0.7.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/file-embed/file-embed-0.0.4.7.ebuild b/dev-haskell/file-embed/file-embed-0.0.4.7.ebuild index 749c8425b4ed..87b0438c24d3 100644 --- a/dev-haskell/file-embed/file-embed-0.0.4.7.ebuild +++ b/dev-haskell/file-embed/file-embed-0.0.4.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/file-embed/file-embed-0.0.4.7.ebuild,v 1.1 2013/04/02 11:49:34 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-embed/file-embed-0.0.4.7.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Use Template Haskell to embed file contents directly." +DESCRIPTION="Use Template Haskell to embed file contents directly" HOMEPAGE="https://github.com/snoyberg/file-embed" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/file-embed/file-embed-0.0.4.9.ebuild b/dev-haskell/file-embed/file-embed-0.0.4.9.ebuild index 1c0d9011e368..1985a0fc2b37 100644 --- a/dev-haskell/file-embed/file-embed-0.0.4.9.ebuild +++ b/dev-haskell/file-embed/file-embed-0.0.4.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/file-embed/file-embed-0.0.4.9.ebuild,v 1.1 2013/09/13 06:13:24 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-embed/file-embed-0.0.4.9.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Use Template Haskell to embed file contents directly." +DESCRIPTION="Use Template Haskell to embed file contents directly" HOMEPAGE="https://github.com/snoyberg/file-embed" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/file-embed/file-embed-0.0.6.ebuild b/dev-haskell/file-embed/file-embed-0.0.6.ebuild index f60fbd2daa6a..2a724750defe 100644 --- a/dev-haskell/file-embed/file-embed-0.0.6.ebuild +++ b/dev-haskell/file-embed/file-embed-0.0.6.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/file-embed/file-embed-0.0.6.ebuild,v 1.1 2013/12/11 05:59:21 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-embed/file-embed-0.0.6.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Use Template Haskell to embed file contents directly." +DESCRIPTION="Use Template Haskell to embed file contents directly" HOMEPAGE="https://github.com/snoyberg/file-embed" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/file-embed/file-embed-0.0.7.ebuild b/dev-haskell/file-embed/file-embed-0.0.7.ebuild index d95a8b564986..38232d092da6 100644 --- a/dev-haskell/file-embed/file-embed-0.0.7.ebuild +++ b/dev-haskell/file-embed/file-embed-0.0.7.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/file-embed/file-embed-0.0.7.ebuild,v 1.1 2014/07/02 08:04:59 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-embed/file-embed-0.0.7.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Use Template Haskell to embed file contents directly." +DESCRIPTION="Use Template Haskell to embed file contents directly" HOMEPAGE="https://github.com/snoyberg/file-embed" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/filemanip/ChangeLog b/dev-haskell/filemanip/ChangeLog index cd81189e1563..86647471d34c 100644 --- a/dev-haskell/filemanip/ChangeLog +++ b/dev-haskell/filemanip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/filemanip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filemanip/ChangeLog,v 1.2 2014/07/25 08:58:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filemanip/ChangeLog,v 1.3 2014/07/25 09:16:26 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> filemanip-0.3.6.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/filemanip/filemanip-0.3.6.2.ebuild b/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild index 1ed723074dc9..8c0e397df54b 100644 --- a/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild +++ b/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/filemanip/filemanip-0.3.6.2.ebuild,v 1.1 2012/11/18 07:45:20 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild,v 1.2 2014/07/25 09:16:26 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Expressive file and directory manipulation for Haskell." +DESCRIPTION="Expressive file and directory manipulation for Haskell" HOMEPAGE="https://github.com/bos/filemanip" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/filestore/ChangeLog b/dev-haskell/filestore/ChangeLog index ee40ab4fbdc6..a0ca43a664e1 100644 --- a/dev-haskell/filestore/ChangeLog +++ b/dev-haskell/filestore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/filestore # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filestore/ChangeLog,v 1.4 2014/07/25 08:59:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filestore/ChangeLog,v 1.5 2014/07/25 09:16:44 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> filestore-0.6.0.1.ebuild, + filestore-0.6.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/filestore/filestore-0.6.0.1.ebuild b/dev-haskell/filestore/filestore-0.6.0.1.ebuild index 0f0bdb15427c..0e6480ecf291 100644 --- a/dev-haskell/filestore/filestore-0.6.0.1.ebuild +++ b/dev-haskell/filestore/filestore-0.6.0.1.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/filestore/filestore-0.6.0.1.ebuild,v 1.2 2014/02/21 19:51:58 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filestore/filestore-0.6.0.1.ebuild,v 1.3 2014/07/25 09:16:44 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Interface for versioning file stores." +DESCRIPTION="Interface for versioning file stores" HOMEPAGE="http://hackage.haskell.org/package/filestore" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/filestore/filestore-0.6.0.2.ebuild b/dev-haskell/filestore/filestore-0.6.0.2.ebuild index 43bd7a0d07a4..c4bc970fa677 100644 --- a/dev-haskell/filestore/filestore-0.6.0.2.ebuild +++ b/dev-haskell/filestore/filestore-0.6.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/filestore/filestore-0.6.0.2.ebuild,v 1.1 2014/07/02 08:26:46 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filestore/filestore-0.6.0.2.ebuild,v 1.2 2014/07/25 09:16:44 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Interface for versioning file stores." +DESCRIPTION="Interface for versioning file stores" HOMEPAGE="http://hackage.haskell.org/package/filestore" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" 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" diff --git a/dev-haskell/fsnotify/ChangeLog b/dev-haskell/fsnotify/ChangeLog index 0ca15c4c01a1..ffd30ffd9800 100644 --- a/dev-haskell/fsnotify/ChangeLog +++ b/dev-haskell/fsnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/fsnotify # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fsnotify/ChangeLog,v 1.2 2014/07/25 08:58:21 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fsnotify/ChangeLog,v 1.3 2014/07/25 09:16:38 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> fsnotify-0.0.11.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/fsnotify/fsnotify-0.0.11.ebuild b/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild index 4c9e5f232ed5..358c265dcef2 100644 --- a/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild +++ b/dev-haskell/fsnotify/fsnotify-0.0.11.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/fsnotify/fsnotify-0.0.11.ebuild,v 1.1 2013/08/26 12:44:06 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Cross platform library for file change notification." +DESCRIPTION="Cross platform library for file change notification" HOMEPAGE="http://hackage.haskell.org/package/fsnotify" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/generic-deriving/ChangeLog b/dev-haskell/generic-deriving/ChangeLog index 0bc0343116c3..152d6c451d4d 100644 --- a/dev-haskell/generic-deriving/ChangeLog +++ b/dev-haskell/generic-deriving/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/generic-deriving # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/generic-deriving/ChangeLog,v 1.4 2014/07/25 08:58:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/generic-deriving/ChangeLog,v 1.5 2014/07/25 09:16:34 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + generic-deriving-1.6.1.ebuild, generic-deriving-1.6.2.ebuild, + generic-deriving-1.6.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/generic-deriving/generic-deriving-1.6.1.ebuild b/dev-haskell/generic-deriving/generic-deriving-1.6.1.ebuild index 5da79dbba8b6..f76b8dc60835 100644 --- a/dev-haskell/generic-deriving/generic-deriving-1.6.1.ebuild +++ b/dev-haskell/generic-deriving/generic-deriving-1.6.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/generic-deriving/generic-deriving-1.6.1.ebuild,v 1.1 2013/08/26 10:30:39 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/generic-deriving/generic-deriving-1.6.1.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Generic programming library for generalised deriving." +DESCRIPTION="Generic programming library for generalised deriving" HOMEPAGE="http://hackage.haskell.org/package/generic-deriving" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/generic-deriving/generic-deriving-1.6.2.ebuild b/dev-haskell/generic-deriving/generic-deriving-1.6.2.ebuild index 56b7e76c90ca..42eebfda385b 100644 --- a/dev-haskell/generic-deriving/generic-deriving-1.6.2.ebuild +++ b/dev-haskell/generic-deriving/generic-deriving-1.6.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/generic-deriving/generic-deriving-1.6.2.ebuild,v 1.1 2013/09/29 02:23:20 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/generic-deriving/generic-deriving-1.6.2.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Generic programming library for generalised deriving." +DESCRIPTION="Generic programming library for generalised deriving" HOMEPAGE="http://hackage.haskell.org/package/generic-deriving" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/generic-deriving/generic-deriving-1.6.3.ebuild b/dev-haskell/generic-deriving/generic-deriving-1.6.3.ebuild index 476fbe7e141e..797c4551e2ce 100644 --- a/dev-haskell/generic-deriving/generic-deriving-1.6.3.ebuild +++ b/dev-haskell/generic-deriving/generic-deriving-1.6.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/generic-deriving/generic-deriving-1.6.3.ebuild,v 1.1 2014/07/02 09:03:05 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/generic-deriving/generic-deriving-1.6.3.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Generic programming library for generalised deriving." +DESCRIPTION="Generic programming library for generalised deriving" HOMEPAGE="http://hackage.haskell.org/package/generic-deriving" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/geniplate/ChangeLog b/dev-haskell/geniplate/ChangeLog index 69f50de10573..2b242d199c2f 100644 --- a/dev-haskell/geniplate/ChangeLog +++ b/dev-haskell/geniplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/geniplate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/geniplate/ChangeLog,v 1.3 2014/07/25 08:58:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/geniplate/ChangeLog,v 1.4 2014/07/25 09:16:22 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> geniplate-0.6.0.3.ebuild, + geniplate-0.6.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/geniplate/geniplate-0.6.0.3.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.3.ebuild index 22242f36b8c8..f086f8d0c1c6 100644 --- a/dev-haskell/geniplate/geniplate-0.6.0.3.ebuild +++ b/dev-haskell/geniplate/geniplate-0.6.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/geniplate/geniplate-0.6.0.3.ebuild,v 1.1 2012/11/18 08:14:13 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/geniplate/geniplate-0.6.0.3.ebuild,v 1.2 2014/07/25 09:16:22 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Use template Haskell to generate Uniplate-like functions." +DESCRIPTION="Use template Haskell to generate Uniplate-like functions" HOMEPAGE="http://hackage.haskell.org/package/geniplate" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/geniplate/geniplate-0.6.0.4.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.4.ebuild index d583e70a5843..e671ce149a01 100644 --- a/dev-haskell/geniplate/geniplate-0.6.0.4.ebuild +++ b/dev-haskell/geniplate/geniplate-0.6.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/geniplate/geniplate-0.6.0.4.ebuild,v 1.1 2014/07/02 09:03:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/geniplate/geniplate-0.6.0.4.ebuild,v 1.2 2014/07/25 09:16:22 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Use template Haskell to generate Uniplate-like functions." +DESCRIPTION="Use template Haskell to generate Uniplate-like functions" HOMEPAGE="http://hackage.haskell.org/package/geniplate" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gio/ChangeLog b/dev-haskell/gio/ChangeLog index 0988fefab680..487b41aba541 100644 --- a/dev-haskell/gio/ChangeLog +++ b/dev-haskell/gio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/gio # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.24 2014/07/25 08:59:10 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.25 2014/07/25 09:16:24 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> gio-0.12.0.ebuild, + gio-0.12.3.ebuild, gio-0.12.4-r1.ebuild, gio-0.12.5.0-r1.ebuild, + gio-0.12.5.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/gio/gio-0.12.0.ebuild b/dev-haskell/gio/gio-0.12.0.ebuild index 7dc93e259d7d..9fa21aa4e3bc 100644 --- a/dev-haskell/gio/gio-0.12.0.ebuild +++ b/dev-haskell/gio/gio-0.12.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/gio/gio-0.12.0.ebuild,v 1.6 2013/12/12 05:59:55 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.12.0.ebuild,v 1.7 2014/07/25 09:16:24 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -10,7 +10,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Haskell bindings to the GIO subsystem of dev-libs/glib." +DESCRIPTION="Haskell bindings to the GIO subsystem of dev-libs/glib" HOMEPAGE="http://www.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gio/gio-0.12.3.ebuild b/dev-haskell/gio/gio-0.12.3.ebuild index f76a4a5e7b16..77457c9b7032 100644 --- a/dev-haskell/gio/gio-0.12.3.ebuild +++ b/dev-haskell/gio/gio-0.12.3.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/gio/gio-0.12.3.ebuild,v 1.7 2013/12/12 05:59:55 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.12.3.ebuild,v 1.8 2014/07/25 09:16:24 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -10,7 +10,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the GIO." +DESCRIPTION="Binding to the GIO" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gio/gio-0.12.4-r1.ebuild b/dev-haskell/gio/gio-0.12.4-r1.ebuild index a4a6bbbbb95d..52139683cecf 100644 --- a/dev-haskell/gio/gio-0.12.4-r1.ebuild +++ b/dev-haskell/gio/gio-0.12.4-r1.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/gio/gio-0.12.4-r1.ebuild,v 1.8 2014/06/05 08:11:30 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.12.4-r1.ebuild,v 1.9 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ GTK_MAJ_VER="2" CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the GIO." +DESCRIPTION="Binding to the GIO" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gio/gio-0.12.5.0-r1.ebuild b/dev-haskell/gio/gio-0.12.5.0-r1.ebuild index 2841e0f8088f..83776452df8a 100644 --- a/dev-haskell/gio/gio-0.12.5.0-r1.ebuild +++ b/dev-haskell/gio/gio-0.12.5.0-r1.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/gio/gio-0.12.5.0-r1.ebuild,v 1.1 2013/12/12 05:59:55 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.12.5.0-r1.ebuild,v 1.2 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the GIO." +DESCRIPTION="Binding to the GIO" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gio/gio-0.12.5.3.ebuild b/dev-haskell/gio/gio-0.12.5.3.ebuild index 0821991be071..94a992b56795 100644 --- a/dev-haskell/gio/gio-0.12.5.3.ebuild +++ b/dev-haskell/gio/gio-0.12.5.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/gio/gio-0.12.5.3.ebuild,v 1.1 2014/05/20 13:47:04 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.12.5.3.ebuild,v 1.2 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the GIO." +DESCRIPTION="Binding to the GIO" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glade/ChangeLog b/dev-haskell/glade/ChangeLog index e7d5309baf58..1334085a1281 100644 --- a/dev-haskell/glade/ChangeLog +++ b/dev-haskell/glade/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/glade # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glade/ChangeLog,v 1.13 2014/07/25 08:59:34 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glade/ChangeLog,v 1.14 2014/07/25 09:16:23 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> glade-0.12.0.ebuild, + glade-0.12.1-r1.ebuild, glade-0.12.1.ebuild, glade-0.12.5.0-r1.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/glade/glade-0.12.0.ebuild b/dev-haskell/glade/glade-0.12.0.ebuild index 0199753bf183..0400e82fe37c 100644 --- a/dev-haskell/glade/glade-0.12.0.ebuild +++ b/dev-haskell/glade/glade-0.12.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/glade/glade-0.12.0.ebuild,v 1.6 2013/12/12 06:07:28 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glade/glade-0.12.0.ebuild,v 1.7 2014/07/25 09:16:23 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -10,7 +10,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Haskell bindings to the gnome-base/libglade library." +DESCRIPTION="Haskell bindings to the gnome-base/libglade library" HOMEPAGE="http://www.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glade/glade-0.12.1-r1.ebuild b/dev-haskell/glade/glade-0.12.1-r1.ebuild index 67cad1686c50..6463148407cf 100644 --- a/dev-haskell/glade/glade-0.12.1-r1.ebuild +++ b/dev-haskell/glade/glade-0.12.1-r1.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/glade/glade-0.12.1-r1.ebuild,v 1.5 2014/06/05 08:23:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glade/glade-0.12.1-r1.ebuild,v 1.6 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ GTK_MAJ_VER="2" CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the glade library." +DESCRIPTION="Binding to the glade library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glade/glade-0.12.1.ebuild b/dev-haskell/glade/glade-0.12.1.ebuild index d8b5bcfc6a6a..2b7a0a5baa31 100644 --- a/dev-haskell/glade/glade-0.12.1.ebuild +++ b/dev-haskell/glade/glade-0.12.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/glade/glade-0.12.1.ebuild,v 1.6 2013/12/12 06:07:28 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glade/glade-0.12.1.ebuild,v 1.7 2014/07/25 09:16:23 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -10,7 +10,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the glade library." +DESCRIPTION="Binding to the glade library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glade/glade-0.12.5.0-r1.ebuild b/dev-haskell/glade/glade-0.12.5.0-r1.ebuild index d25a78cf4614..64f3fd2b36e1 100644 --- a/dev-haskell/glade/glade-0.12.5.0-r1.ebuild +++ b/dev-haskell/glade/glade-0.12.5.0-r1.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/glade/glade-0.12.5.0-r1.ebuild,v 1.1 2013/12/12 06:07:28 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glade/glade-0.12.5.0-r1.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ GTK_MAJ_VER="2" CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the glade library." +DESCRIPTION="Binding to the glade library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glib/ChangeLog b/dev-haskell/glib/ChangeLog index b305c92f634e..90b2bacaff3b 100644 --- a/dev-haskell/glib/ChangeLog +++ b/dev-haskell/glib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/glib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.25 2014/07/25 08:58:33 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.26 2014/07/25 09:16:22 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> glib-0.12.0.ebuild, + glib-0.12.3.1.ebuild, glib-0.12.4-r1.ebuild, glib-0.12.5.0-r1.ebuild, + glib-0.12.5.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/glib/glib-0.12.0.ebuild b/dev-haskell/glib/glib-0.12.0.ebuild index 7786e96d2499..7d255f0f1231 100644 --- a/dev-haskell/glib/glib-0.12.0.ebuild +++ b/dev-haskell/glib/glib-0.12.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/glib/glib-0.12.0.ebuild,v 1.6 2013/12/12 06:03:43 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.0.ebuild,v 1.7 2014/07/25 09:16:22 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -10,7 +10,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Haskell bindings to the dev-libs/glib for Gtk2Hs." +DESCRIPTION="Haskell bindings to the dev-libs/glib for Gtk2Hs" HOMEPAGE="http://www.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glib/glib-0.12.3.1.ebuild b/dev-haskell/glib/glib-0.12.3.1.ebuild index b5946c6aef70..02fde7ab37c1 100644 --- a/dev-haskell/glib/glib-0.12.3.1.ebuild +++ b/dev-haskell/glib/glib-0.12.3.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/glib/glib-0.12.3.1.ebuild,v 1.7 2013/12/12 06:03:43 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.3.1.ebuild,v 1.8 2014/07/25 09:16:22 slyfox Exp $ EAPI=4 @@ -8,7 +8,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the GLIB library for Gtk2Hs." +DESCRIPTION="Binding to the GLIB library for Gtk2Hs" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glib/glib-0.12.4-r1.ebuild b/dev-haskell/glib/glib-0.12.4-r1.ebuild index 610da084dbd4..f7a0d4fa5c09 100644 --- a/dev-haskell/glib/glib-0.12.4-r1.ebuild +++ b/dev-haskell/glib/glib-0.12.4-r1.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/glib/glib-0.12.4-r1.ebuild,v 1.8 2014/03/06 09:17:29 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.4-r1.ebuild,v 1.9 2014/07/25 09:16:22 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the GLIB library for Gtk2Hs." +DESCRIPTION="Binding to the GLIB library for Gtk2Hs" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glib/glib-0.12.5.0-r1.ebuild b/dev-haskell/glib/glib-0.12.5.0-r1.ebuild index fef5298c7c49..d99036b64fc7 100644 --- a/dev-haskell/glib/glib-0.12.5.0-r1.ebuild +++ b/dev-haskell/glib/glib-0.12.5.0-r1.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/glib/glib-0.12.5.0-r1.ebuild,v 1.1 2013/12/12 06:03:43 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.5.0-r1.ebuild,v 1.2 2014/07/25 09:16:22 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the GLIB library for Gtk2Hs." +DESCRIPTION="Binding to the GLIB library for Gtk2Hs" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/glib/glib-0.12.5.4.ebuild b/dev-haskell/glib/glib-0.12.5.4.ebuild index 3b8289880834..511a8edef760 100644 --- a/dev-haskell/glib/glib-0.12.5.4.ebuild +++ b/dev-haskell/glib/glib-0.12.5.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/glib/glib-0.12.5.4.ebuild,v 1.1 2014/05/20 13:48:39 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.5.4.ebuild,v 1.2 2014/07/25 09:16:22 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Binding to the GLIB library for Gtk2Hs." +DESCRIPTION="Binding to the GLIB library for Gtk2Hs" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gtk/ChangeLog b/dev-haskell/gtk/ChangeLog index 8601be81684f..9f5f0c16e93f 100644 --- a/dev-haskell/gtk/ChangeLog +++ b/dev-haskell/gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/gtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v 1.22 2014/07/25 08:58:53 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v 1.23 2014/07/25 09:16:29 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> gtk-0.12.0.ebuild, + gtk-0.12.4-r1.ebuild, gtk-0.12.5.0.2.ebuild, gtk-0.12.5.7.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/gtk/gtk-0.12.0.ebuild b/dev-haskell/gtk/gtk-0.12.0.ebuild index 338160cdac7d..84f9c111e334 100644 --- a/dev-haskell/gtk/gtk-0.12.0.ebuild +++ b/dev-haskell/gtk/gtk-0.12.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/gtk/gtk-0.12.0.ebuild,v 1.6 2013/12/12 05:57:51 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/gtk-0.12.0.ebuild,v 1.7 2014/07/25 09:16:29 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -10,7 +10,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour nocabaldep" inherit base haskell-cabal -DESCRIPTION="Haskell bindings to the Gtk+ graphical user interface library." +DESCRIPTION="Haskell bindings to the Gtk+ graphical user interface library" HOMEPAGE="http://www.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gtk/gtk-0.12.4-r1.ebuild b/dev-haskell/gtk/gtk-0.12.4-r1.ebuild index 8131d535589c..095f8ca89e02 100644 --- a/dev-haskell/gtk/gtk-0.12.4-r1.ebuild +++ b/dev-haskell/gtk/gtk-0.12.4-r1.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/gtk/gtk-0.12.4-r1.ebuild,v 1.8 2014/06/05 08:22:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/gtk-0.12.4-r1.ebuild,v 1.9 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ GTK_MAJ_VER="2" CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Gtk+ graphical user interface library." +DESCRIPTION="Binding to the Gtk+ graphical user interface library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gtk/gtk-0.12.5.0.2.ebuild b/dev-haskell/gtk/gtk-0.12.5.0.2.ebuild index 5d674c7c7e45..6fd99c2459c9 100644 --- a/dev-haskell/gtk/gtk-0.12.5.0.2.ebuild +++ b/dev-haskell/gtk/gtk-0.12.5.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/gtk/gtk-0.12.5.0.2.ebuild,v 1.1 2013/12/12 05:57:51 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/gtk-0.12.5.0.2.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -15,7 +15,7 @@ MY_P="${PN}-${MY_PV}" CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Gtk+ graphical user interface library." +DESCRIPTION="Binding to the Gtk+ graphical user interface library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${MY_PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/gtk/gtk-0.12.5.7.2.ebuild b/dev-haskell/gtk/gtk-0.12.5.7.2.ebuild index b6b8c0eff39c..e8fe5b0035e5 100644 --- a/dev-haskell/gtk/gtk-0.12.5.7.2.ebuild +++ b/dev-haskell/gtk/gtk-0.12.5.7.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/gtk/gtk-0.12.5.7.2.ebuild,v 1.1 2014/05/20 13:51:57 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/gtk-0.12.5.7.2.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -14,7 +14,7 @@ MY_P="${PN}-${MY_PV}" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Binding to the Gtk+ graphical user interface library." +DESCRIPTION="Binding to the Gtk+ graphical user interface library" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${MY_PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/gtk2hs-buildtools/ChangeLog b/dev-haskell/gtk2hs-buildtools/ChangeLog index 5e6882eb4784..7a9e8045979e 100644 --- a/dev-haskell/gtk2hs-buildtools/ChangeLog +++ b/dev-haskell/gtk2hs-buildtools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/gtk2hs-buildtools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs-buildtools/ChangeLog,v 1.33 2014/07/25 08:59:09 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs-buildtools/ChangeLog,v 1.34 2014/07/25 09:16:42 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + gtk2hs-buildtools-0.12.5.1-r1.ebuild, gtk2hs-buildtools-0.12.5.2-r1.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/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.1-r1.ebuild b/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.1-r1.ebuild index dd4fc4186ce2..4cb8f2845bf9 100644 --- a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.1-r1.ebuild +++ b/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.1-r1.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/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.1-r1.ebuild,v 1.6 2014/03/23 17:17:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.1-r1.ebuild,v 1.7 2014/07/25 09:16:42 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin" inherit haskell-cabal -DESCRIPTION="Tools to build the Gtk2Hs suite of User Interface libraries." +DESCRIPTION="Tools to build the Gtk2Hs suite of User Interface libraries" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.2-r1.ebuild b/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.2-r1.ebuild index 3a6de1951616..9aa898f39766 100644 --- a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.2-r1.ebuild +++ b/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.2-r1.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/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.2-r1.ebuild,v 1.1 2014/05/20 13:27:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.5.2-r1.ebuild,v 1.2 2014/07/25 09:16:42 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin" inherit haskell-cabal -DESCRIPTION="Tools to build the Gtk2Hs suite of User Interface libraries." +DESCRIPTION="Tools to build the Gtk2Hs suite of User Interface libraries" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/happstack-server/ChangeLog b/dev-haskell/happstack-server/ChangeLog index d76b27170cda..7b940a0c1b31 100644 --- a/dev-haskell/happstack-server/ChangeLog +++ b/dev-haskell/happstack-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/happstack-server # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happstack-server/ChangeLog,v 1.3 2014/07/25 08:58:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happstack-server/ChangeLog,v 1.4 2014/07/25 09:16:32 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + happstack-server-7.1.7.1.ebuild, happstack-server-7.3.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/happstack-server/happstack-server-7.1.7.1.ebuild b/dev-haskell/happstack-server/happstack-server-7.1.7.1.ebuild index c318531cc161..eac342cc66d0 100644 --- a/dev-haskell/happstack-server/happstack-server-7.1.7.1.ebuild +++ b/dev-haskell/happstack-server/happstack-server-7.1.7.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/happstack-server/happstack-server-7.1.7.1.ebuild,v 1.1 2013/06/20 05:35:37 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happstack-server/happstack-server-7.1.7.1.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Web related tools and services." +DESCRIPTION="Web related tools and services" HOMEPAGE="http://happstack.com" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/happstack-server/happstack-server-7.3.1.ebuild b/dev-haskell/happstack-server/happstack-server-7.3.1.ebuild index d32cbad79fa1..5fd3d9cd849b 100644 --- a/dev-haskell/happstack-server/happstack-server-7.3.1.ebuild +++ b/dev-haskell/happstack-server/happstack-server-7.3.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/happstack-server/happstack-server-7.3.1.ebuild,v 1.1 2013/10/20 02:25:33 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happstack-server/happstack-server-7.3.1.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Web related tools and services." +DESCRIPTION="Web related tools and services" HOMEPAGE="http://happstack.com" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hashed-storage/ChangeLog b/dev-haskell/hashed-storage/ChangeLog index 0331f56b815c..8ce4282b0287 100644 --- a/dev-haskell/hashed-storage/ChangeLog +++ b/dev-haskell/hashed-storage/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hashed-storage # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.35 2014/07/25 08:59:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.36 2014/07/25 09:16:25 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + hashed-storage-0.5.10.ebuild, hashed-storage-0.5.11.ebuild, + hashed-storage-0.5.9.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/hashed-storage/hashed-storage-0.5.10.ebuild b/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild index 79ac38e3db41..4b8556178b14 100644 --- a/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild +++ b/dev-haskell/hashed-storage/hashed-storage-0.5.10.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/hashed-storage/hashed-storage-0.5.10.ebuild,v 1.5 2013/12/24 12:57:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.10.ebuild,v 1.6 2014/07/25 09:16:25 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Hashed file storage support code." +DESCRIPTION="Hashed file storage support code" HOMEPAGE="http://hackage.haskell.org/package/hashed-storage" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild b/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild index 60407a78360a..b6f423f34f4e 100644 --- a/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild +++ b/dev-haskell/hashed-storage/hashed-storage-0.5.11.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/hashed-storage/hashed-storage-0.5.11.ebuild,v 1.2 2014/07/09 03:00:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild,v 1.3 2014/07/25 09:16:25 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Hashed file storage support code." +DESCRIPTION="Hashed file storage support code" HOMEPAGE="http://hackage.haskell.org/package/hashed-storage" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hashed-storage/hashed-storage-0.5.9.ebuild b/dev-haskell/hashed-storage/hashed-storage-0.5.9.ebuild index 374ba5de35f9..ab64888eb624 100644 --- a/dev-haskell/hashed-storage/hashed-storage-0.5.9.ebuild +++ b/dev-haskell/hashed-storage/hashed-storage-0.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hashed-storage/hashed-storage-0.5.9.ebuild,v 1.11 2012/12/29 13:37:41 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.9.ebuild,v 1.12 2014/07/25 09:16:25 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit base haskell-cabal -DESCRIPTION="Hashed file storage support code." +DESCRIPTION="Hashed file storage support code" HOMEPAGE="http://hackage.haskell.org/package/hashed-storage" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/haskeline/ChangeLog b/dev-haskell/haskeline/ChangeLog index be3a709f2aff..c0f576114c80 100644 --- a/dev-haskell/haskeline/ChangeLog +++ b/dev-haskell/haskeline/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/haskeline # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.33 2014/07/25 08:58:14 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.34 2014/07/25 09:16:17 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + haskeline-0.6.4.6-r1.ebuild, haskeline-0.6.4.7-r1.ebuild, + haskeline-0.7.1.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/haskeline/haskeline-0.6.4.6-r1.ebuild b/dev-haskell/haskeline/haskeline-0.6.4.6-r1.ebuild index 5e8399cb0108..0f656543e62c 100644 --- a/dev-haskell/haskeline/haskeline-0.6.4.6-r1.ebuild +++ b/dev-haskell/haskeline/haskeline-0.6.4.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/haskeline/haskeline-0.6.4.6-r1.ebuild,v 1.7 2012/09/12 15:45:34 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.4.6-r1.ebuild,v 1.8 2014/07/25 09:16:17 slyfox Exp $ # ebuild generated by hackport 0.2.14 @@ -9,7 +9,7 @@ EAPI="4" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A command-line interface for user input, written in Haskell." +DESCRIPTION="A command-line interface for user input, written in Haskell" HOMEPAGE="http://trac.haskell.org/haskeline" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/haskeline/haskeline-0.6.4.7-r1.ebuild b/dev-haskell/haskeline/haskeline-0.6.4.7-r1.ebuild index 09836f4d28ad..e7464f19f984 100644 --- a/dev-haskell/haskeline/haskeline-0.6.4.7-r1.ebuild +++ b/dev-haskell/haskeline/haskeline-0.6.4.7-r1.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/haskeline/haskeline-0.6.4.7-r1.ebuild,v 1.8 2013/08/07 13:30:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.4.7-r1.ebuild,v 1.9 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit base haskell-cabal -DESCRIPTION="A command-line interface for user input, written in Haskell." +DESCRIPTION="A command-line interface for user input, written in Haskell" HOMEPAGE="http://trac.haskell.org/haskeline" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild b/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild index a728df3f1108..96d3c276b754 100644 --- a/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild +++ b/dev-haskell/haskeline/haskeline-0.7.1.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/haskeline/haskeline-0.7.1.3.ebuild,v 1.1 2014/07/02 09:14:01 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild,v 1.2 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A command-line interface for user input, written in Haskell." +DESCRIPTION="A command-line interface for user input, written in Haskell" HOMEPAGE="http://trac.haskell.org/haskeline" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hscolour/ChangeLog b/dev-haskell/hscolour/ChangeLog index 05b4c26b2f90..738a978ba237 100644 --- a/dev-haskell/hscolour/ChangeLog +++ b/dev-haskell/hscolour/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hscolour -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hscolour/ChangeLog,v 1.20 2012/11/18 13:40:00 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hscolour/ChangeLog,v 1.21 2014/07/25 09:16:41 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> hscolour-1.17.ebuild, + hscolour-1.19.ebuild: + Drop trailing '.' from description. 18 Nov 2012; Mark Wright <gienah@gentoo.org> +files/hscolour-1.19-ghc-7.5.patch, +hscolour-1.19-ghc-7.5.patch, diff --git a/dev-haskell/hscolour/hscolour-1.17.ebuild b/dev-haskell/hscolour/hscolour-1.17.ebuild index 707b544ef277..f9c453413cac 100644 --- a/dev-haskell/hscolour/hscolour-1.17.ebuild +++ b/dev-haskell/hscolour/hscolour-1.17.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 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/hscolour/hscolour-1.17.ebuild,v 1.10 2012/09/12 16:01:50 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hscolour/hscolour-1.17.ebuild,v 1.11 2014/07/25 09:16:41 slyfox Exp $ CABAL_FEATURES="bin lib profile haddock" inherit base haskell-cabal -DESCRIPTION="Colourise Haskell code." +DESCRIPTION="Colourise Haskell code" HOMEPAGE="http://www.cs.york.ac.uk/fp/darcs/hscolour/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hscolour/hscolour-1.19.ebuild b/dev-haskell/hscolour/hscolour-1.19.ebuild index 781d3d2b550c..cc03f5bf6190 100644 --- a/dev-haskell/hscolour/hscolour-1.19.ebuild +++ b/dev-haskell/hscolour/hscolour-1.19.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 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/hscolour/hscolour-1.19.ebuild,v 1.7 2012/11/18 13:40:00 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hscolour/hscolour-1.19.ebuild,v 1.8 2014/07/25 09:16:41 slyfox Exp $ EAPI=4 CABAL_FEATURES="bin lib profile haddock" inherit base haskell-cabal -DESCRIPTION="Colourise Haskell code." +DESCRIPTION="Colourise Haskell code" HOMEPAGE="http://code.haskell.org/~malcolm/hscolour/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql-mysql/ChangeLog b/dev-haskell/hsql-mysql/ChangeLog index a96c2d907a07..a966ccb50d97 100644 --- a/dev-haskell/hsql-mysql/ChangeLog +++ b/dev-haskell/hsql-mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hsql-mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.16 2014/07/25 08:58:43 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.17 2014/07/25 09:16:25 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> hsql-mysql-1.8.1.ebuild, + hsql-mysql-1.8.2.ebuild, hsql-mysql-1.8.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/hsql-mysql/hsql-mysql-1.8.1.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild index 79daa94da9fa..343bde0ac3f7 100644 --- a/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql-mysql/hsql-mysql-1.8.1.ebuild,v 1.3 2012/09/12 14:59:04 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild,v 1.4 2014/07/25 09:16:25 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="MySQL driver for HSQL." +DESCRIPTION="MySQL driver for HSQL" HOMEPAGE="http://hackage.haskell.org/package/hsql-mysql" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild index 4ae065ed7b96..26190c160e5d 100644 --- a/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql-mysql/hsql-mysql-1.8.2.ebuild,v 1.2 2012/09/12 14:59:04 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild,v 1.3 2014/07/25 09:16:25 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal -DESCRIPTION="MySQL driver for HSQL." +DESCRIPTION="MySQL driver for HSQL" HOMEPAGE="http://hackage.haskell.org/package/hsql-mysql" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild index 80c4d9bb208f..aa87d0b9148f 100644 --- a/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.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/hsql-mysql/hsql-mysql-1.8.3.ebuild,v 1.1 2014/07/03 11:41:07 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild,v 1.2 2014/07/25 09:16:25 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal -DESCRIPTION="MySQL driver for HSQL." +DESCRIPTION="MySQL driver for HSQL" HOMEPAGE="http://hackage.haskell.org/package/hsql-mysql" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql-odbc/ChangeLog b/dev-haskell/hsql-odbc/ChangeLog index ac1a2ae3ea4b..326aafd50973 100644 --- a/dev-haskell/hsql-odbc/ChangeLog +++ b/dev-haskell/hsql-odbc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hsql-odbc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-odbc/ChangeLog,v 1.14 2014/07/25 08:58:34 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-odbc/ChangeLog,v 1.15 2014/07/25 09:16:44 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> hsql-odbc-1.8.1.1.ebuild, + hsql-odbc-1.8.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/hsql-odbc/hsql-odbc-1.8.1.1.ebuild b/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild index 92d77598fcd9..4bf67ffdc03c 100644 --- a/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild +++ b/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql-odbc/hsql-odbc-1.8.1.1.ebuild,v 1.3 2012/09/12 14:43:09 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild,v 1.4 2014/07/25 09:16:44 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A Haskell Interface to ODBC." +DESCRIPTION="A Haskell Interface to ODBC" HOMEPAGE="http://hackage.haskell.org/package/hsql-odbc" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild b/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild index b2ba1ce0b305..9e5dbc045b38 100644 --- a/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild +++ b/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql-odbc/hsql-odbc-1.8.2.ebuild,v 1.2 2012/09/12 14:43:09 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild,v 1.3 2014/07/25 09:16:44 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal -DESCRIPTION="A Haskell Interface to ODBC." +DESCRIPTION="A Haskell Interface to ODBC" HOMEPAGE="http://hackage.haskell.org/package/hsql-odbc" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql-postgresql/ChangeLog b/dev-haskell/hsql-postgresql/ChangeLog index 7ebdd76966e9..697f73d0b2d8 100644 --- a/dev-haskell/hsql-postgresql/ChangeLog +++ b/dev-haskell/hsql-postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hsql-postgresql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v 1.17 2014/07/25 08:59:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v 1.18 2014/07/25 09:16:25 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + hsql-postgresql-1.8.1.ebuild, hsql-postgresql-1.8.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/hsql-postgresql/hsql-postgresql-1.8.1.ebuild b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild index 450406eb4395..4352a54f2164 100644 --- a/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild +++ b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql-postgresql/hsql-postgresql-1.8.1.ebuild,v 1.3 2012/09/12 15:11:42 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild,v 1.4 2014/07/25 09:16:25 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A Haskell Interface to PostgreSQL via the PQ library." +DESCRIPTION="A Haskell Interface to PostgreSQL via the PQ library" HOMEPAGE="http://hackage.haskell.org/package/hsql-postgresql" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild index 999e6d735cfc..a02d13adad83 100644 --- a/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild +++ b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql-postgresql/hsql-postgresql-1.8.2.ebuild,v 1.2 2012/09/12 15:11:42 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild,v 1.3 2014/07/25 09:16:25 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal -DESCRIPTION="A Haskell Interface to PostgreSQL via the PQ library." +DESCRIPTION="A Haskell Interface to PostgreSQL via the PQ library" HOMEPAGE="http://hackage.haskell.org/package/hsql-postgresql" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql-sqlite3/ChangeLog b/dev-haskell/hsql-sqlite3/ChangeLog index 134f62dbff0e..21cf18df785c 100644 --- a/dev-haskell/hsql-sqlite3/ChangeLog +++ b/dev-haskell/hsql-sqlite3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hsql-sqlite3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-sqlite3/ChangeLog,v 1.2 2014/07/25 08:59:22 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-sqlite3/ChangeLog,v 1.3 2014/07/25 09:16:37 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + hsql-sqlite3-1.8.2-r1.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/hsql-sqlite3/hsql-sqlite3-1.8.2-r1.ebuild b/dev-haskell/hsql-sqlite3/hsql-sqlite3-1.8.2-r1.ebuild index c8d88ed1fa6e..7757dcfb10b9 100644 --- a/dev-haskell/hsql-sqlite3/hsql-sqlite3-1.8.2-r1.ebuild +++ b/dev-haskell/hsql-sqlite3/hsql-sqlite3-1.8.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql-sqlite3/hsql-sqlite3-1.8.2-r1.ebuild,v 1.1 2012/12/24 22:22:47 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-sqlite3/hsql-sqlite3-1.8.2-r1.ebuild,v 1.2 2014/07/25 09:16:37 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="SQLite3 driver for HSQL." +DESCRIPTION="SQLite3 driver for HSQL" HOMEPAGE="http://hackage.haskell.org/package/hsql-sqlite3" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql/ChangeLog b/dev-haskell/hsql/ChangeLog index b7d9cc92316a..f6406171c6d5 100644 --- a/dev-haskell/hsql/ChangeLog +++ b/dev-haskell/hsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hsql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.18 2014/07/25 08:58:45 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.19 2014/07/25 09:16:36 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> hsql-1.8.1.ebuild, + hsql-1.8.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/hsql/hsql-1.8.1.ebuild b/dev-haskell/hsql/hsql-1.8.1.ebuild index 32968458cb27..0a72940797c1 100644 --- a/dev-haskell/hsql/hsql-1.8.1.ebuild +++ b/dev-haskell/hsql/hsql-1.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql/hsql-1.8.1.ebuild,v 1.3 2012/09/12 14:55:04 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.8.1.ebuild,v 1.4 2014/07/25 09:16:36 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit base haskell-cabal -DESCRIPTION="Simple library for database access from Haskell." +DESCRIPTION="Simple library for database access from Haskell" HOMEPAGE="http://hackage.haskell.org/package/hsql" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hsql/hsql-1.8.2.ebuild b/dev-haskell/hsql/hsql-1.8.2.ebuild index 8f4d3e1e540c..f3ee3c23a7c7 100644 --- a/dev-haskell/hsql/hsql-1.8.2.ebuild +++ b/dev-haskell/hsql/hsql-1.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/hsql/hsql-1.8.2.ebuild,v 1.2 2012/09/12 14:55:04 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.8.2.ebuild,v 1.3 2014/07/25 09:16:36 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit base haskell-cabal -DESCRIPTION="Database access from Haskell." +DESCRIPTION="Database access from Haskell" HOMEPAGE="http://hackage.haskell.org/package/hsql" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hstringtemplate/ChangeLog b/dev-haskell/hstringtemplate/ChangeLog index b2c95d15f9b1..153ee9a305da 100644 --- a/dev-haskell/hstringtemplate/ChangeLog +++ b/dev-haskell/hstringtemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hstringtemplate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hstringtemplate/ChangeLog,v 1.3 2014/07/25 08:59:35 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hstringtemplate/ChangeLog,v 1.4 2014/07/25 09:16:39 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + hstringtemplate-0.7.1.ebuild, hstringtemplate-0.7.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/hstringtemplate/hstringtemplate-0.7.1.ebuild b/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild index 365fe5c47f6e..ecae5b2f2502 100644 --- a/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild +++ b/dev-haskell/hstringtemplate/hstringtemplate-0.7.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/hstringtemplate/hstringtemplate-0.7.1.ebuild,v 1.1 2013/06/20 06:14:27 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="HStringTemplate" MY_P="${MY_PN}-${PV}" -DESCRIPTION="StringTemplate implementation in Haskell." +DESCRIPTION="StringTemplate implementation in Haskell" HOMEPAGE="http://hackage.haskell.org/package/HStringTemplate" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/hstringtemplate/hstringtemplate-0.7.3.ebuild b/dev-haskell/hstringtemplate/hstringtemplate-0.7.3.ebuild index eea5dcfce97e..8ba0783c321a 100644 --- a/dev-haskell/hstringtemplate/hstringtemplate-0.7.3.ebuild +++ b/dev-haskell/hstringtemplate/hstringtemplate-0.7.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/hstringtemplate/hstringtemplate-0.7.3.ebuild,v 1.1 2014/07/02 11:19:46 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hstringtemplate/hstringtemplate-0.7.3.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="HStringTemplate" MY_P="${MY_PN}-${PV}" -DESCRIPTION="StringTemplate implementation in Haskell." +DESCRIPTION="StringTemplate implementation in Haskell" HOMEPAGE="http://hackage.haskell.org/package/HStringTemplate" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/html-conduit/ChangeLog b/dev-haskell/html-conduit/ChangeLog index f652fe9ec37b..e8288d96b8b7 100644 --- a/dev-haskell/html-conduit/ChangeLog +++ b/dev-haskell/html-conduit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/html-conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/ChangeLog,v 1.4 2014/07/25 08:58:17 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/ChangeLog,v 1.5 2014/07/25 09:16:36 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + html-conduit-1.1.0.1.ebuild, html-conduit-1.1.0.5.ebuild, + html-conduit-1.1.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/html-conduit/html-conduit-1.1.0.1.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild index 33cc0fdfe226..26c85baab96c 100644 --- a/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild +++ b/dev-haskell/html-conduit/html-conduit-1.1.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/html-conduit/html-conduit-1.1.0.1.ebuild,v 1.1 2013/12/11 06:05:05 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild,v 1.2 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Parse HTML documents using xml-conduit datatypes." +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" HOMEPAGE="https://github.com/snoyberg/xml" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild index d714db73544f..43f10ed4afd2 100644 --- a/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild +++ b/dev-haskell/html-conduit/html-conduit-1.1.0.5.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/html-conduit/html-conduit-1.1.0.5.ebuild,v 1.1 2014/07/02 10:17:50 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild,v 1.2 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Parse HTML documents using xml-conduit datatypes." +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" HOMEPAGE="https://github.com/snoyberg/xml" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/html-conduit/html-conduit-1.1.0.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.0.ebuild index bebd756c34e5..4246836d959c 100644 --- a/dev-haskell/html-conduit/html-conduit-1.1.0.ebuild +++ b/dev-haskell/html-conduit/html-conduit-1.1.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/html-conduit/html-conduit-1.1.0.ebuild,v 1.1 2013/09/13 06:19:45 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/html-conduit-1.1.0.ebuild,v 1.2 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Parse HTML documents using xml-conduit datatypes." +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" HOMEPAGE="https://github.com/snoyberg/xml" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-attoparsec/ChangeLog b/dev-haskell/http-attoparsec/ChangeLog index 22127b9101d4..42ac3469a843 100644 --- a/dev-haskell/http-attoparsec/ChangeLog +++ b/dev-haskell/http-attoparsec/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/http-attoparsec # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog,v 1.6 2014/07/25 08:58:49 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog,v 1.7 2014/07/25 09:16:43 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + http-attoparsec-0.1.0.ebuild, http-attoparsec-0.1.1-r1.ebuild, + http-attoparsec-0.1.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/http-attoparsec/http-attoparsec-0.1.0.ebuild b/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild index 0df8b50b8759..d9aa44ca657b 100644 --- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild +++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.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/http-attoparsec/http-attoparsec-0.1.0.ebuild,v 1.3 2013/11/24 19:40:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild,v 1.4 2014/07/25 09:16:43 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Attoparsec parsers for http-types." +DESCRIPTION="Attoparsec parsers for http-types" HOMEPAGE="https://github.com/tlaitinen/http-attoparsec" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.ebuild b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.ebuild index f119c332360b..f4b1825b166b 100644 --- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.ebuild +++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.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-attoparsec/http-attoparsec-0.1.1-r1.ebuild,v 1.1 2014/07/02 10:23:57 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.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" inherit haskell-cabal -DESCRIPTION="Attoparsec parsers for http-types." +DESCRIPTION="Attoparsec parsers for http-types" HOMEPAGE="https://github.com/tlaitinen/http-attoparsec" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1.ebuild b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1.ebuild index d6c6fcc1a164..277ee67aeec0 100644 --- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1.ebuild +++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1.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-attoparsec/http-attoparsec-0.1.1.ebuild,v 1.1 2014/03/09 12:45:16 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/http-attoparsec-0.1.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" inherit haskell-cabal -DESCRIPTION="Attoparsec parsers for http-types." +DESCRIPTION="Attoparsec parsers for http-types" HOMEPAGE="https://github.com/tlaitinen/http-attoparsec" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-client-multipart/ChangeLog b/dev-haskell/http-client-multipart/ChangeLog index c4290b2f4333..a7f39cdb9dd9 100644 --- a/dev-haskell/http-client-multipart/ChangeLog +++ b/dev-haskell/http-client-multipart/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/http-client-multipart # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-multipart/ChangeLog,v 1.3 2014/07/25 08:58:48 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-multipart/ChangeLog,v 1.4 2014/07/25 09:16:43 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + http-client-multipart-0.2.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/http-client-multipart/http-client-multipart-0.2.0.0.ebuild b/dev-haskell/http-client-multipart/http-client-multipart-0.2.0.0.ebuild index dd4486ba1a58..a76f3a4456b0 100644 --- a/dev-haskell/http-client-multipart/http-client-multipart-0.2.0.0.ebuild +++ b/dev-haskell/http-client-multipart/http-client-multipart-0.2.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/http-client-multipart/http-client-multipart-0.2.0.0.ebuild,v 1.1 2013/12/11 06:07:27 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-multipart/http-client-multipart-0.2.0.0.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" inherit haskell-cabal -DESCRIPTION="Generate multipart uploads for http-client." +DESCRIPTION="Generate multipart uploads for http-client" HOMEPAGE="https://github.com/snoyberg/http-client" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-client/ChangeLog b/dev-haskell/http-client/ChangeLog index 4e34b0913433..b1f834a2713b 100644 --- a/dev-haskell/http-client/ChangeLog +++ b/dev-haskell/http-client/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/http-client # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/ChangeLog,v 1.4 2014/07/25 08:58:49 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/ChangeLog,v 1.5 2014/07/25 09:16:16 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + http-client-0.2.0.3.ebuild, http-client-0.2.2.2.ebuild, + http-client-0.3.3.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/http-client/http-client-0.2.0.3.ebuild b/dev-haskell/http-client/http-client-0.2.0.3.ebuild index a349858b661d..748ed8067794 100644 --- a/dev-haskell/http-client/http-client-0.2.0.3.ebuild +++ b/dev-haskell/http-client/http-client-0.2.0.3.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-client/http-client-0.2.0.3.ebuild,v 1.1 2013/12/11 06:05:46 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.2.0.3.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An HTTP client engine, intended as a base layer for more user-friendly packages." +DESCRIPTION="An HTTP client engine, intended as a base layer for more user-friendly packages" HOMEPAGE="https://github.com/snoyberg/http-client" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-client/http-client-0.2.2.2.ebuild b/dev-haskell/http-client/http-client-0.2.2.2.ebuild index cc318b5f25ce..30582f60ab5c 100644 --- a/dev-haskell/http-client/http-client-0.2.2.2.ebuild +++ b/dev-haskell/http-client/http-client-0.2.2.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/http-client/http-client-0.2.2.2.ebuild,v 1.1 2014/03/09 12:45:49 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.2.2.2.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An HTTP client engine, intended as a base layer for more user-friendly packages." +DESCRIPTION="An HTTP client engine, intended as a base layer for more user-friendly packages" HOMEPAGE="https://github.com/snoyberg/http-client" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-client/http-client-0.3.3.2.ebuild b/dev-haskell/http-client/http-client-0.3.3.2.ebuild index 774fe8c1b6a9..541a5151bb36 100644 --- a/dev-haskell/http-client/http-client-0.3.3.2.ebuild +++ b/dev-haskell/http-client/http-client-0.3.3.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/http-client/http-client-0.3.3.2.ebuild,v 1.1 2014/07/02 10:24:46 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client/http-client-0.3.3.2.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An HTTP client engine, intended as a base layer for more user-friendly packages." +DESCRIPTION="An HTTP client engine, intended as a base layer for more user-friendly packages" HOMEPAGE="https://github.com/snoyberg/http-client" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" 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" diff --git a/dev-haskell/http-types/ChangeLog b/dev-haskell/http-types/ChangeLog index 7e6136dc072b..d85c3ed1d20a 100644 --- a/dev-haskell/http-types/ChangeLog +++ b/dev-haskell/http-types/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/http-types # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/ChangeLog,v 1.11 2014/07/25 08:59:00 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/ChangeLog,v 1.12 2014/07/25 09:16:36 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> http-types-0.8.2.ebuild, + http-types-0.8.3.ebuild, http-types-0.8.5.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-types/http-types-0.8.2.ebuild b/dev-haskell/http-types/http-types-0.8.2.ebuild index f787f98a84c4..94aec481cfdd 100644 --- a/dev-haskell/http-types/http-types-0.8.2.ebuild +++ b/dev-haskell/http-types/http-types-0.8.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-types/http-types-0.8.2.ebuild,v 1.3 2013/11/24 19:37:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/http-types-0.8.2.ebuild,v 1.4 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)." +DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)" HOMEPAGE="https://github.com/aristidb/http-types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-types/http-types-0.8.3.ebuild b/dev-haskell/http-types/http-types-0.8.3.ebuild index 51aed51b77f5..86e34a419282 100644 --- a/dev-haskell/http-types/http-types-0.8.3.ebuild +++ b/dev-haskell/http-types/http-types-0.8.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-types/http-types-0.8.3.ebuild,v 1.3 2014/03/04 20:02:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/http-types-0.8.3.ebuild,v 1.4 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)." +DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)" HOMEPAGE="https://github.com/aristidb/http-types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/http-types/http-types-0.8.5.ebuild b/dev-haskell/http-types/http-types-0.8.5.ebuild index a621f4d2a6bd..e3a9ee00eba4 100644 --- a/dev-haskell/http-types/http-types-0.8.5.ebuild +++ b/dev-haskell/http-types/http-types-0.8.5.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-types/http-types-0.8.5.ebuild,v 1.1 2014/07/02 10:52:14 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/http-types-0.8.5.ebuild,v 1.2 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)." +DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)" HOMEPAGE="https://github.com/aristidb/http-types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hxt/ChangeLog b/dev-haskell/hxt/ChangeLog index 4c4c8970ec91..645c6f9218cc 100644 --- a/dev-haskell/hxt/ChangeLog +++ b/dev-haskell/hxt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hxt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.22 2014/07/25 08:59:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.23 2014/07/25 09:16:45 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> hxt-9.3.1.1.ebuild, + hxt-9.3.1.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/hxt/hxt-9.3.1.1.ebuild b/dev-haskell/hxt/hxt-9.3.1.1.ebuild index f6a065a4a24f..1fdab58537d3 100644 --- a/dev-haskell/hxt/hxt-9.3.1.1.ebuild +++ b/dev-haskell/hxt/hxt-9.3.1.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/hxt/hxt-9.3.1.1.ebuild,v 1.3 2013/06/25 15:02:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/hxt-9.3.1.1.ebuild,v 1.4 2014/07/25 09:16:45 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A collection of tools for processing XML with Haskell." +DESCRIPTION="A collection of tools for processing XML with Haskell" HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/hxt/hxt-9.3.1.4.ebuild b/dev-haskell/hxt/hxt-9.3.1.4.ebuild index 90819476f2d7..cc5e89cfc8ce 100644 --- a/dev-haskell/hxt/hxt-9.3.1.4.ebuild +++ b/dev-haskell/hxt/hxt-9.3.1.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/hxt/hxt-9.3.1.4.ebuild,v 1.1 2014/07/02 11:11:04 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/hxt-9.3.1.4.ebuild,v 1.2 2014/07/25 09:16:45 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A collection of tools for processing XML with Haskell." +DESCRIPTION="A collection of tools for processing XML with Haskell" HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/idna/ChangeLog b/dev-haskell/idna/ChangeLog index a5b274f5bb8c..76b2a1c07fe5 100644 --- a/dev-haskell/idna/ChangeLog +++ b/dev-haskell/idna/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/idna # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/idna/ChangeLog,v 1.5 2014/07/25 08:59:39 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/idna/ChangeLog,v 1.6 2014/07/25 09:16:18 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> idna-0.2.ebuild, + idna-0.3.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/idna/idna-0.2.ebuild b/dev-haskell/idna/idna-0.2.ebuild index 08aa2a28ee5d..07d9f120ec75 100644 --- a/dev-haskell/idna/idna-0.2.ebuild +++ b/dev-haskell/idna/idna-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/idna/idna-0.2.ebuild,v 1.3 2013/11/24 19:38:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/idna/idna-0.2.ebuild,v 1.4 2014/07/25 09:16:18 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Implements IDNA (RFC 3490)." +DESCRIPTION="Implements IDNA (RFC 3490)" HOMEPAGE="http://hackage.haskell.org/package/idna" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/idna/idna-0.3.0.ebuild b/dev-haskell/idna/idna-0.3.0.ebuild index 136cb03f7e5e..cdd85dbcb263 100644 --- a/dev-haskell/idna/idna-0.3.0.ebuild +++ b/dev-haskell/idna/idna-0.3.0.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/idna/idna-0.3.0.ebuild,v 1.1 2014/07/02 11:12:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/idna/idna-0.3.0.ebuild,v 1.2 2014/07/25 09:16:18 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Implements IDNA (RFC 3490)." +DESCRIPTION="Implements IDNA (RFC 3490)" HOMEPAGE="http://hackage.haskell.org/package/idna" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/language-haskell-extract/ChangeLog b/dev-haskell/language-haskell-extract/ChangeLog index 254560fee7e6..57fe7b46009e 100644 --- a/dev-haskell/language-haskell-extract/ChangeLog +++ b/dev-haskell/language-haskell-extract/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/language-haskell-extract # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/language-haskell-extract/ChangeLog,v 1.2 2014/07/25 08:59:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/language-haskell-extract/ChangeLog,v 1.3 2014/07/25 09:16:46 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + language-haskell-extract-0.2.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/language-haskell-extract/language-haskell-extract-0.2.4.ebuild b/dev-haskell/language-haskell-extract/language-haskell-extract-0.2.4.ebuild index 5aea3b6fc6b3..a7d4ff4237df 100644 --- a/dev-haskell/language-haskell-extract/language-haskell-extract-0.2.4.ebuild +++ b/dev-haskell/language-haskell-extract/language-haskell-extract-0.2.4.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/language-haskell-extract/language-haskell-extract-0.2.4.ebuild,v 1.1 2013/08/25 06:31:47 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/language-haskell-extract/language-haskell-extract-0.2.4.ebuild,v 1.2 2014/07/25 09:16:46 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Module to automatically extract functions from the local code." +DESCRIPTION="Module to automatically extract functions from the local code" HOMEPAGE="http://github.com/finnsson/template-helper" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/libmpd/ChangeLog b/dev-haskell/libmpd/ChangeLog index cc3e459ec9a0..18f1e307154d 100644 --- a/dev-haskell/libmpd/ChangeLog +++ b/dev-haskell/libmpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/libmpd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.8 2014/07/25 08:59:31 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.9 2014/07/25 09:16:33 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> libmpd-0.8.0.1-r1.ebuild, + libmpd-0.8.0.3-r1.ebuild, libmpd-0.8.0.4-r1.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/libmpd/libmpd-0.8.0.1-r1.ebuild b/dev-haskell/libmpd/libmpd-0.8.0.1-r1.ebuild index 4bb698288c83..4df8ed763404 100644 --- a/dev-haskell/libmpd/libmpd-0.8.0.1-r1.ebuild +++ b/dev-haskell/libmpd/libmpd-0.8.0.1-r1.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/libmpd/libmpd-0.8.0.1-r1.ebuild,v 1.1 2013/01/01 23:55:17 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/libmpd-0.8.0.1-r1.ebuild,v 1.2 2014/07/25 09:16:33 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="An MPD client library." +DESCRIPTION="An MPD client library" HOMEPAGE="http://github.com/joachifm/libmpd-haskell" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/libmpd/libmpd-0.8.0.3-r1.ebuild b/dev-haskell/libmpd/libmpd-0.8.0.3-r1.ebuild index 4bf8ef799b40..879b91348868 100644 --- a/dev-haskell/libmpd/libmpd-0.8.0.3-r1.ebuild +++ b/dev-haskell/libmpd/libmpd-0.8.0.3-r1.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/libmpd/libmpd-0.8.0.3-r1.ebuild,v 1.1 2014/05/22 16:03:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/libmpd-0.8.0.3-r1.ebuild,v 1.2 2014/07/25 09:16:33 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An MPD client library." +DESCRIPTION="An MPD client library" HOMEPAGE="http://github.com/joachifm/libmpd-haskell#readme" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild b/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild index a982f4125e98..ca5678748a06 100644 --- a/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild +++ b/dev-haskell/libmpd/libmpd-0.8.0.4-r1.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/libmpd/libmpd-0.8.0.4-r1.ebuild,v 1.1 2014/07/03 12:00:19 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild,v 1.2 2014/07/25 09:16:33 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An MPD client library." +DESCRIPTION="An MPD client library" HOMEPAGE="http://github.com/joachifm/libmpd-haskell#readme" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/logict/ChangeLog b/dev-haskell/logict/ChangeLog index b8d095e87239..1237c9034980 100644 --- a/dev-haskell/logict/ChangeLog +++ b/dev-haskell/logict/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/logict # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/logict/ChangeLog,v 1.3 2014/07/25 08:58:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/logict/ChangeLog,v 1.4 2014/07/25 09:16:27 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> logict-0.6.0.1.ebuild, + logict-0.6.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/logict/logict-0.6.0.1.ebuild b/dev-haskell/logict/logict-0.6.0.1.ebuild index 41004b4e118a..4533d13ce751 100644 --- a/dev-haskell/logict/logict-0.6.0.1.ebuild +++ b/dev-haskell/logict/logict-0.6.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/logict/logict-0.6.0.1.ebuild,v 1.1 2013/09/13 10:03:12 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/logict/logict-0.6.0.1.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit base haskell-cabal -DESCRIPTION="A backtracking logic-programming monad." +DESCRIPTION="A backtracking logic-programming monad" HOMEPAGE="http://code.haskell.org/~dolio/logict" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/logict/logict-0.6.0.2.ebuild b/dev-haskell/logict/logict-0.6.0.2.ebuild index 8c15b2e48e3c..c558c8f995de 100644 --- a/dev-haskell/logict/logict-0.6.0.2.ebuild +++ b/dev-haskell/logict/logict-0.6.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/logict/logict-0.6.0.2.ebuild,v 1.1 2014/02/21 20:04:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/logict/logict-0.6.0.2.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A backtracking logic-programming monad." +DESCRIPTION="A backtracking logic-programming monad" HOMEPAGE="http://code.haskell.org/~dolio/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/maccatcher/ChangeLog b/dev-haskell/maccatcher/ChangeLog index 2d8ea553c438..3aac6fb52e82 100644 --- a/dev-haskell/maccatcher/ChangeLog +++ b/dev-haskell/maccatcher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/maccatcher # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/maccatcher/ChangeLog,v 1.2 2014/07/25 08:59:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/maccatcher/ChangeLog,v 1.3 2014/07/25 09:16:42 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> maccatcher-2.1.5.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/maccatcher/maccatcher-2.1.5.ebuild b/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild index 3e158d8a62f0..da12a301f6ea 100644 --- a/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild +++ b/dev-haskell/maccatcher/maccatcher-2.1.5.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/maccatcher/maccatcher-2.1.5.ebuild,v 1.1 2013/08/25 04:54:53 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/maccatcher/maccatcher-2.1.5.ebuild,v 1.2 2014/07/25 09:16:42 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="bin lib profile haddock hscolour" inherit haskell-cabal -DESCRIPTION="Obtain the host MAC address on *NIX and Windows." +DESCRIPTION="Obtain the host MAC address on *NIX and Windows" HOMEPAGE="http://hackage.haskell.org/package/maccatcher" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/mime-mail/ChangeLog b/dev-haskell/mime-mail/ChangeLog index 53e27f18a938..804358580fe5 100644 --- a/dev-haskell/mime-mail/ChangeLog +++ b/dev-haskell/mime-mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/mime-mail # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/ChangeLog,v 1.4 2014/07/25 08:59:29 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/ChangeLog,v 1.5 2014/07/25 09:16:34 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> mime-mail-0.4.2.1.ebuild, + mime-mail-0.4.4.1.ebuild, mime-mail-0.4.5.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/mime-mail/mime-mail-0.4.2.1.ebuild b/dev-haskell/mime-mail/mime-mail-0.4.2.1.ebuild index 88a27c33bec4..83b9fe8ee05c 100644 --- a/dev-haskell/mime-mail/mime-mail-0.4.2.1.ebuild +++ b/dev-haskell/mime-mail/mime-mail-0.4.2.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/mime-mail/mime-mail-0.4.2.1.ebuild,v 1.1 2013/08/26 12:30:22 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/mime-mail-0.4.2.1.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Compose MIME email messages." +DESCRIPTION="Compose MIME email messages" HOMEPAGE="http://github.com/snoyberg/mime-mail" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/mime-mail/mime-mail-0.4.4.1.ebuild b/dev-haskell/mime-mail/mime-mail-0.4.4.1.ebuild index 69600e406038..92ce7e08ae1c 100644 --- a/dev-haskell/mime-mail/mime-mail-0.4.4.1.ebuild +++ b/dev-haskell/mime-mail/mime-mail-0.4.4.1.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/mime-mail/mime-mail-0.4.4.1.ebuild,v 1.1 2014/03/09 12:49:34 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/mime-mail-0.4.4.1.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Compose MIME email messages." +DESCRIPTION="Compose MIME email messages" HOMEPAGE="http://github.com/snoyberg/mime-mail" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/mime-mail/mime-mail-0.4.5.2.ebuild b/dev-haskell/mime-mail/mime-mail-0.4.5.2.ebuild index de667f5965a2..4a8b07fa1b16 100644 --- a/dev-haskell/mime-mail/mime-mail-0.4.5.2.ebuild +++ b/dev-haskell/mime-mail/mime-mail-0.4.5.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/mime-mail/mime-mail-0.4.5.2.ebuild,v 1.1 2014/07/02 11:30:34 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/mime-mail-0.4.5.2.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Compose MIME email messages." +DESCRIPTION="Compose MIME email messages" HOMEPAGE="http://github.com/snoyberg/mime-mail" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/monad-logger/ChangeLog b/dev-haskell/monad-logger/ChangeLog index 14dc745127ff..efb62234d36a 100644 --- a/dev-haskell/monad-logger/ChangeLog +++ b/dev-haskell/monad-logger/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/monad-logger # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/ChangeLog,v 1.5 2014/07/25 08:58:33 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/ChangeLog,v 1.6 2014/07/25 09:16:21 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + monad-logger-0.3.1.1.ebuild, monad-logger-0.3.3.1.ebuild, + monad-logger-0.3.4.0.ebuild, monad-logger-0.3.6.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/monad-logger/monad-logger-0.3.1.1.ebuild b/dev-haskell/monad-logger/monad-logger-0.3.1.1.ebuild index 1eb953890d3b..bdbc9f63c491 100644 --- a/dev-haskell/monad-logger/monad-logger-0.3.1.1.ebuild +++ b/dev-haskell/monad-logger/monad-logger-0.3.1.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/monad-logger/monad-logger-0.3.1.1.ebuild,v 1.1 2013/08/26 11:43:50 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/monad-logger-0.3.1.1.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A class of monads which can log messages." +DESCRIPTION="A class of monads which can log messages" HOMEPAGE="https://github.com/kazu-yamamoto/logger" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/monad-logger/monad-logger-0.3.3.1.ebuild b/dev-haskell/monad-logger/monad-logger-0.3.3.1.ebuild index 2eaedc7ac9cc..c5436586ea6b 100644 --- a/dev-haskell/monad-logger/monad-logger-0.3.3.1.ebuild +++ b/dev-haskell/monad-logger/monad-logger-0.3.3.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/monad-logger/monad-logger-0.3.3.1.ebuild,v 1.1 2013/12/11 06:13:35 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/monad-logger-0.3.3.1.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A class of monads which can log messages." +DESCRIPTION="A class of monads which can log messages" HOMEPAGE="https://github.com/kazu-yamamoto/logger" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/monad-logger/monad-logger-0.3.4.0.ebuild b/dev-haskell/monad-logger/monad-logger-0.3.4.0.ebuild index 4b0487d444cc..e0990722ae07 100644 --- a/dev-haskell/monad-logger/monad-logger-0.3.4.0.ebuild +++ b/dev-haskell/monad-logger/monad-logger-0.3.4.0.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/monad-logger/monad-logger-0.3.4.0.ebuild,v 1.1 2014/03/09 12:51:57 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/monad-logger-0.3.4.0.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A class of monads which can log messages." +DESCRIPTION="A class of monads which can log messages" HOMEPAGE="https://github.com/kazu-yamamoto/logger" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/monad-logger/monad-logger-0.3.6.1.ebuild b/dev-haskell/monad-logger/monad-logger-0.3.6.1.ebuild index 2e8cd677e727..d09da5241e44 100644 --- a/dev-haskell/monad-logger/monad-logger-0.3.6.1.ebuild +++ b/dev-haskell/monad-logger/monad-logger-0.3.6.1.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/monad-logger/monad-logger-0.3.6.1.ebuild,v 1.1 2014/07/02 11:35:31 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/monad-logger-0.3.6.1.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A class of monads which can log messages." +DESCRIPTION="A class of monads which can log messages" HOMEPAGE="https://github.com/kazu-yamamoto/logger" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/monadrandom/ChangeLog b/dev-haskell/monadrandom/ChangeLog index e268844d32ed..5c572bb0a26a 100644 --- a/dev-haskell/monadrandom/ChangeLog +++ b/dev-haskell/monadrandom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/monadrandom # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monadrandom/ChangeLog,v 1.2 2014/07/25 08:59:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monadrandom/ChangeLog,v 1.3 2014/07/25 09:16:39 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> monadrandom-0.1.13.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/monadrandom/monadrandom-0.1.13.ebuild b/dev-haskell/monadrandom/monadrandom-0.1.13.ebuild index cd18be0e9b3c..6fdc1eb9c950 100644 --- a/dev-haskell/monadrandom/monadrandom-0.1.13.ebuild +++ b/dev-haskell/monadrandom/monadrandom-0.1.13.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/monadrandom/monadrandom-0.1.13.ebuild,v 1.1 2014/03/12 20:41:46 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monadrandom/monadrandom-0.1.13.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="MonadRandom" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Random-number generation monad." +DESCRIPTION="Random-number generation monad" HOMEPAGE="http://hackage.haskell.org/package/MonadRandom" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/network-conduit/ChangeLog b/dev-haskell/network-conduit/ChangeLog index ee207ea65fd0..8cbbfb929ab9 100644 --- a/dev-haskell/network-conduit/ChangeLog +++ b/dev-haskell/network-conduit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/network-conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-conduit/ChangeLog,v 1.8 2014/07/25 08:59:35 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-conduit/ChangeLog,v 1.9 2014/07/25 09:16:45 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + network-conduit-1.0.0-r1.ebuild, network-conduit-1.0.2.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/network-conduit/network-conduit-1.0.0-r1.ebuild b/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild index a328f8b263ef..d4312dea51d8 100644 --- a/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild +++ b/dev-haskell/network-conduit/network-conduit-1.0.0-r1.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/network-conduit/network-conduit-1.0.0-r1.ebuild,v 1.3 2013/11/24 19:39:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild,v 1.4 2014/07/25 09:16:45 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stream socket data using conduits." +DESCRIPTION="Stream socket data using conduits" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild b/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild index 836f442d6eec..f4375894789f 100644 --- a/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild +++ b/dev-haskell/network-conduit/network-conduit-1.0.2.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/network-conduit/network-conduit-1.0.2.2.ebuild,v 1.1 2014/03/09 12:53:24 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild,v 1.2 2014/07/25 09:16:45 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stream socket data using conduits." +DESCRIPTION="Stream socket data using conduits" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/network-protocol-xmpp/ChangeLog b/dev-haskell/network-protocol-xmpp/ChangeLog index b7fe0c3d573c..73633117079f 100644 --- a/dev-haskell/network-protocol-xmpp/ChangeLog +++ b/dev-haskell/network-protocol-xmpp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/network-protocol-xmpp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-protocol-xmpp/ChangeLog,v 1.3 2014/07/25 08:59:05 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-protocol-xmpp/ChangeLog,v 1.4 2014/07/25 09:16:41 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + network-protocol-xmpp-0.4.4.ebuild, network-protocol-xmpp-0.4.5.ebuild, + network-protocol-xmpp-0.4.6.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/network-protocol-xmpp/network-protocol-xmpp-0.4.4.ebuild b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.4.ebuild index 53973fc45b24..8c64cee7ad0e 100644 --- a/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.4.ebuild +++ b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.4.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/network-protocol-xmpp/network-protocol-xmpp-0.4.4.ebuild,v 1.1 2013/08/26 11:36:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.4.ebuild,v 1.2 2014/07/25 09:16:41 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Client library for the XMPP protocol." +DESCRIPTION="Client library for the XMPP protocol" HOMEPAGE="https://john-millikin.com/software/haskell-xmpp/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.5.ebuild b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.5.ebuild index 3d48c1b0f2fb..ff1339789eff 100644 --- a/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.5.ebuild +++ b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.5.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/network-protocol-xmpp/network-protocol-xmpp-0.4.5.ebuild,v 1.1 2013/08/26 11:36:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.5.ebuild,v 1.2 2014/07/25 09:16:41 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Client library for the XMPP protocol." +DESCRIPTION="Client library for the XMPP protocol" HOMEPAGE="https://john-millikin.com/software/haskell-xmpp/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild index 0dbc27e065f7..dbb79dedaa25 100644 --- a/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild +++ b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.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/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild,v 1.1 2014/03/09 05:16:01 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild,v 1.2 2014/07/25 09:16:41 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Client library for the XMPP protocol." +DESCRIPTION="Client library for the XMPP protocol" HOMEPAGE="https://john-millikin.com/software/haskell-xmpp/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/options/ChangeLog b/dev-haskell/options/ChangeLog index a4fea82f5fc3..cfb2072daafe 100644 --- a/dev-haskell/options/ChangeLog +++ b/dev-haskell/options/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/options # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.2 2014/07/25 08:58:35 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.3 2014/07/25 09:16:29 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> options-1.2-r1.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/options/options-1.2-r1.ebuild b/dev-haskell/options/options-1.2-r1.ebuild index 23bf52773bba..441ba8425613 100644 --- a/dev-haskell/options/options-1.2-r1.ebuild +++ b/dev-haskell/options/options-1.2-r1.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/options/options-1.2-r1.ebuild,v 1.1 2014/07/02 11:57:55 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2-r1.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A powerful and easy-to-use command-line option parser." +DESCRIPTION="A powerful and easy-to-use command-line option parser" HOMEPAGE="https://john-millikin.com/software/haskell-options/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pango/ChangeLog b/dev-haskell/pango/ChangeLog index e542e4cafca2..fce0f2feca49 100644 --- a/dev-haskell/pango/ChangeLog +++ b/dev-haskell/pango/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/pango # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.25 2014/07/25 08:58:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.26 2014/07/25 09:16:18 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> pango-0.12.0.ebuild, + pango-0.12.3.ebuild, pango-0.12.4-r1.ebuild, pango-0.12.5.0-r1.ebuild, + pango-0.12.5.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/pango/pango-0.12.0.ebuild b/dev-haskell/pango/pango-0.12.0.ebuild index 1fb55364cf39..436bc04e4f68 100644 --- a/dev-haskell/pango/pango-0.12.0.ebuild +++ b/dev-haskell/pango/pango-0.12.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/pango/pango-0.12.0.ebuild,v 1.6 2013/12/12 06:06:19 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/pango-0.12.0.ebuild,v 1.7 2014/07/25 09:16:18 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -10,7 +10,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Haskell bindings to the x11-libs/pango text rendering engine." +DESCRIPTION="Haskell bindings to the x11-libs/pango text rendering engine" HOMEPAGE="http://www.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pango/pango-0.12.3.ebuild b/dev-haskell/pango/pango-0.12.3.ebuild index 94baed73cbf1..f64f606dcdd0 100644 --- a/dev-haskell/pango/pango-0.12.3.ebuild +++ b/dev-haskell/pango/pango-0.12.3.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/pango/pango-0.12.3.ebuild,v 1.8 2013/12/12 06:06:19 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/pango-0.12.3.ebuild,v 1.9 2014/07/25 09:16:18 slyfox Exp $ EAPI=4 @@ -8,7 +8,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Pango text rendering engine." +DESCRIPTION="Binding to the Pango text rendering engine" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pango/pango-0.12.4-r1.ebuild b/dev-haskell/pango/pango-0.12.4-r1.ebuild index 6fa688a5a689..e3584be6d4c8 100644 --- a/dev-haskell/pango/pango-0.12.4-r1.ebuild +++ b/dev-haskell/pango/pango-0.12.4-r1.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/pango/pango-0.12.4-r1.ebuild,v 1.8 2014/06/05 08:23:05 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/pango-0.12.4-r1.ebuild,v 1.9 2014/07/25 09:16:18 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ GTK_MAJ_VER="2" CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Pango text rendering engine." +DESCRIPTION="Binding to the Pango text rendering engine" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pango/pango-0.12.5.0-r1.ebuild b/dev-haskell/pango/pango-0.12.5.0-r1.ebuild index a4c2a140e08c..63bd8225faaa 100644 --- a/dev-haskell/pango/pango-0.12.5.0-r1.ebuild +++ b/dev-haskell/pango/pango-0.12.5.0-r1.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/pango/pango-0.12.5.0-r1.ebuild,v 1.1 2013/12/12 06:06:19 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/pango-0.12.5.0-r1.ebuild,v 1.2 2014/07/25 09:16:18 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Pango text rendering engine." +DESCRIPTION="Binding to the Pango text rendering engine" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pango/pango-0.12.5.3.ebuild b/dev-haskell/pango/pango-0.12.5.3.ebuild index 742d06e7c80d..c4d546fae2f7 100644 --- a/dev-haskell/pango/pango-0.12.5.3.ebuild +++ b/dev-haskell/pango/pango-0.12.5.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/pango/pango-0.12.5.3.ebuild,v 1.1 2014/05/20 13:50:17 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/pango-0.12.5.3.ebuild,v 1.2 2014/07/25 09:16:18 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit haskell-cabal -DESCRIPTION="Binding to the Pango text rendering engine." +DESCRIPTION="Binding to the Pango text rendering engine" HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/path-pieces/ChangeLog b/dev-haskell/path-pieces/ChangeLog index f971368ac8fe..3794f528e7ae 100644 --- a/dev-haskell/path-pieces/ChangeLog +++ b/dev-haskell/path-pieces/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/path-pieces # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/ChangeLog,v 1.4 2014/07/25 08:58:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/ChangeLog,v 1.5 2014/07/25 09:16:35 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> path-pieces-0.1.2.ebuild, + path-pieces-0.1.3.1.ebuild, path-pieces-0.1.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/path-pieces/path-pieces-0.1.2.ebuild b/dev-haskell/path-pieces/path-pieces-0.1.2.ebuild index 5497b20ff6c6..f9275ac5260a 100644 --- a/dev-haskell/path-pieces/path-pieces-0.1.2.ebuild +++ b/dev-haskell/path-pieces/path-pieces-0.1.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/path-pieces/path-pieces-0.1.2.ebuild,v 1.1 2013/08/26 11:43:18 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/path-pieces-0.1.2.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=4 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Components of paths." +DESCRIPTION="Components of paths" HOMEPAGE="http://hackage.haskell.org/package/path-pieces" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/path-pieces/path-pieces-0.1.3.1.ebuild b/dev-haskell/path-pieces/path-pieces-0.1.3.1.ebuild index cf401d4b984d..6c3bbb8a5acf 100644 --- a/dev-haskell/path-pieces/path-pieces-0.1.3.1.ebuild +++ b/dev-haskell/path-pieces/path-pieces-0.1.3.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/path-pieces/path-pieces-0.1.3.1.ebuild,v 1.1 2013/12/10 13:38:35 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/path-pieces-0.1.3.1.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Components of paths." +DESCRIPTION="Components of paths" HOMEPAGE="http://hackage.haskell.org/package/path-pieces" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/path-pieces/path-pieces-0.1.3.ebuild b/dev-haskell/path-pieces/path-pieces-0.1.3.ebuild index be381aca8a1b..902b2fdc1ee4 100644 --- a/dev-haskell/path-pieces/path-pieces-0.1.3.ebuild +++ b/dev-haskell/path-pieces/path-pieces-0.1.3.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/path-pieces/path-pieces-0.1.3.ebuild,v 1.1 2013/10/23 05:08:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/path-pieces-0.1.3.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Components of paths." +DESCRIPTION="Components of paths" HOMEPAGE="http://hackage.haskell.org/package/path-pieces" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pem/ChangeLog b/dev-haskell/pem/ChangeLog index 3826b50d61e2..bfd3e9163e91 100644 --- a/dev-haskell/pem/ChangeLog +++ b/dev-haskell/pem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/pem # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pem/ChangeLog,v 1.9 2014/07/25 08:59:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pem/ChangeLog,v 1.10 2014/07/25 09:16:16 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> pem-0.1.2.ebuild, + pem-0.2.0.ebuild, pem-0.2.1.ebuild, pem-0.2.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/pem/pem-0.1.2.ebuild b/dev-haskell/pem/pem-0.1.2.ebuild index bbb322eae947..64edc7c329bb 100644 --- a/dev-haskell/pem/pem-0.1.2.ebuild +++ b/dev-haskell/pem/pem-0.1.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/pem/pem-0.1.2.ebuild,v 1.1 2013/08/26 04:30:25 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pem/pem-0.1.2.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer." +DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer" HOMEPAGE="http://github.com/vincenthz/hs-pem" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pem/pem-0.2.0.ebuild b/dev-haskell/pem/pem-0.2.0.ebuild index b6d03f5ed0bc..223afa5b1ad1 100644 --- a/dev-haskell/pem/pem-0.2.0.ebuild +++ b/dev-haskell/pem/pem-0.2.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/pem/pem-0.2.0.ebuild,v 1.3 2013/11/24 19:37:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pem/pem-0.2.0.ebuild,v 1.4 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer." +DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer" HOMEPAGE="http://github.com/vincenthz/hs-pem" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pem/pem-0.2.1.ebuild b/dev-haskell/pem/pem-0.2.1.ebuild index 5d94b76204f4..0e0a9d6335f5 100644 --- a/dev-haskell/pem/pem-0.2.1.ebuild +++ b/dev-haskell/pem/pem-0.2.1.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/pem/pem-0.2.1.ebuild,v 1.3 2014/03/04 20:02:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pem/pem-0.2.1.ebuild,v 1.4 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer." +DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer" HOMEPAGE="http://github.com/vincenthz/hs-pem" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pem/pem-0.2.2.ebuild b/dev-haskell/pem/pem-0.2.2.ebuild index 2ca21c8c273c..8ad9cf9162ba 100644 --- a/dev-haskell/pem/pem-0.2.2.ebuild +++ b/dev-haskell/pem/pem-0.2.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/pem/pem-0.2.2.ebuild,v 1.1 2014/07/02 12:02:44 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pem/pem-0.2.2.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer." +DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer" HOMEPAGE="http://github.com/vincenthz/hs-pem" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-sqlite/ChangeLog b/dev-haskell/persistent-sqlite/ChangeLog index 7e2c62fbd541..a1336684678f 100644 --- a/dev-haskell/persistent-sqlite/ChangeLog +++ b/dev-haskell/persistent-sqlite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/persistent-sqlite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-sqlite/ChangeLog,v 1.4 2014/07/25 08:59:11 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-sqlite/ChangeLog,v 1.5 2014/07/25 09:16:19 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + persistent-sqlite-1.1.5.ebuild, persistent-sqlite-1.2.0.ebuild, + persistent-sqlite-1.2.1-r1.ebuild, persistent-sqlite-1.3.0.2.ebuild, + persistent-sqlite-1.3.0.5.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/persistent-sqlite/persistent-sqlite-1.1.5.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-1.1.5.ebuild index 8b1d702f4993..fd8829050655 100644 --- a/dev-haskell/persistent-sqlite/persistent-sqlite-1.1.5.ebuild +++ b/dev-haskell/persistent-sqlite/persistent-sqlite-1.1.5.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/persistent-sqlite/persistent-sqlite-1.1.5.ebuild,v 1.1 2013/08/26 12:06:09 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-sqlite/persistent-sqlite-1.1.5.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Backend for the persistent library using sqlite3." +DESCRIPTION="Backend for the persistent library using sqlite3" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.0.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.0.ebuild index 618a2952ff5a..49b97cc32fb6 100644 --- a/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.0.ebuild +++ b/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.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/persistent-sqlite/persistent-sqlite-1.2.0.ebuild,v 1.1 2013/08/26 12:06:09 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.0.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Backend for the persistent library using sqlite3." +DESCRIPTION="Backend for the persistent library using sqlite3" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild index 61371227216c..9c95122b7815 100644 --- a/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild +++ b/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.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/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild,v 1.1 2013/08/26 12:06:09 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-sqlite/persistent-sqlite-1.2.1-r1.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit base haskell-cabal -DESCRIPTION="Backend for the persistent library using sqlite3." +DESCRIPTION="Backend for the persistent library using sqlite3" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.2.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.2.ebuild index f467caac896b..cf08742c8d42 100644 --- a/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.2.ebuild +++ b/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.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/persistent-sqlite/persistent-sqlite-1.3.0.2.ebuild,v 1.1 2014/03/09 12:55:08 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.2.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Backend for the persistent library using sqlite3." +DESCRIPTION="Backend for the persistent library using sqlite3" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild index 71daf1fda2e9..848e5cfa6049 100644 --- a/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild +++ b/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.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/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild,v 1.1 2014/07/02 12:10:13 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-sqlite/persistent-sqlite-1.3.0.5.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Backend for the persistent library using sqlite3." +DESCRIPTION="Backend for the persistent library using sqlite3" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-template/ChangeLog b/dev-haskell/persistent-template/ChangeLog index af03dc26c6e4..a88b8b314658 100644 --- a/dev-haskell/persistent-template/ChangeLog +++ b/dev-haskell/persistent-template/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/persistent-template # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/ChangeLog,v 1.5 2014/07/25 08:59:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/ChangeLog,v 1.6 2014/07/25 09:16:23 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + persistent-template-1.1.3.1.ebuild, persistent-template-1.2.0.1.ebuild, + persistent-template-1.2.0.2.ebuild, persistent-template-1.2.0.6.ebuild, + persistent-template-1.3.1.1.ebuild, persistent-template-1.3.1.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/persistent-template/persistent-template-1.1.3.1.ebuild b/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild index ced78dd60585..96d91b21c45c 100644 --- a/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild +++ b/dev-haskell/persistent-template/persistent-template-1.1.3.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/persistent-template/persistent-template-1.1.3.1.ebuild,v 1.1 2013/08/26 11:58:02 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, non-relational, multi-backend persistence." +DESCRIPTION="Type-safe, non-relational, multi-backend persistence" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-template/persistent-template-1.2.0.1.ebuild b/dev-haskell/persistent-template/persistent-template-1.2.0.1.ebuild index 5face75790f0..8aacfffa0294 100644 --- a/dev-haskell/persistent-template/persistent-template-1.2.0.1.ebuild +++ b/dev-haskell/persistent-template/persistent-template-1.2.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/persistent-template/persistent-template-1.2.0.1.ebuild,v 1.1 2013/08/26 11:58:02 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.1.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, non-relational, multi-backend persistence." +DESCRIPTION="Type-safe, non-relational, multi-backend persistence" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-template/persistent-template-1.2.0.2.ebuild b/dev-haskell/persistent-template/persistent-template-1.2.0.2.ebuild index 8ac90c9c1734..0554fdcdebcd 100644 --- a/dev-haskell/persistent-template/persistent-template-1.2.0.2.ebuild +++ b/dev-haskell/persistent-template/persistent-template-1.2.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/persistent-template/persistent-template-1.2.0.2.ebuild,v 1.1 2013/08/26 11:58:02 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.2.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, non-relational, multi-backend persistence." +DESCRIPTION="Type-safe, non-relational, multi-backend persistence" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild b/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild index dab8b64ffe3e..8807f06a03ff 100644 --- a/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild +++ b/dev-haskell/persistent-template/persistent-template-1.2.0.6.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/persistent-template/persistent-template-1.2.0.6.ebuild,v 1.1 2013/12/10 13:37:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, non-relational, multi-backend persistence." +DESCRIPTION="Type-safe, non-relational, multi-backend persistence" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-template/persistent-template-1.3.1.1.ebuild b/dev-haskell/persistent-template/persistent-template-1.3.1.1.ebuild index cf41332dfd28..0e6dbd2a8fae 100644 --- a/dev-haskell/persistent-template/persistent-template-1.3.1.1.ebuild +++ b/dev-haskell/persistent-template/persistent-template-1.3.1.1.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/persistent-template/persistent-template-1.3.1.1.ebuild,v 1.1 2014/03/09 12:56:02 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.3.1.1.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, non-relational, multi-backend persistence." +DESCRIPTION="Type-safe, non-relational, multi-backend persistence" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild b/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild index ff553cab2363..ae5131d2840c 100644 --- a/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild +++ b/dev-haskell/persistent-template/persistent-template-1.3.1.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/persistent-template/persistent-template-1.3.1.4.ebuild,v 1.1 2014/07/02 12:12:02 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, non-relational, multi-backend persistence." +DESCRIPTION="Type-safe, non-relational, multi-backend persistence" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent/ChangeLog b/dev-haskell/persistent/ChangeLog index 7bcc0650b6af..41a91e498b0d 100644 --- a/dev-haskell/persistent/ChangeLog +++ b/dev-haskell/persistent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/persistent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent/ChangeLog,v 1.4 2014/07/25 08:58:46 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent/ChangeLog,v 1.5 2014/07/25 09:16:23 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> persistent-1.1.5.1.ebuild, + persistent-1.2.3.0.ebuild, persistent-1.3.0.2.ebuild, + persistent-1.3.1.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/persistent/persistent-1.1.5.1.ebuild b/dev-haskell/persistent/persistent-1.1.5.1.ebuild index 337a7100ad35..7f271880c51f 100644 --- a/dev-haskell/persistent/persistent-1.1.5.1.ebuild +++ b/dev-haskell/persistent/persistent-1.1.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/persistent/persistent-1.1.5.1.ebuild,v 1.1 2013/08/26 11:55:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent/persistent-1.1.5.1.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, multi-backend data serialization." +DESCRIPTION="Type-safe, multi-backend data serialization" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent/persistent-1.2.3.0.ebuild b/dev-haskell/persistent/persistent-1.2.3.0.ebuild index cd0ac9c70e62..1920fc2c9573 100644 --- a/dev-haskell/persistent/persistent-1.2.3.0.ebuild +++ b/dev-haskell/persistent/persistent-1.2.3.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/persistent/persistent-1.2.3.0.ebuild,v 1.1 2013/08/26 11:55:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent/persistent-1.2.3.0.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, multi-backend data serialization." +DESCRIPTION="Type-safe, multi-backend data serialization" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent/persistent-1.3.0.2.ebuild b/dev-haskell/persistent/persistent-1.3.0.2.ebuild index 3082080eb230..184d52c5bc80 100644 --- a/dev-haskell/persistent/persistent-1.3.0.2.ebuild +++ b/dev-haskell/persistent/persistent-1.3.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/persistent/persistent-1.3.0.2.ebuild,v 1.1 2014/03/09 12:54:09 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent/persistent-1.3.0.2.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, multi-backend data serialization." +DESCRIPTION="Type-safe, multi-backend data serialization" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/persistent/persistent-1.3.1.1.ebuild b/dev-haskell/persistent/persistent-1.3.1.1.ebuild index 628462bf6437..57ea9e0fb128 100644 --- a/dev-haskell/persistent/persistent-1.3.1.1.ebuild +++ b/dev-haskell/persistent/persistent-1.3.1.1.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/persistent/persistent-1.3.1.1.ebuild,v 1.1 2014/07/02 12:03:55 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent/persistent-1.3.1.1.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Type-safe, multi-backend data serialization." +DESCRIPTION="Type-safe, multi-backend data serialization" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/polyparse/ChangeLog b/dev-haskell/polyparse/ChangeLog index df67e149368b..1089f62aa555 100644 --- a/dev-haskell/polyparse/ChangeLog +++ b/dev-haskell/polyparse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/polyparse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v 1.6 2014/07/25 08:58:28 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v 1.7 2014/07/25 09:16:40 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> polyparse-1.8.ebuild, + polyparse-1.9.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/polyparse/polyparse-1.8.ebuild b/dev-haskell/polyparse/polyparse-1.8.ebuild index 72a2c1dc9817..c999c4701785 100644 --- a/dev-haskell/polyparse/polyparse-1.8.ebuild +++ b/dev-haskell/polyparse/polyparse-1.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 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/polyparse/polyparse-1.8.ebuild,v 1.2 2012/09/12 15:54:33 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.8.ebuild,v 1.3 2014/07/25 09:16:40 slyfox Exp $ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A variety of alternative parser combinator libraries." +DESCRIPTION="A variety of alternative parser combinator libraries" HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/polyparse/polyparse-1.9.ebuild b/dev-haskell/polyparse/polyparse-1.9.ebuild index 6add69b650f2..e2bf7106e094 100644 --- a/dev-haskell/polyparse/polyparse-1.9.ebuild +++ b/dev-haskell/polyparse/polyparse-1.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/polyparse/polyparse-1.9.ebuild,v 1.3 2013/11/24 19:38:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.9.ebuild,v 1.4 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A variety of alternative parser combinator libraries." +DESCRIPTION="A variety of alternative parser combinator libraries" HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pool-conduit/ChangeLog b/dev-haskell/pool-conduit/ChangeLog index 971d90f0f510..5c73c13b9472 100644 --- a/dev-haskell/pool-conduit/ChangeLog +++ b/dev-haskell/pool-conduit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/pool-conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pool-conduit/ChangeLog,v 1.3 2014/07/25 08:59:17 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pool-conduit/ChangeLog,v 1.4 2014/07/25 09:16:19 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> pool-conduit-0.1.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/pool-conduit/pool-conduit-0.1.2.ebuild b/dev-haskell/pool-conduit/pool-conduit-0.1.2.ebuild index f2f5332e73b1..cc5f9da14176 100644 --- a/dev-haskell/pool-conduit/pool-conduit-0.1.2.ebuild +++ b/dev-haskell/pool-conduit/pool-conduit-0.1.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/pool-conduit/pool-conduit-0.1.2.ebuild,v 1.1 2013/08/26 11:54:15 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pool-conduit/pool-conduit-0.1.2.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Resource pool allocations via ResourceT." +DESCRIPTION="Resource pool allocations via ResourceT" HOMEPAGE="http://www.yesodweb.com/book/persistent" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/puremd5/ChangeLog b/dev-haskell/puremd5/ChangeLog index 4bde48609b16..08dfe4d9c841 100644 --- a/dev-haskell/puremd5/ChangeLog +++ b/dev-haskell/puremd5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/puremd5 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/puremd5/ChangeLog,v 1.2 2014/07/25 08:58:50 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/puremd5/ChangeLog,v 1.3 2014/07/25 09:16:20 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> puremd5-2.1.2.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/puremd5/puremd5-2.1.2.1.ebuild b/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild index 56b47733af10..5a3e71c66a72 100644 --- a/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild +++ b/dev-haskell/puremd5/puremd5-2.1.2.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/puremd5/puremd5-2.1.2.1.ebuild,v 1.1 2013/08/26 12:30:56 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="pureMD5" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Haskell-only implementation of the MD5 digest (hash) algorithm." +DESCRIPTION="A Haskell-only implementation of the MD5 digest (hash) algorithm" HOMEPAGE="http://hackage.haskell.org/package/pureMD5" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/pwstore-fast/ChangeLog b/dev-haskell/pwstore-fast/ChangeLog index d9c3a0634169..42e91ea9fc0b 100644 --- a/dev-haskell/pwstore-fast/ChangeLog +++ b/dev-haskell/pwstore-fast/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/pwstore-fast # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pwstore-fast/ChangeLog,v 1.3 2014/07/25 08:58:33 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pwstore-fast/ChangeLog,v 1.4 2014/07/25 09:16:13 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> pwstore-fast-2.3.ebuild, + pwstore-fast-2.4.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/pwstore-fast/pwstore-fast-2.3.ebuild b/dev-haskell/pwstore-fast/pwstore-fast-2.3.ebuild index 49505b6ab3f0..c4c61fe0cb90 100644 --- a/dev-haskell/pwstore-fast/pwstore-fast-2.3.ebuild +++ b/dev-haskell/pwstore-fast/pwstore-fast-2.3.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/pwstore-fast/pwstore-fast-2.3.ebuild,v 1.1 2013/08/26 12:31:41 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pwstore-fast/pwstore-fast-2.3.ebuild,v 1.2 2014/07/25 09:16:13 slyfox Exp $ EAPI=4 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Secure password storage." +DESCRIPTION="Secure password storage" HOMEPAGE="https://github.com/PeterScott/pwstore" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/pwstore-fast/pwstore-fast-2.4.1.ebuild b/dev-haskell/pwstore-fast/pwstore-fast-2.4.1.ebuild index 9ddefdccf316..6a20e8a8ac27 100644 --- a/dev-haskell/pwstore-fast/pwstore-fast-2.4.1.ebuild +++ b/dev-haskell/pwstore-fast/pwstore-fast-2.4.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/pwstore-fast/pwstore-fast-2.4.1.ebuild,v 1.1 2013/12/10 14:19:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pwstore-fast/pwstore-fast-2.4.1.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" inherit haskell-cabal -DESCRIPTION="Secure password storage." +DESCRIPTION="Secure password storage" HOMEPAGE="https://github.com/PeterScott/pwstore" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/ranges/ChangeLog b/dev-haskell/ranges/ChangeLog index 3c370ca79964..9ac72bfb1178 100644 --- a/dev-haskell/ranges/ChangeLog +++ b/dev-haskell/ranges/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/ranges # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ranges/ChangeLog,v 1.4 2014/07/25 08:59:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ranges/ChangeLog,v 1.5 2014/07/25 09:16:47 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> ranges-0.2.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/ranges/ranges-0.2.4.ebuild b/dev-haskell/ranges/ranges-0.2.4.ebuild index 12802842c042..39c14a8c0c7e 100644 --- a/dev-haskell/ranges/ranges-0.2.4.ebuild +++ b/dev-haskell/ranges/ranges-0.2.4.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/ranges/ranges-0.2.4.ebuild,v 1.3 2013/11/24 19:38:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ranges/ranges-0.2.4.ebuild,v 1.4 2014/07/25 09:16:47 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal -DESCRIPTION="Ranges and various functions on them." +DESCRIPTION="Ranges and various functions on them" HOMEPAGE="http://hackage.haskell.org/package/ranges" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/recaptcha/ChangeLog b/dev-haskell/recaptcha/ChangeLog index 2b1be6832647..10e37255a857 100644 --- a/dev-haskell/recaptcha/ChangeLog +++ b/dev-haskell/recaptcha/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/recaptcha # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/recaptcha/ChangeLog,v 1.3 2014/07/25 08:59:39 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/recaptcha/ChangeLog,v 1.4 2014/07/25 09:16:16 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> recaptcha-0.1-r1.ebuild, + recaptcha-0.1.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/recaptcha/recaptcha-0.1-r1.ebuild b/dev-haskell/recaptcha/recaptcha-0.1-r1.ebuild index 89048c2f729d..9fcdc4c77d62 100644 --- a/dev-haskell/recaptcha/recaptcha-0.1-r1.ebuild +++ b/dev-haskell/recaptcha/recaptcha-0.1-r1.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/recaptcha/recaptcha-0.1-r1.ebuild,v 1.1 2013/06/20 06:18:46 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/recaptcha/recaptcha-0.1-r1.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Functions for using the reCAPTCHA service in web applications." +DESCRIPTION="Functions for using the reCAPTCHA service in web applications" HOMEPAGE="http://github.com/jgm/recaptcha/tree/master" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/recaptcha/recaptcha-0.1.0.2.ebuild b/dev-haskell/recaptcha/recaptcha-0.1.0.2.ebuild index 303230b72c52..75601613cbe0 100644 --- a/dev-haskell/recaptcha/recaptcha-0.1.0.2.ebuild +++ b/dev-haskell/recaptcha/recaptcha-0.1.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/recaptcha/recaptcha-0.1.0.2.ebuild,v 1.1 2014/07/03 11:31:57 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/recaptcha/recaptcha-0.1.0.2.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Functions for using the reCAPTCHA service in web applications." +DESCRIPTION="Functions for using the reCAPTCHA service in web applications" HOMEPAGE="http://github.com/jgm/recaptcha/tree/master" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/resourcet/ChangeLog b/dev-haskell/resourcet/ChangeLog index 87a926cb2603..31cdab48f22f 100644 --- a/dev-haskell/resourcet/ChangeLog +++ b/dev-haskell/resourcet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/resourcet # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/ChangeLog,v 1.8 2014/07/25 08:58:54 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/ChangeLog,v 1.9 2014/07/25 09:16:14 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> resourcet-0.4.10.ebuild, + resourcet-0.4.7.2.ebuild, resourcet-0.4.8.ebuild, resourcet-0.4.9.ebuild, + resourcet-1.1.2.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/resourcet/resourcet-0.4.10.ebuild b/dev-haskell/resourcet/resourcet-0.4.10.ebuild index 0c3bf00ad458..7ec58a23807d 100644 --- a/dev-haskell/resourcet/resourcet-0.4.10.ebuild +++ b/dev-haskell/resourcet/resourcet-0.4.10.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/resourcet/resourcet-0.4.10.ebuild,v 1.1 2014/03/09 12:56:40 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/resourcet-0.4.10.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Deterministic allocation and freeing of scarce resources." +DESCRIPTION="Deterministic allocation and freeing of scarce resources" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/resourcet/resourcet-0.4.7.2.ebuild b/dev-haskell/resourcet/resourcet-0.4.7.2.ebuild index 2fd943fe2571..f5e98ce6d789 100644 --- a/dev-haskell/resourcet/resourcet-0.4.7.2.ebuild +++ b/dev-haskell/resourcet/resourcet-0.4.7.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/resourcet/resourcet-0.4.7.2.ebuild,v 1.1 2013/08/25 07:15:51 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/resourcet-0.4.7.2.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Deterministic allocation and freeing of scarce resources." +DESCRIPTION="Deterministic allocation and freeing of scarce resources" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/resourcet/resourcet-0.4.8.ebuild b/dev-haskell/resourcet/resourcet-0.4.8.ebuild index e3738dcfda54..59c19fef331b 100644 --- a/dev-haskell/resourcet/resourcet-0.4.8.ebuild +++ b/dev-haskell/resourcet/resourcet-0.4.8.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/resourcet/resourcet-0.4.8.ebuild,v 1.1 2013/09/13 06:25:30 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/resourcet-0.4.8.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Deterministic allocation and freeing of scarce resources." +DESCRIPTION="Deterministic allocation and freeing of scarce resources" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/resourcet/resourcet-0.4.9.ebuild b/dev-haskell/resourcet/resourcet-0.4.9.ebuild index 3555ad9c3cc9..2366f4507823 100644 --- a/dev-haskell/resourcet/resourcet-0.4.9.ebuild +++ b/dev-haskell/resourcet/resourcet-0.4.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/resourcet/resourcet-0.4.9.ebuild,v 1.3 2013/11/24 19:34:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/resourcet-0.4.9.ebuild,v 1.4 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Deterministic allocation and freeing of scarce resources." +DESCRIPTION="Deterministic allocation and freeing of scarce resources" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/resourcet/resourcet-1.1.2.2.ebuild b/dev-haskell/resourcet/resourcet-1.1.2.2.ebuild index 2776a4af4d4b..3cde04d08057 100644 --- a/dev-haskell/resourcet/resourcet-1.1.2.2.ebuild +++ b/dev-haskell/resourcet/resourcet-1.1.2.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/resourcet/resourcet-1.1.2.2.ebuild,v 1.1 2014/07/02 14:43:22 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/resourcet-1.1.2.2.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Deterministic allocation and freeing of scarce resources." +DESCRIPTION="Deterministic allocation and freeing of scarce resources" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/rfc5051/ChangeLog b/dev-haskell/rfc5051/ChangeLog index a01004c94f61..8c4cf3c54737 100644 --- a/dev-haskell/rfc5051/ChangeLog +++ b/dev-haskell/rfc5051/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/rfc5051 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/rfc5051/ChangeLog,v 1.2 2014/07/25 08:59:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/rfc5051/ChangeLog,v 1.3 2014/07/25 09:16:28 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> rfc5051-0.1.0.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/rfc5051/rfc5051-0.1.0.3.ebuild b/dev-haskell/rfc5051/rfc5051-0.1.0.3.ebuild index 983380c9f798..42fb8338b5e3 100644 --- a/dev-haskell/rfc5051/rfc5051-0.1.0.3.ebuild +++ b/dev-haskell/rfc5051/rfc5051-0.1.0.3.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/rfc5051/rfc5051-0.1.0.3.ebuild,v 1.1 2013/11/20 14:24:00 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/rfc5051/rfc5051-0.1.0.3.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Simple unicode collation as per RFC5051." +DESCRIPTION="Simple unicode collation as per RFC5051" HOMEPAGE="http://hackage.haskell.org/package/rfc5051" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/securemem/ChangeLog b/dev-haskell/securemem/ChangeLog index 5026d15e52db..3e54f2cc2282 100644 --- a/dev-haskell/securemem/ChangeLog +++ b/dev-haskell/securemem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/securemem # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/securemem/ChangeLog,v 1.4 2014/07/25 08:59:28 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/securemem/ChangeLog,v 1.5 2014/07/25 09:16:19 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> securemem-0.1.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/securemem/securemem-0.1.3.ebuild b/dev-haskell/securemem/securemem-0.1.3.ebuild index b953daf51124..ded10791508a 100644 --- a/dev-haskell/securemem/securemem-0.1.3.ebuild +++ b/dev-haskell/securemem/securemem-0.1.3.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/securemem/securemem-0.1.3.ebuild,v 1.3 2013/11/24 19:37:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/securemem/securemem-0.1.3.ebuild,v 1.4 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="abstraction to an auto scrubbing and const time eq, memory chunk." +DESCRIPTION="abstraction to an auto scrubbing and const time eq, memory chunk" HOMEPAGE="http://github.com/vincenthz/hs-securemem" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-css/ChangeLog b/dev-haskell/shakespeare-css/ChangeLog index 1fe6570dd5f1..c3d3377d9a84 100644 --- a/dev-haskell/shakespeare-css/ChangeLog +++ b/dev-haskell/shakespeare-css/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/shakespeare-css # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-css/ChangeLog,v 1.5 2014/07/25 08:58:41 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-css/ChangeLog,v 1.6 2014/07/25 09:16:20 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + shakespeare-css-1.0.6.2.ebuild, shakespeare-css-1.0.6.3.ebuild, + shakespeare-css-1.0.6.6.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/shakespeare-css/shakespeare-css-1.0.6.2.ebuild b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.2.ebuild index 3cf6bdfb0522..8dad0c5e30b7 100644 --- a/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.2.ebuild +++ b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.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/shakespeare-css/shakespeare-css-1.0.6.2.ebuild,v 1.1 2013/08/26 11:44:34 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.2.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stick your haskell variables into css at compile time." +DESCRIPTION="Stick your haskell variables into css at compile time" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.ebuild b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.ebuild index 03183b0b7f2c..dc6b278a315c 100644 --- a/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.ebuild +++ b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.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/shakespeare-css/shakespeare-css-1.0.6.3.ebuild,v 1.1 2013/09/13 06:27:50 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.3.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stick your haskell variables into css at compile time." +DESCRIPTION="Stick your haskell variables into css at compile time" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.ebuild b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.ebuild index ba312fff0ebd..419ee1842830 100644 --- a/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.ebuild +++ b/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.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/shakespeare-css/shakespeare-css-1.0.6.6.ebuild,v 1.1 2013/12/10 13:57:37 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-css/shakespeare-css-1.0.6.6.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stick your haskell variables into css at compile time." +DESCRIPTION="Stick your haskell variables into css at compile time" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-i18n/ChangeLog b/dev-haskell/shakespeare-i18n/ChangeLog index a9ee1dcc7294..2af34a7b5638 100644 --- a/dev-haskell/shakespeare-i18n/ChangeLog +++ b/dev-haskell/shakespeare-i18n/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/shakespeare-i18n # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/ChangeLog,v 1.5 2014/07/25 08:58:51 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/ChangeLog,v 1.6 2014/07/25 09:16:22 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + shakespeare-i18n-1.0.0.3.ebuild, shakespeare-i18n-1.0.0.4.ebuild, + shakespeare-i18n-1.0.0.5.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/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild index 804d5f96e4f4..00348df69aa2 100644 --- a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.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/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild,v 1.1 2013/08/26 11:44:54 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A type-based approach to internationalization." +DESCRIPTION="A type-based approach to internationalization" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.4.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.4.ebuild index 9de1e3101523..0b6bfabf8ae5 100644 --- a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.4.ebuild +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.4.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/shakespeare-i18n/shakespeare-i18n-1.0.0.4.ebuild,v 1.1 2013/09/13 06:28:31 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.4.ebuild,v 1.2 2014/07/25 09:16:21 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A type-based approach to internationalization." +DESCRIPTION="A type-based approach to internationalization" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild index 636e00d968d7..45987930b50e 100644 --- a/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild +++ b/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.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/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild,v 1.1 2013/12/10 13:56:42 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.5.ebuild,v 1.2 2014/07/25 09:16:22 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A type-based approach to internationalization." +DESCRIPTION="A type-based approach to internationalization" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-js/ChangeLog b/dev-haskell/shakespeare-js/ChangeLog index 69bdf2fde2ed..e3b16dc61300 100644 --- a/dev-haskell/shakespeare-js/ChangeLog +++ b/dev-haskell/shakespeare-js/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/shakespeare-js # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-js/ChangeLog,v 1.6 2014/07/25 08:58:28 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-js/ChangeLog,v 1.7 2014/07/25 09:16:27 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + shakespeare-js-1.1.4.1.ebuild, shakespeare-js-1.2.0.2.ebuild, + shakespeare-js-1.2.0.4.ebuild, shakespeare-js-1.2.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/shakespeare-js/shakespeare-js-1.1.4.1.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild index 9a3e81e0c41c..45acf7974661 100644 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.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/shakespeare-js/shakespeare-js-1.1.4.1.ebuild,v 1.1 2013/08/26 11:46:20 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time." +DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.2.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.2.ebuild index 08b0402c39e4..4b8bc5bf24c7 100644 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.2.ebuild +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.2.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/shakespeare-js/shakespeare-js-1.2.0.2.ebuild,v 1.1 2013/12/10 23:54:14 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.2.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time." +DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild index 92e975b5952f..8f085067cce5 100644 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.2.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/shakespeare-js/shakespeare-js-1.2.0.4.ebuild,v 1.1 2014/03/09 12:59:01 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time." +DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.ebuild index e06d3271b17a..dce4e44b2734 100644 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.ebuild +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.2.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/shakespeare-js/shakespeare-js-1.2.0.ebuild,v 1.1 2013/09/13 06:29:12 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.ebuild,v 1.2 2014/07/25 09:16:27 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time." +DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time" HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/silently/ChangeLog b/dev-haskell/silently/ChangeLog index 637f22cccb66..52ac2f1b1fec 100644 --- a/dev-haskell/silently/ChangeLog +++ b/dev-haskell/silently/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/silently # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/silently/ChangeLog,v 1.4 2014/07/25 08:58:39 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/silently/ChangeLog,v 1.5 2014/07/25 09:16:30 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> silently-1.2.4.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/silently/silently-1.2.4.1.ebuild b/dev-haskell/silently/silently-1.2.4.1.ebuild index d750c56ca351..4e2d01cad1c0 100644 --- a/dev-haskell/silently/silently-1.2.4.1.ebuild +++ b/dev-haskell/silently/silently-1.2.4.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/silently/silently-1.2.4.1.ebuild,v 1.3 2013/11/24 19:35:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/silently/silently-1.2.4.1.ebuild,v 1.4 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Prevent or capture writing to stdout and other handles." +DESCRIPTION="Prevent or capture writing to stdout and other handles" HOMEPAGE="https://github.com/trystan/silently" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/skein/ChangeLog b/dev-haskell/skein/ChangeLog index 394b116ca4a9..aecb9e806b5b 100644 --- a/dev-haskell/skein/ChangeLog +++ b/dev-haskell/skein/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/skein # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/skein/ChangeLog,v 1.5 2014/07/25 08:58:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/skein/ChangeLog,v 1.6 2014/07/25 09:16:17 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> skein-1.0.3.ebuild, + skein-1.0.6-r1.ebuild, skein-1.0.8.ebuild, skein-1.0.9.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/skein/skein-1.0.3.ebuild b/dev-haskell/skein/skein-1.0.3.ebuild index fee69774d243..b32b2c847577 100644 --- a/dev-haskell/skein/skein-1.0.3.ebuild +++ b/dev-haskell/skein/skein-1.0.3.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/skein/skein-1.0.3.ebuild,v 1.1 2013/08/26 04:12:13 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/skein/skein-1.0.3.ebuild,v 1.2 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well." +DESCRIPTION="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well" HOMEPAGE="https://github.com/meteficha/skein" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/skein/skein-1.0.6-r1.ebuild b/dev-haskell/skein/skein-1.0.6-r1.ebuild index a23320d9168b..245b44d0c019 100644 --- a/dev-haskell/skein/skein-1.0.6-r1.ebuild +++ b/dev-haskell/skein/skein-1.0.6-r1.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/skein/skein-1.0.6-r1.ebuild,v 1.1 2013/09/13 06:31:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/skein/skein-1.0.6-r1.ebuild,v 1.2 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well." +DESCRIPTION="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well" HOMEPAGE="https://github.com/meteficha/skein" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/skein/skein-1.0.8.ebuild b/dev-haskell/skein/skein-1.0.8.ebuild index 41d37eb9f4ed..24d2c25fdba0 100644 --- a/dev-haskell/skein/skein-1.0.8.ebuild +++ b/dev-haskell/skein/skein-1.0.8.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/skein/skein-1.0.8.ebuild,v 1.1 2013/12/11 06:20:05 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/skein/skein-1.0.8.ebuild,v 1.2 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well." +DESCRIPTION="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well" HOMEPAGE="https://github.com/meteficha/skein" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/skein/skein-1.0.9.ebuild b/dev-haskell/skein/skein-1.0.9.ebuild index 20b2de0136e4..24b3cd090b3d 100644 --- a/dev-haskell/skein/skein-1.0.9.ebuild +++ b/dev-haskell/skein/skein-1.0.9.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/skein/skein-1.0.9.ebuild,v 1.1 2014/03/09 13:00:14 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/skein/skein-1.0.9.ebuild,v 1.2 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well." +DESCRIPTION="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well" HOMEPAGE="https://github.com/meteficha/skein" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/socks/ChangeLog b/dev-haskell/socks/ChangeLog index ce34d8872b64..754271d81dc4 100644 --- a/dev-haskell/socks/ChangeLog +++ b/dev-haskell/socks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/socks # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/socks/ChangeLog,v 1.9 2014/07/25 08:58:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/socks/ChangeLog,v 1.10 2014/07/25 09:16:14 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> socks-0.5.3.ebuild, + socks-0.5.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/socks/socks-0.5.3.ebuild b/dev-haskell/socks/socks-0.5.3.ebuild index e8aff5201a1a..98667e1fabe9 100644 --- a/dev-haskell/socks/socks-0.5.3.ebuild +++ b/dev-haskell/socks/socks-0.5.3.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/socks/socks-0.5.3.ebuild,v 1.3 2013/11/24 19:38:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/socks/socks-0.5.3.ebuild,v 1.4 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Socks proxy (version 5) implementation." +DESCRIPTION="Socks proxy (version 5) implementation" HOMEPAGE="http://github.com/vincenthz/hs-socks" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/socks/socks-0.5.4.ebuild b/dev-haskell/socks/socks-0.5.4.ebuild index b69b36c62900..365bf39aa454 100644 --- a/dev-haskell/socks/socks-0.5.4.ebuild +++ b/dev-haskell/socks/socks-0.5.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/socks/socks-0.5.4.ebuild,v 1.3 2014/03/12 05:08:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/socks/socks-0.5.4.ebuild,v 1.4 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Socks proxy (version 5) implementation." +DESCRIPTION="Socks proxy (version 5) implementation" HOMEPAGE="http://github.com/vincenthz/hs-socks" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/split/ChangeLog b/dev-haskell/split/ChangeLog index 6f126ecfb7f6..3898152b4c56 100644 --- a/dev-haskell/split/ChangeLog +++ b/dev-haskell/split/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/split # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/ChangeLog,v 1.35 2014/07/25 08:58:44 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/ChangeLog,v 1.36 2014/07/25 09:16:28 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> split-0.1.4.2.ebuild, + split-0.1.4.3.ebuild, split-0.2.1.1.ebuild, split-0.2.1.3.ebuild, + split-0.2.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/split/split-0.1.4.2.ebuild b/dev-haskell/split/split-0.1.4.2.ebuild index ca547e87420c..5f8c9ee8285f 100644 --- a/dev-haskell/split/split-0.1.4.2.ebuild +++ b/dev-haskell/split/split-0.1.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/split/split-0.1.4.2.ebuild,v 1.2 2012/09/12 15:24:07 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.1.4.2.ebuild,v 1.3 2014/07/25 09:16:28 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Combinator library for splitting lists." +DESCRIPTION="Combinator library for splitting lists" HOMEPAGE="http://code.haskell.org/~byorgey/code/split" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/split/split-0.1.4.3.ebuild b/dev-haskell/split/split-0.1.4.3.ebuild index 1eab619ca56f..f7da8d73af16 100644 --- a/dev-haskell/split/split-0.1.4.3.ebuild +++ b/dev-haskell/split/split-0.1.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/split/split-0.1.4.3.ebuild,v 1.8 2012/12/29 14:20:06 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.1.4.3.ebuild,v 1.9 2014/07/25 09:16:28 slyfox Exp $ EAPI=4 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Combinator library for splitting lists." +DESCRIPTION="Combinator library for splitting lists" HOMEPAGE="http://code.haskell.org/~byorgey/code/split" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/split/split-0.2.1.1.ebuild b/dev-haskell/split/split-0.2.1.1.ebuild index 87eba817a9c8..5658d7c75c2a 100644 --- a/dev-haskell/split/split-0.2.1.1.ebuild +++ b/dev-haskell/split/split-0.2.1.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/split/split-0.2.1.1.ebuild,v 1.9 2013/04/26 09:18:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.2.1.1.ebuild,v 1.10 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Combinator library for splitting lists." +DESCRIPTION="Combinator library for splitting lists" HOMEPAGE="http://hackage.haskell.org/package/split" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/split/split-0.2.1.3.ebuild b/dev-haskell/split/split-0.2.1.3.ebuild index 70d508b94415..b63d62b4607c 100644 --- a/dev-haskell/split/split-0.2.1.3.ebuild +++ b/dev-haskell/split/split-0.2.1.3.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/split/split-0.2.1.3.ebuild,v 1.8 2013/08/07 13:31:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.2.1.3.ebuild,v 1.9 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Combinator library for splitting lists." +DESCRIPTION="Combinator library for splitting lists" HOMEPAGE="http://hackage.haskell.org/package/split" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/split/split-0.2.2.ebuild b/dev-haskell/split/split-0.2.2.ebuild index 108b0fb25c62..277dc4049dc2 100644 --- a/dev-haskell/split/split-0.2.2.ebuild +++ b/dev-haskell/split/split-0.2.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/split/split-0.2.2.ebuild,v 1.8 2013/06/29 16:29:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.2.2.ebuild,v 1.9 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Combinator library for splitting lists." +DESCRIPTION="Combinator library for splitting lists" HOMEPAGE="http://hackage.haskell.org/package/split" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/stm-chans/ChangeLog b/dev-haskell/stm-chans/ChangeLog index 3c2d148ec414..507c030ed2d2 100644 --- a/dev-haskell/stm-chans/ChangeLog +++ b/dev-haskell/stm-chans/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/stm-chans # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm-chans/ChangeLog,v 1.3 2014/07/25 08:59:30 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm-chans/ChangeLog,v 1.4 2014/07/25 09:16:30 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> stm-chans-3.0.0.2.ebuild, + stm-chans-3.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/stm-chans/stm-chans-3.0.0.2.ebuild b/dev-haskell/stm-chans/stm-chans-3.0.0.2.ebuild index 061a21d6e78a..58799f799101 100644 --- a/dev-haskell/stm-chans/stm-chans-3.0.0.2.ebuild +++ b/dev-haskell/stm-chans/stm-chans-3.0.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/stm-chans/stm-chans-3.0.0.2.ebuild,v 1.1 2014/07/02 13:46:13 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm-chans/stm-chans-3.0.0.2.ebuild,v 1.2 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Additional types of channels for STM." +DESCRIPTION="Additional types of channels for STM" HOMEPAGE="http://code.haskell.org/~wren/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/stm-chans/stm-chans-3.0.0.ebuild b/dev-haskell/stm-chans/stm-chans-3.0.0.ebuild index ef24aa6616b5..36d1ea6d04ef 100644 --- a/dev-haskell/stm-chans/stm-chans-3.0.0.ebuild +++ b/dev-haskell/stm-chans/stm-chans-3.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/stm-chans/stm-chans-3.0.0.ebuild,v 1.1 2013/12/11 06:21:12 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm-chans/stm-chans-3.0.0.ebuild,v 1.2 2014/07/25 09:16:30 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Additional types of channels for STM." +DESCRIPTION="Additional types of channels for STM" HOMEPAGE="http://code.haskell.org/~wren/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/stream/ChangeLog b/dev-haskell/stream/ChangeLog index 4358e8525aef..8c82724d4ca9 100644 --- a/dev-haskell/stream/ChangeLog +++ b/dev-haskell/stream/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/stream # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/ChangeLog,v 1.14 2014/07/02 13:47:31 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/ChangeLog,v 1.15 2014/07/25 09:16:14 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> stream-0.2.6-r1.ebuild, + stream-0.4.6.1.ebuild, stream-0.4.6.ebuild, stream-0.4.7.1-r1.ebuild: + Drop trailing '.' from description. *stream-0.4.7.1-r1 (02 Jul 2014) diff --git a/dev-haskell/stream/stream-0.2.6-r1.ebuild b/dev-haskell/stream/stream-0.2.6-r1.ebuild index 26e00705b454..cbe4a3c5d1b6 100644 --- a/dev-haskell/stream/stream-0.2.6-r1.ebuild +++ b/dev-haskell/stream/stream-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/stream/stream-0.2.6-r1.ebuild,v 1.9 2012/09/12 15:55:17 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/stream-0.2.6-r1.ebuild,v 1.10 2014/07/25 09:16:14 slyfox Exp $ EAPI=4 @@ -10,7 +10,7 @@ inherit haskell-cabal MY_PN="Stream" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A library for manipulating infinite lists." +DESCRIPTION="A library for manipulating infinite lists" HOMEPAGE="http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/stream/stream-0.4.6.1.ebuild b/dev-haskell/stream/stream-0.4.6.1.ebuild index efcabe2045d3..8ad8cc463037 100644 --- a/dev-haskell/stream/stream-0.4.6.1.ebuild +++ b/dev-haskell/stream/stream-0.4.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/stream/stream-0.4.6.1.ebuild,v 1.1 2012/11/19 12:12:40 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/stream-0.4.6.1.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="Stream" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A library for manipulating infinite lists." +DESCRIPTION="A library for manipulating infinite lists" HOMEPAGE="http://hackage.haskell.org/package/Stream" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/stream/stream-0.4.6.ebuild b/dev-haskell/stream/stream-0.4.6.ebuild index 04d8f1cb88a4..63f86f6edb58 100644 --- a/dev-haskell/stream/stream-0.4.6.ebuild +++ b/dev-haskell/stream/stream-0.4.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/stream/stream-0.4.6.ebuild,v 1.4 2012/09/12 15:55:17 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/stream-0.4.6.ebuild,v 1.5 2014/07/25 09:16:14 slyfox Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="Stream" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A library for manipulating infinite lists." +DESCRIPTION="A library for manipulating infinite lists" HOMEPAGE="http://hackage.haskell.org/package/Stream" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/stream/stream-0.4.7.1-r1.ebuild b/dev-haskell/stream/stream-0.4.7.1-r1.ebuild index bb6b3951a908..407e92eeacfa 100644 --- a/dev-haskell/stream/stream-0.4.7.1-r1.ebuild +++ b/dev-haskell/stream/stream-0.4.7.1-r1.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/stream/stream-0.4.7.1-r1.ebuild,v 1.1 2014/07/02 13:47:31 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/stream-0.4.7.1-r1.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit haskell-cabal MY_PN="Stream" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A library for manipulating infinite lists." +DESCRIPTION="A library for manipulating infinite lists" HOMEPAGE="http://hackage.haskell.org/package/Stream" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" diff --git a/dev-haskell/strict/ChangeLog b/dev-haskell/strict/ChangeLog index a8c436f92ca0..8f7a5f62a630 100644 --- a/dev-haskell/strict/ChangeLog +++ b/dev-haskell/strict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/strict # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/strict/ChangeLog,v 1.9 2014/07/25 08:58:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/strict/ChangeLog,v 1.10 2014/07/25 09:16:34 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> strict-0.3.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/strict/strict-0.3.2.ebuild b/dev-haskell/strict/strict-0.3.2.ebuild index db050b71e946..332390243af5 100644 --- a/dev-haskell/strict/strict-0.3.2.ebuild +++ b/dev-haskell/strict/strict-0.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/strict/strict-0.3.2.ebuild,v 1.8 2012/12/10 21:53:14 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/strict/strict-0.3.2.ebuild,v 1.9 2014/07/25 09:16:34 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Strict data types and String IO." +DESCRIPTION="Strict data types and String IO" HOMEPAGE="http://www.cse.unsw.edu.au/~rl/code/strict.html" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tar/ChangeLog b/dev-haskell/tar/ChangeLog index 80fd0e0e5ad7..5024164ab796 100644 --- a/dev-haskell/tar/ChangeLog +++ b/dev-haskell/tar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/tar -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v 1.22 2013/09/05 18:43:46 slyfox Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v 1.23 2014/07/25 09:16:33 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> tar-0.3.1.0.ebuild, + tar-0.3.2.0.ebuild, tar-0.4.0.1.ebuild: + Drop trailing '.' from description. 05 Sep 2013; Sergei Trofimovich <slyfox@gentoo.org> +files/tar-0.3.2.0-dir-1.2.patch, tar-0.3.2.0.ebuild: diff --git a/dev-haskell/tar/tar-0.3.1.0.ebuild b/dev-haskell/tar/tar-0.3.1.0.ebuild index 026615b4db42..ab253423a4f2 100644 --- a/dev-haskell/tar/tar-0.3.1.0.ebuild +++ b/dev-haskell/tar/tar-0.3.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/tar/tar-0.3.1.0.ebuild,v 1.5 2012/09/12 14:45:08 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/tar-0.3.1.0.ebuild,v 1.6 2014/07/25 09:16:33 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit base haskell-cabal -DESCRIPTION="Reading, writing and manipulating .tar archive files." +DESCRIPTION="Reading, writing and manipulating .tar archive files" HOMEPAGE="http://hackage.haskell.org/package/tar" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tar/tar-0.3.2.0.ebuild b/dev-haskell/tar/tar-0.3.2.0.ebuild index e04ce24667ff..af843599d5b6 100644 --- a/dev-haskell/tar/tar-0.3.2.0.ebuild +++ b/dev-haskell/tar/tar-0.3.2.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/tar/tar-0.3.2.0.ebuild,v 1.9 2013/09/05 18:43:46 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/tar-0.3.2.0.ebuild,v 1.10 2014/07/25 09:16:33 slyfox Exp $ # ebuild generated by hackport 0.2.14 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit base haskell-cabal -DESCRIPTION="Reading, writing and manipulating .tar archive files." +DESCRIPTION="Reading, writing and manipulating .tar archive files" HOMEPAGE="http://hackage.haskell.org/package/tar" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tar/tar-0.4.0.1.ebuild b/dev-haskell/tar/tar-0.4.0.1.ebuild index 523bbd07ef0c..439c0c1601c6 100644 --- a/dev-haskell/tar/tar-0.4.0.1.ebuild +++ b/dev-haskell/tar/tar-0.4.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/tar/tar-0.4.0.1.ebuild,v 1.9 2013/03/31 10:26:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/tar-0.4.0.1.ebuild,v 1.10 2014/07/25 09:16:33 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Reading, writing and manipulating ".tar" archive files." +DESCRIPTION="Reading, writing and manipulating ".tar" archive files" HOMEPAGE="http://hackage.haskell.org/package/tar" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-hunit/ChangeLog b/dev-haskell/tasty-hunit/ChangeLog index 8a416775e625..111329de25e5 100644 --- a/dev-haskell/tasty-hunit/ChangeLog +++ b/dev-haskell/tasty-hunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/tasty-hunit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/ChangeLog,v 1.4 2014/07/25 08:59:02 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/ChangeLog,v 1.5 2014/07/25 09:16:28 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> tasty-hunit-0.2.ebuild, + tasty-hunit-0.4.1.ebuild, tasty-hunit-0.8.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/tasty-hunit/tasty-hunit-0.2.ebuild b/dev-haskell/tasty-hunit/tasty-hunit-0.2.ebuild index 971b9101b918..21a411eabf3b 100644 --- a/dev-haskell/tasty-hunit/tasty-hunit-0.2.ebuild +++ b/dev-haskell/tasty-hunit/tasty-hunit-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/tasty-hunit/tasty-hunit-0.2.ebuild,v 1.1 2013/09/13 10:06:19 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/tasty-hunit-0.2.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="HUnit support for the Tasty test framework." +DESCRIPTION="HUnit support for the Tasty test framework" HOMEPAGE="http://hackage.haskell.org/package/tasty-hunit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-hunit/tasty-hunit-0.4.1.ebuild b/dev-haskell/tasty-hunit/tasty-hunit-0.4.1.ebuild index 4be92d8c0341..b5cce2675a1e 100644 --- a/dev-haskell/tasty-hunit/tasty-hunit-0.4.1.ebuild +++ b/dev-haskell/tasty-hunit/tasty-hunit-0.4.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/tasty-hunit/tasty-hunit-0.4.1.ebuild,v 1.1 2013/12/10 23:33:50 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/tasty-hunit-0.4.1.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="HUnit support for the Tasty test framework." +DESCRIPTION="HUnit support for the Tasty test framework" HOMEPAGE="http://hackage.haskell.org/package/tasty-hunit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-hunit/tasty-hunit-0.8.0.1.ebuild b/dev-haskell/tasty-hunit/tasty-hunit-0.8.0.1.ebuild index 481b9f27bb58..f0521ce80887 100644 --- a/dev-haskell/tasty-hunit/tasty-hunit-0.8.0.1.ebuild +++ b/dev-haskell/tasty-hunit/tasty-hunit-0.8.0.1.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/tasty-hunit/tasty-hunit-0.8.0.1.ebuild,v 1.1 2014/03/14 14:00:53 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/tasty-hunit-0.8.0.1.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="HUnit support for the Tasty test framework." +DESCRIPTION="HUnit support for the Tasty test framework" HOMEPAGE="http://hackage.haskell.org/package/tasty-hunit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-quickcheck/ChangeLog b/dev-haskell/tasty-quickcheck/ChangeLog index e3af2800517d..dbe2bcc0dbcf 100644 --- a/dev-haskell/tasty-quickcheck/ChangeLog +++ b/dev-haskell/tasty-quickcheck/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/tasty-quickcheck # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-quickcheck/ChangeLog,v 1.4 2014/07/25 08:59:09 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-quickcheck/ChangeLog,v 1.5 2014/07/25 09:16:38 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + tasty-quickcheck-0.3.1.ebuild, tasty-quickcheck-0.8.1.ebuild, + tasty-quickcheck-0.8.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/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild index 40a185e66ced..a0c70ae6c4e6 100644 --- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild +++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.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/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild,v 1.1 2013/12/11 21:48:23 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck support for the Tasty test framework." +DESCRIPTION="QuickCheck support for the Tasty test framework" HOMEPAGE="http://hackage.haskell.org/package/tasty-quickcheck" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild index 571793c9c212..706bd1d31b58 100644 --- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild +++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.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/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild,v 1.1 2014/07/03 05:54:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck support for the Tasty test framework." +DESCRIPTION="QuickCheck support for the Tasty test framework" HOMEPAGE="http://hackage.haskell.org/package/tasty-quickcheck" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.ebuild index 14383abb7815..3c479980d3bb 100644 --- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.ebuild +++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-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/tasty-quickcheck/tasty-quickcheck-0.8.ebuild,v 1.1 2014/03/14 14:04:25 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.ebuild,v 1.2 2014/07/25 09:16:38 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck support for the Tasty test framework." +DESCRIPTION="QuickCheck support for the Tasty test framework" HOMEPAGE="http://hackage.haskell.org/package/tasty-quickcheck" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-smallcheck/ChangeLog b/dev-haskell/tasty-smallcheck/ChangeLog index 14f8bfc174b5..a6d1b47858f3 100644 --- a/dev-haskell/tasty-smallcheck/ChangeLog +++ b/dev-haskell/tasty-smallcheck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/tasty-smallcheck # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog,v 1.3 2014/07/25 08:58:49 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog,v 1.4 2014/07/25 09:16:34 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + tasty-smallcheck-0.2.ebuild, tasty-smallcheck-0.8.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/tasty-smallcheck/tasty-smallcheck-0.2.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild index c3eb7ab320ff..41bf9f951c81 100644 --- a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild +++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-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/tasty-smallcheck/tasty-smallcheck-0.2.ebuild,v 1.1 2013/09/13 10:05:39 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="SmallCheck support for the Tasty test framework." +DESCRIPTION="SmallCheck support for the Tasty test framework" HOMEPAGE="https://github.com/feuerbach/tasty" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild index 43e72131bdbc..165ae851e2da 100644 --- a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild +++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-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/tasty-smallcheck/tasty-smallcheck-0.8.ebuild,v 1.1 2014/03/14 14:08:13 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="SmallCheck support for the Tasty test framework." +DESCRIPTION="SmallCheck support for the Tasty test framework" HOMEPAGE="https://github.com/feuerbach/tasty" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/tasty-th/ChangeLog b/dev-haskell/tasty-th/ChangeLog index 21af58716360..cfc3dd17ca20 100644 --- a/dev-haskell/tasty-th/ChangeLog +++ b/dev-haskell/tasty-th/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/tasty-th # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/ChangeLog,v 1.2 2014/07/25 08:59:37 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/ChangeLog,v 1.3 2014/07/25 09:16:45 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> tasty-th-0.1.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/tasty-th/tasty-th-0.1.2.ebuild b/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild index 208637bd0a30..7b3da637e5a0 100644 --- a/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild +++ b/dev-haskell/tasty-th/tasty-th-0.1.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/tasty-th/tasty-th-0.1.2.ebuild,v 1.1 2014/07/02 14:44:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild,v 1.2 2014/07/25 09:16:45 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell." +DESCRIPTION="Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell" HOMEPAGE="http://github.com/bennofs/tasty-th" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/terminfo/ChangeLog b/dev-haskell/terminfo/ChangeLog index d4377a2006e0..677c671d627e 100644 --- a/dev-haskell/terminfo/ChangeLog +++ b/dev-haskell/terminfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/terminfo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.35 2014/07/02 14:02:44 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.36 2014/07/25 09:16:18 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> terminfo-0.3.2.3.ebuild, + terminfo-0.3.2.5.ebuild, terminfo-0.4.0.0.ebuild: + Drop trailing '.' from description. *terminfo-0.4.0.0 (02 Jul 2014) diff --git a/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild b/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild index 029cc0fd7f59..004aa3bc5948 100644 --- a/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild +++ b/dev-haskell/terminfo/terminfo-0.3.2.3.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/terminfo/terminfo-0.3.2.3.ebuild,v 1.8 2013/03/01 20:39:33 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.3.ebuild,v 1.9 2014/07/25 09:16:18 slyfox Exp $ # ebuild generated by hackport 0.2.14 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit autotools eutils haskell-cabal -DESCRIPTION="Haskell bindings to the terminfo library." +DESCRIPTION="Haskell bindings to the terminfo library" HOMEPAGE="http://code.haskell.org/terminfo" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild b/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild index 413ec906276f..10d9994e1b46 100644 --- a/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild +++ b/dev-haskell/terminfo/terminfo-0.3.2.5.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/terminfo/terminfo-0.3.2.5.ebuild,v 1.9 2013/03/31 10:27:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.3.2.5.ebuild,v 1.10 2014/07/25 09:16:18 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit autotools eutils haskell-cabal -DESCRIPTION="Haskell bindings to the terminfo library." +DESCRIPTION="Haskell bindings to the terminfo library" HOMEPAGE="http://code.haskell.org/terminfo" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/terminfo/terminfo-0.4.0.0.ebuild b/dev-haskell/terminfo/terminfo-0.4.0.0.ebuild index 31325a1d484a..5e15c5a595a2 100644 --- a/dev-haskell/terminfo/terminfo-0.4.0.0.ebuild +++ b/dev-haskell/terminfo/terminfo-0.4.0.0.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/terminfo/terminfo-0.4.0.0.ebuild,v 1.1 2014/07/02 14:02:44 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.4.0.0.ebuild,v 1.2 2014/07/25 09:16:18 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Haskell bindings to the terminfo library." +DESCRIPTION="Haskell bindings to the terminfo library" HOMEPAGE="https://github.com/judah/terminfo" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-hunit/ChangeLog b/dev-haskell/test-framework-hunit/ChangeLog index 2bc325dda81a..1d52eae9112f 100644 --- a/dev-haskell/test-framework-hunit/ChangeLog +++ b/dev-haskell/test-framework-hunit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/test-framework-hunit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/ChangeLog,v 1.26 2013/10/19 09:57:17 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/ChangeLog,v 1.27 2014/07/25 09:16:24 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + test-framework-hunit-0.2.4.ebuild, test-framework-hunit-0.2.6.ebuild, + test-framework-hunit-0.2.7.ebuild, test-framework-hunit-0.3.0.1.ebuild, + test-framework-hunit-0.3.0.ebuild: + Drop trailing '.' from description. *test-framework-hunit-0.3.0.1 (19 Oct 2013) diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild index 9f8a9e5744ea..42983beb84f1 100644 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 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/test-framework-hunit/test-framework-hunit-0.2.4.ebuild,v 1.10 2012/09/12 15:33:38 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild,v 1.11 2014/07/25 09:16:24 slyfox Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal -DESCRIPTION="HUnit support for the test-framework package." +DESCRIPTION="HUnit support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.6.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.6.ebuild index d081f26b05c1..707b4c7d756a 100644 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.6.ebuild +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 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/test-framework-hunit/test-framework-hunit-0.2.6.ebuild,v 1.2 2012/09/12 15:33:38 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.6.ebuild,v 1.3 2014/07/25 09:16:24 slyfox Exp $ EAPI="3" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="HUnit support for the test-framework package." +DESCRIPTION="HUnit support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.7.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.7.ebuild index c38eb4e0a6d0..19083b31a656 100644 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.7.ebuild +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.7.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 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/test-framework-hunit/test-framework-hunit-0.2.7.ebuild,v 1.7 2012/09/12 15:33:38 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.7.ebuild,v 1.8 2014/07/25 09:16:24 slyfox Exp $ EAPI="4" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="HUnit support for the test-framework package." +DESCRIPTION="HUnit support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild index 2d415f9a17f6..66cf5903d5d6 100644 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.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/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild,v 1.1 2013/10/19 09:57:17 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild,v 1.2 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="HUnit support for the test-framework package." +DESCRIPTION="HUnit support for the test-framework package" HOMEPAGE="https://batterseapower.github.io/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild index 5a7938d035af..3f306ab2acac 100644 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.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/test-framework-hunit/test-framework-hunit-0.3.0.ebuild,v 1.8 2013/08/07 13:31:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild,v 1.9 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="HUnit support for the test-framework package." +DESCRIPTION="HUnit support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/ChangeLog b/dev-haskell/test-framework-quickcheck2/ChangeLog index bbf7bf00d7af..04714fa50554 100644 --- a/dev-haskell/test-framework-quickcheck2/ChangeLog +++ b/dev-haskell/test-framework-quickcheck2/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for dev-haskell/test-framework-quickcheck2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.35 2014/07/25 08:59:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.36 2014/07/25 09:16:23 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + test-framework-quickcheck2-0.2.10.ebuild, + test-framework-quickcheck2-0.2.12-r1.ebuild, + test-framework-quickcheck2-0.2.12.1.ebuild, + test-framework-quickcheck2-0.2.12.2.ebuild, + test-framework-quickcheck2-0.2.12.3.ebuild, + test-framework-quickcheck2-0.2.5.ebuild, + test-framework-quickcheck2-0.3.0.1-r1.ebuild, + test-framework-quickcheck2-0.3.0.2.ebuild, + test-framework-quickcheck2-0.3.0.3-r1.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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild index eba25c75a8af..6182ed307494 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild,v 1.2 2012/09/12 15:36:42 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.10.ebuild,v 1.3 2014/07/25 09:16:22 slyfox Exp $ # ebuild generated by hackport 0.2.14 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild index bc1ab6fc4180..c70c602755bc 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild,v 1.2 2012/09/12 15:36:42 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12-r1.ebuild,v 1.3 2014/07/25 09:16:23 slyfox Exp $ # ebuild generated by hackport 0.2.14 @@ -9,7 +9,7 @@ EAPI="4" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild index 5f04099caea5..b2cbef23586a 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild,v 1.2 2012/09/12 15:36:42 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.1.ebuild,v 1.3 2014/07/25 09:16:23 slyfox Exp $ # ebuild generated by hackport 0.2.17 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild index fdfe1d93b53a..d176f8104523 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild,v 1.3 2012/09/25 14:17:53 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.2.ebuild,v 1.4 2014/07/25 09:16:22 slyfox Exp $ # ebuild generated by hackport 0.2.17 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild index eb8c1a426576..ec1e82c0b415 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild,v 1.2 2012/11/25 02:58:47 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild,v 1.3 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild index b16ae260ef34..38c913e5df26 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 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/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild,v 1.10 2012/09/12 15:36:42 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.5.ebuild,v 1.11 2014/07/25 09:16:23 slyfox Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild index 6b9c056f7b2c..bdceb2ec0772 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.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/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild,v 1.8 2013/08/03 07:30:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild,v 1.9 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.ebuild index 908392970a01..af556e5b3386 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.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/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.ebuild,v 1.8 2014/07/05 13:01:16 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.ebuild,v 1.9 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="https://batterseapower.github.io/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r1.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r1.ebuild index 9744dd14c4b6..45b7a3e81f42 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r1.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r1.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/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r1.ebuild,v 1.1 2014/07/02 14:04:19 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r1.ebuild,v 1.2 2014/07/25 09:16:23 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="QuickCheck2 support for the test-framework package." +DESCRIPTION="QuickCheck2 support for the test-framework package" HOMEPAGE="https://batterseapower.github.io/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/test-framework-th/ChangeLog b/dev-haskell/test-framework-th/ChangeLog index 50022db7e364..90f61eb58c9f 100644 --- a/dev-haskell/test-framework-th/ChangeLog +++ b/dev-haskell/test-framework-th/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/test-framework-th # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-th/ChangeLog,v 1.2 2014/07/25 08:59:12 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-th/ChangeLog,v 1.3 2014/07/25 09:16:32 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + test-framework-th-0.2.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/test-framework-th/test-framework-th-0.2.4.ebuild b/dev-haskell/test-framework-th/test-framework-th-0.2.4.ebuild index 066126e95f0b..742bbd7b931f 100644 --- a/dev-haskell/test-framework-th/test-framework-th-0.2.4.ebuild +++ b/dev-haskell/test-framework-th/test-framework-th-0.2.4.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/test-framework-th/test-framework-th-0.2.4.ebuild,v 1.1 2013/08/25 06:33:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-th/test-framework-th-0.2.4.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell." +DESCRIPTION="Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell" HOMEPAGE="http://github.com/finnsson/test-generator" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/texmath/ChangeLog b/dev-haskell/texmath/ChangeLog index 45cb304af915..7c8ec937dd3b 100644 --- a/dev-haskell/texmath/ChangeLog +++ b/dev-haskell/texmath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/texmath # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.17 2014/07/25 08:59:10 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.18 2014/07/25 09:16:40 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> texmath-0.6.4.ebuild, + texmath-0.6.5.2.ebuild, texmath-0.6.6.1.ebuild, texmath-0.6.6.3.ebuild, + texmath-0.6.6.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/texmath/texmath-0.6.4.ebuild b/dev-haskell/texmath/texmath-0.6.4.ebuild index cdf525d1a648..3995357667a0 100644 --- a/dev-haskell/texmath/texmath-0.6.4.ebuild +++ b/dev-haskell/texmath/texmath-0.6.4.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/texmath/texmath-0.6.4.ebuild,v 1.3 2013/11/24 19:33:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild,v 1.4 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML." +DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML" HOMEPAGE="http://github.com/jgm/texmath" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/texmath/texmath-0.6.5.2.ebuild b/dev-haskell/texmath/texmath-0.6.5.2.ebuild index 5b6d7f6900ba..a00fe820ff2c 100644 --- a/dev-haskell/texmath/texmath-0.6.5.2.ebuild +++ b/dev-haskell/texmath/texmath-0.6.5.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/texmath/texmath-0.6.5.2.ebuild,v 1.1 2013/12/11 06:31:24 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.5.2.ebuild,v 1.2 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML." +DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML" HOMEPAGE="http://github.com/jgm/texmath" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/texmath/texmath-0.6.6.1.ebuild b/dev-haskell/texmath/texmath-0.6.6.1.ebuild index 3648deaa8f79..e79fc2b4b3b4 100644 --- a/dev-haskell/texmath/texmath-0.6.6.1.ebuild +++ b/dev-haskell/texmath/texmath-0.6.6.1.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/texmath/texmath-0.6.6.1.ebuild,v 1.1 2014/05/10 12:04:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.1.ebuild,v 1.2 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML." +DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML" HOMEPAGE="http://github.com/jgm/texmath" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/texmath/texmath-0.6.6.3.ebuild b/dev-haskell/texmath/texmath-0.6.6.3.ebuild index f6b766e65499..584008622c72 100644 --- a/dev-haskell/texmath/texmath-0.6.6.3.ebuild +++ b/dev-haskell/texmath/texmath-0.6.6.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/texmath/texmath-0.6.6.3.ebuild,v 1.1 2014/07/02 14:05:17 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.3.ebuild,v 1.2 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML." +DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML" HOMEPAGE="http://github.com/jgm/texmath" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/texmath/texmath-0.6.6.ebuild b/dev-haskell/texmath/texmath-0.6.6.ebuild index 9ed3a6127de8..033fe54e9a85 100644 --- a/dev-haskell/texmath/texmath-0.6.6.ebuild +++ b/dev-haskell/texmath/texmath-0.6.6.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/texmath/texmath-0.6.6.ebuild,v 1.1 2014/02/01 19:53:47 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.ebuild,v 1.2 2014/07/25 09:16:40 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML." +DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML" HOMEPAGE="http://github.com/jgm/texmath" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" 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" diff --git a/dev-haskell/text/ChangeLog b/dev-haskell/text/ChangeLog index 0e55a2c92c0f..4905deacc450 100644 --- a/dev-haskell/text/ChangeLog +++ b/dev-haskell/text/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/text # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.43 2014/07/25 08:58:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.44 2014/07/25 09:16:36 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> text-0.11.3.1.ebuild, + text-1.1.0.0.ebuild, text-1.1.0.1.ebuild, text-1.1.1.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/text/text-0.11.3.1.ebuild b/dev-haskell/text/text-0.11.3.1.ebuild index e74e019aa461..a1e1c5909316 100644 --- a/dev-haskell/text/text-0.11.3.1.ebuild +++ b/dev-haskell/text/text-0.11.3.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/text/text-0.11.3.1.ebuild,v 1.9 2013/09/07 20:12:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.3.1.ebuild,v 1.10 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An efficient packed Unicode text type." +DESCRIPTION="An efficient packed Unicode text type" HOMEPAGE="https://github.com/bos/text" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/text/text-1.1.0.0.ebuild b/dev-haskell/text/text-1.1.0.0.ebuild index a354ea8984a1..405fb8a67a82 100644 --- a/dev-haskell/text/text-1.1.0.0.ebuild +++ b/dev-haskell/text/text-1.1.0.0.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/text-1.1.0.0.ebuild,v 1.1 2014/03/04 16:02:16 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-1.1.0.0.ebuild,v 1.2 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An efficient packed Unicode text type." +DESCRIPTION="An efficient packed Unicode text type" HOMEPAGE="https://github.com/bos/text" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/text/text-1.1.0.1.ebuild b/dev-haskell/text/text-1.1.0.1.ebuild index b39e86e09b68..f3fe5cd69e3a 100644 --- a/dev-haskell/text/text-1.1.0.1.ebuild +++ b/dev-haskell/text/text-1.1.0.1.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/text-1.1.0.1.ebuild,v 1.1 2014/03/09 13:01:40 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-1.1.0.1.ebuild,v 1.2 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An efficient packed Unicode text type." +DESCRIPTION="An efficient packed Unicode text type" HOMEPAGE="https://github.com/bos/text" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/text/text-1.1.1.3.ebuild b/dev-haskell/text/text-1.1.1.3.ebuild index d1072fc3e118..9e93395e9f4d 100644 --- a/dev-haskell/text/text-1.1.1.3.ebuild +++ b/dev-haskell/text/text-1.1.1.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/text/text-1.1.1.3.ebuild,v 1.1 2014/07/02 14:08:43 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-1.1.1.3.ebuild,v 1.2 2014/07/25 09:16:36 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="An efficient packed Unicode text type." +DESCRIPTION="An efficient packed Unicode text type" HOMEPAGE="https://github.com/bos/text" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/transformers-compat/ChangeLog b/dev-haskell/transformers-compat/ChangeLog index d5de44fd30ab..9fd50c397cb4 100644 --- a/dev-haskell/transformers-compat/ChangeLog +++ b/dev-haskell/transformers-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/transformers-compat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/ChangeLog,v 1.3 2014/07/25 08:59:39 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/ChangeLog,v 1.4 2014/07/25 09:16:17 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + transformers-compat-0.1.1.1.ebuild, transformers-compat-0.3.3.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/transformers-compat/transformers-compat-0.1.1.1.ebuild b/dev-haskell/transformers-compat/transformers-compat-0.1.1.1.ebuild index 315f073b1f69..d54ee775090a 100644 --- a/dev-haskell/transformers-compat/transformers-compat-0.1.1.1.ebuild +++ b/dev-haskell/transformers-compat/transformers-compat-0.1.1.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/transformers-compat/transformers-compat-0.1.1.1.ebuild,v 1.1 2013/08/26 08:59:54 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/transformers-compat-0.1.1.1.ebuild,v 1.2 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A small compatibility shim exposing the new types from transformers 0.3 to older Haskell platforms." +DESCRIPTION="A small compatibility shim exposing the new types from transformers 0.3 to older Haskell platforms" HOMEPAGE="http://github.com/ekmett/transformers-compat/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/transformers-compat/transformers-compat-0.3.3.4.ebuild b/dev-haskell/transformers-compat/transformers-compat-0.3.3.4.ebuild index b5a16b559b3f..214d3dd1929b 100644 --- a/dev-haskell/transformers-compat/transformers-compat-0.3.3.4.ebuild +++ b/dev-haskell/transformers-compat/transformers-compat-0.3.3.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/transformers-compat/transformers-compat-0.3.3.4.ebuild,v 1.1 2014/07/02 14:12:31 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/transformers-compat-0.3.3.4.ebuild,v 1.2 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A small compatibility shim for dev-haskell/transformers." +DESCRIPTION="A small compatibility shim for dev-haskell/transformers" HOMEPAGE="http://github.com/ekmett/transformers-compat/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/uniplate/ChangeLog b/dev-haskell/uniplate/ChangeLog index 05a95286f2cf..20f48c000005 100644 --- a/dev-haskell/uniplate/ChangeLog +++ b/dev-haskell/uniplate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/uniplate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniplate/ChangeLog,v 1.2 2014/07/25 08:58:31 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniplate/ChangeLog,v 1.3 2014/07/25 09:16:46 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> uniplate-1.6.12.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/uniplate/uniplate-1.6.12.ebuild b/dev-haskell/uniplate/uniplate-1.6.12.ebuild index 753090d539c5..9ec07d2b11ba 100644 --- a/dev-haskell/uniplate/uniplate-1.6.12.ebuild +++ b/dev-haskell/uniplate/uniplate-1.6.12.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/uniplate/uniplate-1.6.12.ebuild,v 1.1 2014/01/29 21:50:07 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniplate/uniplate-1.6.12.ebuild,v 1.2 2014/07/25 09:16:46 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Help writing simple, concise and fast generic operations." +DESCRIPTION="Help writing simple, concise and fast generic operations" HOMEPAGE="http://community.haskell.org/~ndm/uniplate/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog index 0ce492e5f56f..4bdd9dda1802 100644 --- a/dev-haskell/unix-compat/ChangeLog +++ b/dev-haskell/unix-compat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/unix-compat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.27 2014/07/25 08:58:31 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.28 2014/07/25 09:16:16 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + unix-compat-0.3.0.1.ebuild, unix-compat-0.4.0.0.ebuild, + unix-compat-0.4.1.0.ebuild, unix-compat-0.4.1.1.ebuild, + unix-compat-0.4.1.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/unix-compat/unix-compat-0.3.0.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild index 200af51a4228..6324926b2b35 100644 --- a/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/unix-compat/unix-compat-0.3.0.1.ebuild,v 1.8 2012/12/10 21:53:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild,v 1.9 2014/07/25 09:16:16 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI=4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Portable POSIX-compatibility layer." +DESCRIPTION="Portable POSIX-compatibility layer" HOMEPAGE="http://github.com/jystic/unix-compat" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild index bc21432fc80f..a5bcacfcfdea 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/unix-compat/unix-compat-0.4.0.0.ebuild,v 1.1 2012/11/18 07:43:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Portable POSIX-compatibility layer." +DESCRIPTION="Portable POSIX-compatibility layer" HOMEPAGE="http://github.com/jystic/unix-compat" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild index 774745cd32c2..7ff1dc91039f 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.1.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/unix-compat/unix-compat-0.4.1.0.ebuild,v 1.8 2013/03/31 09:59:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild,v 1.9 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Portable POSIX-compatibility layer." +DESCRIPTION="Portable POSIX-compatibility layer" HOMEPAGE="http://github.com/jystic/unix-compat" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild index abf1587f410a..58070988243c 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.1.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/unix-compat/unix-compat-0.4.1.1.ebuild,v 1.8 2013/08/07 13:32:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild,v 1.9 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Portable POSIX-compatibility layer." +DESCRIPTION="Portable POSIX-compatibility layer" HOMEPAGE="http://github.com/jystic/unix-compat" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild index 142f7dc1e978..273711dca480 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.1.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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.1 2014/07/02 14:47:09 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.2 2014/07/25 09:16:16 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Portable POSIX-compatibility layer." +DESCRIPTION="Portable POSIX-compatibility layer" HOMEPAGE="http://github.com/jystic/unix-compat" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/url/ChangeLog b/dev-haskell/url/ChangeLog index 01a3299c4b9c..2f1a24aa6b2c 100644 --- a/dev-haskell/url/ChangeLog +++ b/dev-haskell/url/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/url # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/url/ChangeLog,v 1.2 2014/07/25 08:59:03 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/url/ChangeLog,v 1.3 2014/07/25 09:16:17 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> url-2.1.3-r1.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/url/url-2.1.3-r1.ebuild b/dev-haskell/url/url-2.1.3-r1.ebuild index 3c23cf5c7e9d..f6c53bf82125 100644 --- a/dev-haskell/url/url-2.1.3-r1.ebuild +++ b/dev-haskell/url/url-2.1.3-r1.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/url/url-2.1.3-r1.ebuild,v 1.1 2013/06/20 06:25:51 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/url/url-2.1.3-r1.ebuild,v 1.2 2014/07/25 09:16:17 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A library for working with URLs." +DESCRIPTION="A library for working with URLs" HOMEPAGE="http://www.haskell.org/haskellwiki/Url" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai-extra/ChangeLog b/dev-haskell/wai-extra/ChangeLog index 53d9f39af7a2..227613b86e9b 100644 --- a/dev-haskell/wai-extra/ChangeLog +++ b/dev-haskell/wai-extra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/wai-extra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-extra/ChangeLog,v 1.6 2014/07/25 08:58:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-extra/ChangeLog,v 1.7 2014/07/25 09:16:24 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> wai-extra-1.3.4.5.ebuild, + wai-extra-2.0.0.1.ebuild, wai-extra-2.1.0.ebuild, wai-extra-3.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/wai-extra/wai-extra-1.3.4.5.ebuild b/dev-haskell/wai-extra/wai-extra-1.3.4.5.ebuild index 6b8ff5946b1e..56bf83407b77 100644 --- a/dev-haskell/wai-extra/wai-extra-1.3.4.5.ebuild +++ b/dev-haskell/wai-extra/wai-extra-1.3.4.5.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/wai-extra/wai-extra-1.3.4.5.ebuild,v 1.1 2013/09/13 06:42:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-extra/wai-extra-1.3.4.5.ebuild,v 1.2 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Provides some basic WAI handlers and middleware." +DESCRIPTION="Provides some basic WAI handlers and middleware" HOMEPAGE="http://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai-extra/wai-extra-2.0.0.1.ebuild b/dev-haskell/wai-extra/wai-extra-2.0.0.1.ebuild index 1cd44dea2598..bf733c9cf3ec 100644 --- a/dev-haskell/wai-extra/wai-extra-2.0.0.1.ebuild +++ b/dev-haskell/wai-extra/wai-extra-2.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/wai-extra/wai-extra-2.0.0.1.ebuild,v 1.1 2013/12/11 06:50:01 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-extra/wai-extra-2.0.0.1.ebuild,v 1.2 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Provides some basic WAI handlers and middleware." +DESCRIPTION="Provides some basic WAI handlers and middleware" HOMEPAGE="http://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai-extra/wai-extra-2.1.0.ebuild b/dev-haskell/wai-extra/wai-extra-2.1.0.ebuild index e0d21ba908d0..2db9769162ce 100644 --- a/dev-haskell/wai-extra/wai-extra-2.1.0.ebuild +++ b/dev-haskell/wai-extra/wai-extra-2.1.0.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/wai-extra/wai-extra-2.1.0.ebuild,v 1.1 2014/03/09 13:10:05 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-extra/wai-extra-2.1.0.ebuild,v 1.2 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Provides some basic WAI handlers and middleware." +DESCRIPTION="Provides some basic WAI handlers and middleware" HOMEPAGE="http://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai-extra/wai-extra-3.0.0.1.ebuild b/dev-haskell/wai-extra/wai-extra-3.0.0.1.ebuild index f310cacf001b..b34d536670b1 100644 --- a/dev-haskell/wai-extra/wai-extra-3.0.0.1.ebuild +++ b/dev-haskell/wai-extra/wai-extra-3.0.0.1.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/wai-extra/wai-extra-3.0.0.1.ebuild,v 1.1 2014/07/02 14:21:41 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-extra/wai-extra-3.0.0.1.ebuild,v 1.2 2014/07/25 09:16:24 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Provides some basic WAI handlers and middleware." +DESCRIPTION="Provides some basic WAI handlers and middleware" HOMEPAGE="http://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai-test/ChangeLog b/dev-haskell/wai-test/ChangeLog index 083b1c304acf..bcc9bbd919e1 100644 --- a/dev-haskell/wai-test/ChangeLog +++ b/dev-haskell/wai-test/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/wai-test # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-test/ChangeLog,v 1.5 2014/07/25 08:59:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-test/ChangeLog,v 1.6 2014/07/25 09:16:29 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> wai-test-1.3.1.1.ebuild, + wai-test-2.0.0.1.ebuild, wai-test-2.0.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/wai-test/wai-test-1.3.1.1.ebuild b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild index 3ed8c05c8b22..dd4e8fd3b6f7 100644 --- a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild +++ b/dev-haskell/wai-test/wai-test-1.3.1.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/wai-test/wai-test-1.3.1.1.ebuild,v 1.1 2013/08/26 11:49:13 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Unit test framework (built on HUnit) for WAI applications." +DESCRIPTION="Unit test framework (built on HUnit) for WAI applications" HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai-test/wai-test-2.0.0.1.ebuild b/dev-haskell/wai-test/wai-test-2.0.0.1.ebuild index e0cec4f05baa..f6814d6d752b 100644 --- a/dev-haskell/wai-test/wai-test-2.0.0.1.ebuild +++ b/dev-haskell/wai-test/wai-test-2.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/wai-test/wai-test-2.0.0.1.ebuild,v 1.1 2013/12/11 06:50:35 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-test/wai-test-2.0.0.1.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Unit test framework (built on HUnit) for WAI applications." +DESCRIPTION="Unit test framework (built on HUnit) for WAI applications" HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild index 8e2b2cfc7e47..8582e4914a7b 100644 --- a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild +++ b/dev-haskell/wai-test/wai-test-2.0.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/wai-test/wai-test-2.0.0.2.ebuild,v 1.1 2014/03/09 13:11:27 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Unit test framework (built on HUnit) for WAI applications." +DESCRIPTION="Unit test framework (built on HUnit) for WAI applications" HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai/ChangeLog b/dev-haskell/wai/ChangeLog index 5504946b5b88..50529059d005 100644 --- a/dev-haskell/wai/ChangeLog +++ b/dev-haskell/wai/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/wai # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/ChangeLog,v 1.10 2014/07/25 08:58:11 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/ChangeLog,v 1.11 2014/07/25 09:16:39 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> wai-1.4.0.1-r1.ebuild, + wai-1.4.0.2.ebuild, wai-2.0.0.ebuild, wai-2.1.0.ebuild, wai-3.0.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/wai/wai-1.4.0.1-r1.ebuild b/dev-haskell/wai/wai-1.4.0.1-r1.ebuild index 7e246b0fa0d1..f10a747e9c3c 100644 --- a/dev-haskell/wai/wai-1.4.0.1-r1.ebuild +++ b/dev-haskell/wai/wai-1.4.0.1-r1.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/wai/wai-1.4.0.1-r1.ebuild,v 1.1 2013/08/26 08:38:21 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/wai-1.4.0.1-r1.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Web Application Interface." +DESCRIPTION="Web Application Interface" HOMEPAGE="https://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai/wai-1.4.0.2.ebuild b/dev-haskell/wai/wai-1.4.0.2.ebuild index c3cd6bb66e89..ce0b9dd54914 100644 --- a/dev-haskell/wai/wai-1.4.0.2.ebuild +++ b/dev-haskell/wai/wai-1.4.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/wai/wai-1.4.0.2.ebuild,v 1.3 2013/11/24 19:39:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/wai-1.4.0.2.ebuild,v 1.4 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Web Application Interface." +DESCRIPTION="Web Application Interface" HOMEPAGE="https://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai/wai-2.0.0.ebuild b/dev-haskell/wai/wai-2.0.0.ebuild index 0114a6f17cc1..5b7b7c769ad6 100644 --- a/dev-haskell/wai/wai-2.0.0.ebuild +++ b/dev-haskell/wai/wai-2.0.0.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/wai/wai-2.0.0.ebuild,v 1.3 2014/03/23 10:01:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/wai-2.0.0.ebuild,v 1.4 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Web Application Interface." +DESCRIPTION="Web Application Interface" HOMEPAGE="https://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai/wai-2.1.0.ebuild b/dev-haskell/wai/wai-2.1.0.ebuild index f1d90f9ea2a3..1fedfbd4c684 100644 --- a/dev-haskell/wai/wai-2.1.0.ebuild +++ b/dev-haskell/wai/wai-2.1.0.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/wai/wai-2.1.0.ebuild,v 1.1 2014/03/09 13:03:53 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/wai-2.1.0.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Web Application Interface." +DESCRIPTION="Web Application Interface" HOMEPAGE="https://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/wai/wai-3.0.0.2.ebuild b/dev-haskell/wai/wai-3.0.0.2.ebuild index 899c75c98f96..bbf7b6e958ad 100644 --- a/dev-haskell/wai/wai-3.0.0.2.ebuild +++ b/dev-haskell/wai/wai-3.0.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/wai/wai-3.0.0.2.ebuild,v 1.1 2014/07/02 14:20:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/wai-3.0.0.2.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Web Application Interface." +DESCRIPTION="Web Application Interface" HOMEPAGE="https://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/warp/ChangeLog b/dev-haskell/warp/ChangeLog index c33e9f19e65c..2f56a0d18eb3 100644 --- a/dev-haskell/warp/ChangeLog +++ b/dev-haskell/warp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/warp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/ChangeLog,v 1.10 2014/07/25 08:58:29 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/ChangeLog,v 1.11 2014/07/25 09:16:35 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> warp-1.3.9.2.ebuild, + warp-2.0.3.3.ebuild, warp-2.1.0.ebuild, warp-3.0.0.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/warp/warp-1.3.9.2.ebuild b/dev-haskell/warp/warp-1.3.9.2.ebuild index b3224e8f8ff7..85725ca2c67b 100644 --- a/dev-haskell/warp/warp-1.3.9.2.ebuild +++ b/dev-haskell/warp/warp-1.3.9.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/warp/warp-1.3.9.2.ebuild,v 1.3 2013/11/24 19:40:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/warp-1.3.9.2.ebuild,v 1.4 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A fast, light-weight web server for WAI applications." +DESCRIPTION="A fast, light-weight web server for WAI applications" HOMEPAGE="http://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/warp/warp-2.0.3.3.ebuild b/dev-haskell/warp/warp-2.0.3.3.ebuild index ee06b518b643..2a688118d072 100644 --- a/dev-haskell/warp/warp-2.0.3.3.ebuild +++ b/dev-haskell/warp/warp-2.0.3.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/warp/warp-2.0.3.3.ebuild,v 1.1 2014/03/06 08:20:07 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/warp-2.0.3.3.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A fast, light-weight web server for WAI applications." +DESCRIPTION="A fast, light-weight web server for WAI applications" HOMEPAGE="http://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/warp/warp-2.1.0.ebuild b/dev-haskell/warp/warp-2.1.0.ebuild index 235796f0f9b6..66a33c0a5fbf 100644 --- a/dev-haskell/warp/warp-2.1.0.ebuild +++ b/dev-haskell/warp/warp-2.1.0.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/warp/warp-2.1.0.ebuild,v 1.1 2014/03/09 13:12:02 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/warp-2.1.0.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A fast, light-weight web server for WAI applications." +DESCRIPTION="A fast, light-weight web server for WAI applications" HOMEPAGE="http://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/warp/warp-3.0.0.3.ebuild b/dev-haskell/warp/warp-3.0.0.3.ebuild index 0f4aff4f5e3b..3eb16c758e6a 100644 --- a/dev-haskell/warp/warp-3.0.0.3.ebuild +++ b/dev-haskell/warp/warp-3.0.0.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/warp/warp-3.0.0.3.ebuild,v 1.1 2014/07/02 14:23:51 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/warp-3.0.0.3.ebuild,v 1.2 2014/07/25 09:16:35 slyfox Exp $ EAPI=5 @@ -10,7 +10,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="A fast, light-weight web server for WAI applications." +DESCRIPTION="A fast, light-weight web server for WAI applications" HOMEPAGE="http://github.com/yesodweb/wai" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" 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" diff --git a/dev-haskell/xml/ChangeLog b/dev-haskell/xml/ChangeLog index 16778be26938..42c338505064 100644 --- a/dev-haskell/xml/ChangeLog +++ b/dev-haskell/xml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/xml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml/ChangeLog,v 1.18 2014/07/25 08:58:11 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml/ChangeLog,v 1.19 2014/07/25 09:16:25 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> xml-1.3.12.ebuild, + xml-1.3.13.ebuild, xml-1.3.8.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/xml-1.3.12.ebuild b/dev-haskell/xml/xml-1.3.12.ebuild index 044e9a515426..dc1fc144f885 100644 --- a/dev-haskell/xml/xml-1.3.12.ebuild +++ b/dev-haskell/xml/xml-1.3.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/xml-1.3.12.ebuild,v 1.8 2012/12/10 21:53:14 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml/xml-1.3.12.ebuild,v 1.9 2014/07/25 09:16:25 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI="4" CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal -DESCRIPTION="A simple XML library." +DESCRIPTION="A simple XML library" HOMEPAGE="http://code.galois.com" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/xml/xml-1.3.13.ebuild b/dev-haskell/xml/xml-1.3.13.ebuild index 574b965dc363..d73d84e8b1fa 100644 --- a/dev-haskell/xml/xml-1.3.13.ebuild +++ b/dev-haskell/xml/xml-1.3.13.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/xml-1.3.13.ebuild,v 1.8 2013/08/07 13:33:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml/xml-1.3.13.ebuild,v 1.9 2014/07/25 09:16:25 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A simple XML library." +DESCRIPTION="A simple XML library" HOMEPAGE="http://code.galois.com" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/xml/xml-1.3.8.ebuild b/dev-haskell/xml/xml-1.3.8.ebuild index 4902eee90e46..a2ab47042d06 100644 --- a/dev-haskell/xml/xml-1.3.8.ebuild +++ b/dev-haskell/xml/xml-1.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/xml-1.3.8.ebuild,v 1.2 2012/09/12 14:47:30 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml/xml-1.3.8.ebuild,v 1.3 2014/07/25 09:16:25 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -9,7 +9,7 @@ EAPI="3" CABAL_FEATURES="lib profile haddock hscolour" inherit haskell-cabal -DESCRIPTION="A simple XML library." +DESCRIPTION="A simple XML library" HOMEPAGE="http://code.galois.com" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yaml/ChangeLog b/dev-haskell/yaml/ChangeLog index f11f81786d8f..381465856ff1 100644 --- a/dev-haskell/yaml/ChangeLog +++ b/dev-haskell/yaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/yaml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.10 2014/07/25 08:59:35 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.11 2014/07/25 09:16:19 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> yaml-0.8.5.2.ebuild, + yaml-0.8.7.2.ebuild, yaml-0.8.8.2.ebuild, yaml-0.8.8.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/yaml/yaml-0.8.5.2.ebuild b/dev-haskell/yaml/yaml-0.8.5.2.ebuild index b8e8854e3b69..93dc5cd5866e 100644 --- a/dev-haskell/yaml/yaml-0.8.5.2.ebuild +++ b/dev-haskell/yaml/yaml-0.8.5.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/yaml/yaml-0.8.5.2.ebuild,v 1.3 2014/03/12 05:11:39 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.5.2.ebuild,v 1.4 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Support for parsing and rendering YAML documents." +DESCRIPTION="Support for parsing and rendering YAML documents" HOMEPAGE="http://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yaml/yaml-0.8.7.2.ebuild b/dev-haskell/yaml/yaml-0.8.7.2.ebuild index 71b8bea2205b..163ad3918109 100644 --- a/dev-haskell/yaml/yaml-0.8.7.2.ebuild +++ b/dev-haskell/yaml/yaml-0.8.7.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/yaml/yaml-0.8.7.2.ebuild,v 1.1 2014/03/04 16:06:34 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.7.2.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Support for parsing and rendering YAML documents." +DESCRIPTION="Support for parsing and rendering YAML documents" HOMEPAGE="http://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yaml/yaml-0.8.8.2.ebuild b/dev-haskell/yaml/yaml-0.8.8.2.ebuild index 3a7a5124ac73..3f70dc9d2f7f 100644 --- a/dev-haskell/yaml/yaml-0.8.8.2.ebuild +++ b/dev-haskell/yaml/yaml-0.8.8.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/yaml/yaml-0.8.8.2.ebuild,v 1.1 2014/05/10 12:06:40 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.8.2.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Support for parsing and rendering YAML documents." +DESCRIPTION="Support for parsing and rendering YAML documents" HOMEPAGE="http://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yaml/yaml-0.8.8.3.ebuild b/dev-haskell/yaml/yaml-0.8.8.3.ebuild index 901539369f1f..6e94190ae5dd 100644 --- a/dev-haskell/yaml/yaml-0.8.8.3.ebuild +++ b/dev-haskell/yaml/yaml-0.8.8.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/yaml/yaml-0.8.8.3.ebuild,v 1.1 2014/07/02 14:27:24 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.8.3.ebuild,v 1.2 2014/07/25 09:16:19 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Support for parsing and rendering YAML documents." +DESCRIPTION="Support for parsing and rendering YAML documents" HOMEPAGE="http://github.com/snoyberg/yaml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-auth-hashdb/ChangeLog b/dev-haskell/yesod-auth-hashdb/ChangeLog index 64f805699985..2b4f2ee7b43b 100644 --- a/dev-haskell/yesod-auth-hashdb/ChangeLog +++ b/dev-haskell/yesod-auth-hashdb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/yesod-auth-hashdb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth-hashdb/ChangeLog,v 1.2 2014/07/25 08:58:55 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth-hashdb/ChangeLog,v 1.3 2014/07/25 09:16:15 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + yesod-auth-hashdb-1.3.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/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.ebuild b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.ebuild index 08eeeeddce9b..4897471c2409 100644 --- a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.ebuild +++ b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.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/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.ebuild,v 1.1 2014/07/02 15:17:13 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.ebuild,v 1.2 2014/07/25 09:16:15 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Authentication plugin for Yesod." +DESCRIPTION="Authentication plugin for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-auth/ChangeLog b/dev-haskell/yesod-auth/ChangeLog index 278aa25e5d69..ac3540f8064c 100644 --- a/dev-haskell/yesod-auth/ChangeLog +++ b/dev-haskell/yesod-auth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/yesod-auth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/ChangeLog,v 1.6 2014/07/25 08:58:43 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/ChangeLog,v 1.7 2014/07/25 09:16:29 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> yesod-auth-1.1.7.ebuild, + yesod-auth-1.2.0.2.ebuild, yesod-auth-1.2.4.ebuild, yesod-auth-1.2.7.ebuild, + yesod-auth-1.3.1.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/yesod-auth/yesod-auth-1.1.7.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.1.7.ebuild index ae9442480dc9..60e4d7f4d136 100644 --- a/dev-haskell/yesod-auth/yesod-auth-1.1.7.ebuild +++ b/dev-haskell/yesod-auth/yesod-auth-1.1.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/yesod-auth/yesod-auth-1.1.7.ebuild,v 1.1 2013/08/26 15:04:27 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.1.7.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Authentication for Yesod." +DESCRIPTION="Authentication for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-auth/yesod-auth-1.2.0.2.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.2.0.2.ebuild index f9b966ff97a6..02e4d7232379 100644 --- a/dev-haskell/yesod-auth/yesod-auth-1.2.0.2.ebuild +++ b/dev-haskell/yesod-auth/yesod-auth-1.2.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/yesod-auth/yesod-auth-1.2.0.2.ebuild,v 1.1 2013/08/26 15:04:27 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.2.0.2.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Authentication for Yesod." +DESCRIPTION="Authentication for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-auth/yesod-auth-1.2.4.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.2.4.ebuild index 59a047ff263a..dfdbeb96ca27 100644 --- a/dev-haskell/yesod-auth/yesod-auth-1.2.4.ebuild +++ b/dev-haskell/yesod-auth/yesod-auth-1.2.4.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/yesod-auth/yesod-auth-1.2.4.ebuild,v 1.1 2013/12/11 06:54:35 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.2.4.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Authentication for Yesod." +DESCRIPTION="Authentication for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-auth/yesod-auth-1.2.7.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.2.7.ebuild index 5f2fbf5053ff..3d63b90c2dd6 100644 --- a/dev-haskell/yesod-auth/yesod-auth-1.2.7.ebuild +++ b/dev-haskell/yesod-auth/yesod-auth-1.2.7.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/yesod-auth/yesod-auth-1.2.7.ebuild,v 1.1 2014/03/09 13:18:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.2.7.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Authentication for Yesod." +DESCRIPTION="Authentication for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-auth/yesod-auth-1.3.1.1.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.3.1.1.ebuild index 28972672acbe..44bfb394d011 100644 --- a/dev-haskell/yesod-auth/yesod-auth-1.3.1.1.ebuild +++ b/dev-haskell/yesod-auth/yesod-auth-1.3.1.1.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/yesod-auth/yesod-auth-1.3.1.1.ebuild,v 1.1 2014/07/02 14:29:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.3.1.1.ebuild,v 1.2 2014/07/25 09:16:29 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Authentication for Yesod." +DESCRIPTION="Authentication for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-core/ChangeLog b/dev-haskell/yesod-core/ChangeLog index 0eef9bbc6c62..4a81a49a3093 100644 --- a/dev-haskell/yesod-core/ChangeLog +++ b/dev-haskell/yesod-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/yesod-core # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/ChangeLog,v 1.6 2014/07/25 08:59:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/ChangeLog,v 1.7 2014/07/25 09:16:31 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> yesod-core-1.1.8.3.ebuild, + yesod-core-1.2.17.ebuild, yesod-core-1.2.2.ebuild, yesod-core-1.2.3.ebuild, + yesod-core-1.2.4.3.ebuild, yesod-core-1.2.6.1.ebuild, yesod-core-1.2.7.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/yesod-core/yesod-core-1.1.8.3.ebuild b/dev-haskell/yesod-core/yesod-core-1.1.8.3.ebuild index 688027dc7dfc..18ae49a2885f 100644 --- a/dev-haskell/yesod-core/yesod-core-1.1.8.3.ebuild +++ b/dev-haskell/yesod-core/yesod-core-1.1.8.3.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/yesod-core/yesod-core-1.1.8.3.ebuild,v 1.1 2013/08/26 11:50:33 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/yesod-core-1.1.8.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="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-core/yesod-core-1.2.17.ebuild b/dev-haskell/yesod-core/yesod-core-1.2.17.ebuild index 11ce9b73981c..3b035c31ecdc 100644 --- a/dev-haskell/yesod-core/yesod-core-1.2.17.ebuild +++ b/dev-haskell/yesod-core/yesod-core-1.2.17.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/yesod-core/yesod-core-1.2.17.ebuild,v 1.1 2014/07/02 14:30:06 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/yesod-core-1.2.17.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="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-core/yesod-core-1.2.2.ebuild b/dev-haskell/yesod-core/yesod-core-1.2.2.ebuild index d37ed416ffa5..76ff68fe158d 100644 --- a/dev-haskell/yesod-core/yesod-core-1.2.2.ebuild +++ b/dev-haskell/yesod-core/yesod-core-1.2.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/yesod-core/yesod-core-1.2.2.ebuild,v 1.1 2013/08/26 11:50:33 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/yesod-core-1.2.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="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-core/yesod-core-1.2.3.ebuild b/dev-haskell/yesod-core/yesod-core-1.2.3.ebuild index 3eeb9c5fd1c1..58f6cafbe50a 100644 --- a/dev-haskell/yesod-core/yesod-core-1.2.3.ebuild +++ b/dev-haskell/yesod-core/yesod-core-1.2.3.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/yesod-core/yesod-core-1.2.3.ebuild,v 1.1 2013/08/26 11:50:33 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/yesod-core-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="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-core/yesod-core-1.2.4.3.ebuild b/dev-haskell/yesod-core/yesod-core-1.2.4.3.ebuild index b1bea26eeb66..3c59824918f2 100644 --- a/dev-haskell/yesod-core/yesod-core-1.2.4.3.ebuild +++ b/dev-haskell/yesod-core/yesod-core-1.2.4.3.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/yesod-core/yesod-core-1.2.4.3.ebuild,v 1.1 2013/09/13 06:47:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/yesod-core-1.2.4.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="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-core/yesod-core-1.2.6.1.ebuild b/dev-haskell/yesod-core/yesod-core-1.2.6.1.ebuild index e0203854aed3..e8382414a220 100644 --- a/dev-haskell/yesod-core/yesod-core-1.2.6.1.ebuild +++ b/dev-haskell/yesod-core/yesod-core-1.2.6.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/yesod-core/yesod-core-1.2.6.1.ebuild,v 1.1 2013/12/11 06:55:33 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/yesod-core-1.2.6.1.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="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-core/yesod-core-1.2.7.ebuild b/dev-haskell/yesod-core/yesod-core-1.2.7.ebuild index 094ae7b6d9c4..942fdca38c7a 100644 --- a/dev-haskell/yesod-core/yesod-core-1.2.7.ebuild +++ b/dev-haskell/yesod-core/yesod-core-1.2.7.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/yesod-core/yesod-core-1.2.7.ebuild,v 1.1 2014/03/09 13:19:09 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/yesod-core-1.2.7.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="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-json/ChangeLog b/dev-haskell/yesod-json/ChangeLog index a5a0f6c139e1..7be6c21e81d8 100644 --- a/dev-haskell/yesod-json/ChangeLog +++ b/dev-haskell/yesod-json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/yesod-json # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-json/ChangeLog,v 1.2 2014/07/25 08:58:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-json/ChangeLog,v 1.3 2014/07/25 09:16:18 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> yesod-json-1.1.2.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/yesod-json/yesod-json-1.1.2.2.ebuild b/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild index 8e7232bb197e..d10500874b38 100644 --- a/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild +++ b/dev-haskell/yesod-json/yesod-json-1.1.2.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/yesod-json/yesod-json-1.1.2.2.ebuild,v 1.1 2013/08/26 12:32:35 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild,v 1.2 2014/07/25 09:16:18 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Generate content for Yesod using the aeson package." +DESCRIPTION="Generate content for Yesod using the aeson package" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-persistent/ChangeLog b/dev-haskell/yesod-persistent/ChangeLog index 20201e9911b5..33b87467fe39 100644 --- a/dev-haskell/yesod-persistent/ChangeLog +++ b/dev-haskell/yesod-persistent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/yesod-persistent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/ChangeLog,v 1.5 2014/07/25 08:58:49 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/ChangeLog,v 1.6 2014/07/25 09:16:20 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + yesod-persistent-1.1.0.1.ebuild, yesod-persistent-1.2.0.ebuild, + yesod-persistent-1.2.1.ebuild, yesod-persistent-1.2.2.1.ebuild, + yesod-persistent-1.2.2.ebuild, yesod-persistent-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/yesod-persistent/yesod-persistent-1.1.0.1.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.1.0.1.ebuild index 44b7b2fd8982..3f8a17eadbf8 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.1.0.1.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.1.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/yesod-persistent/yesod-persistent-1.1.0.1.ebuild,v 1.1 2013/08/26 12:07:39 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/yesod-persistent-1.1.0.1.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Some helpers for using Persistent from Yesod." +DESCRIPTION="Some helpers for using Persistent from Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.2.0.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.2.0.ebuild index a95e63b5cb28..07b4c32ed907 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.2.0.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.2.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/yesod-persistent/yesod-persistent-1.2.0.ebuild,v 1.1 2013/08/26 12:07:39 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/yesod-persistent-1.2.0.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Some helpers for using Persistent from Yesod." +DESCRIPTION="Some helpers for using Persistent from Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.2.1.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.2.1.ebuild index 6f2d527e4adc..a1f6e5468d24 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.2.1.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.2.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/yesod-persistent/yesod-persistent-1.2.1.ebuild,v 1.1 2013/08/26 12:07:39 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/yesod-persistent-1.2.1.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Some helpers for using Persistent from Yesod." +DESCRIPTION="Some helpers for using Persistent from Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.1.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.1.ebuild index f2cb054f864a..aaaeb17d7131 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.1.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.1.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/yesod-persistent/yesod-persistent-1.2.2.1.ebuild,v 1.1 2014/03/09 13:21:01 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.1.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Some helpers for using Persistent from Yesod." +DESCRIPTION="Some helpers for using Persistent from Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild index 91641bdc488b..81628a5b7de7 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.2.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/yesod-persistent/yesod-persistent-1.2.2.ebuild,v 1.1 2013/12/11 06:56:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Some helpers for using Persistent from Yesod." +DESCRIPTION="Some helpers for using Persistent from Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild index 132c410355c7..c2b6a834f3e4 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-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/yesod-persistent/yesod-persistent-1.2.3.ebuild,v 1.1 2014/07/02 14:31:31 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Some helpers for using Persistent from Yesod." +DESCRIPTION="Some helpers for using Persistent from Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-routes/ChangeLog b/dev-haskell/yesod-routes/ChangeLog index a960a32b37f2..c8b6727cdc6f 100644 --- a/dev-haskell/yesod-routes/ChangeLog +++ b/dev-haskell/yesod-routes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/yesod-routes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/ChangeLog,v 1.5 2014/07/25 08:58:53 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/ChangeLog,v 1.6 2014/07/25 09:16:34 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> yesod-routes-1.1.2.ebuild, + yesod-routes-1.2.0.2.ebuild, yesod-routes-1.2.0.3.ebuild, + yesod-routes-1.2.0.6.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/yesod-routes/yesod-routes-1.1.2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild index 9bdd153a9fff..b75cd3180205 100644 --- a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild +++ b/dev-haskell/yesod-routes/yesod-routes-1.1.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/yesod-routes/yesod-routes-1.1.2.ebuild,v 1.1 2013/08/26 11:50:12 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Efficient routing for Yesod." +DESCRIPTION="Efficient routing for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.2.ebuild index 8418520bff00..c6a44303bfbd 100644 --- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.2.ebuild +++ b/dev-haskell/yesod-routes/yesod-routes-1.2.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/yesod-routes/yesod-routes-1.2.0.2.ebuild,v 1.1 2013/12/11 06:57:28 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/yesod-routes-1.2.0.2.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Efficient routing for Yesod." +DESCRIPTION="Efficient routing for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild index 8793644dd43e..3d4a67af478f 100644 --- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild +++ b/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.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/yesod-routes/yesod-routes-1.2.0.3.ebuild,v 1.1 2013/12/13 05:10:54 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Efficient routing for Yesod." +DESCRIPTION="Efficient routing for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.6.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.6.ebuild index 7b356e9b7254..bbf4acb71448 100644 --- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.6.ebuild +++ b/dev-haskell/yesod-routes/yesod-routes-1.2.0.6.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/yesod-routes/yesod-routes-1.2.0.6.ebuild,v 1.1 2014/03/09 13:23:04 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/yesod-routes-1.2.0.6.ebuild,v 1.2 2014/07/25 09:16:34 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Efficient routing for Yesod." +DESCRIPTION="Efficient routing for Yesod" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-static/ChangeLog b/dev-haskell/yesod-static/ChangeLog index 6e08bfc5f25f..d9361314d32f 100644 --- a/dev-haskell/yesod-static/ChangeLog +++ b/dev-haskell/yesod-static/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/yesod-static # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/ChangeLog,v 1.6 2014/07/25 08:58:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/ChangeLog,v 1.7 2014/07/25 09:16:20 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + yesod-static-1.1.2.3.ebuild, yesod-static-1.2.0.1.ebuild, + yesod-static-1.2.0.ebuild, yesod-static-1.2.2.1.ebuild, + yesod-static-1.2.2.ebuild, yesod-static-1.2.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/yesod-static/yesod-static-1.1.2.3.ebuild b/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild index f70c781c0113..2690d4e0df29 100644 --- a/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild +++ b/dev-haskell/yesod-static/yesod-static-1.1.2.3.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/yesod-static/yesod-static-1.1.2.3.ebuild,v 1.1 2013/08/26 12:28:39 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Static file serving subsite for Yesod Web Framework." +DESCRIPTION="Static file serving subsite for Yesod Web Framework" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-static/yesod-static-1.2.0.1.ebuild b/dev-haskell/yesod-static/yesod-static-1.2.0.1.ebuild index 406dd237fe21..b232ebf461e7 100644 --- a/dev-haskell/yesod-static/yesod-static-1.2.0.1.ebuild +++ b/dev-haskell/yesod-static/yesod-static-1.2.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/yesod-static/yesod-static-1.2.0.1.ebuild,v 1.1 2013/09/13 06:49:16 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.0.1.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Static file serving subsite for Yesod Web Framework." +DESCRIPTION="Static file serving subsite for Yesod Web Framework" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild b/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild index 207b8a0e4a9f..a3baca009596 100644 --- a/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild +++ b/dev-haskell/yesod-static/yesod-static-1.2.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/yesod-static/yesod-static-1.2.0.ebuild,v 1.1 2013/08/26 12:28:39 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Static file serving subsite for Yesod Web Framework." +DESCRIPTION="Static file serving subsite for Yesod Web Framework" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-static/yesod-static-1.2.2.1.ebuild b/dev-haskell/yesod-static/yesod-static-1.2.2.1.ebuild index 78f5668d463c..f5c236bb1499 100644 --- a/dev-haskell/yesod-static/yesod-static-1.2.2.1.ebuild +++ b/dev-haskell/yesod-static/yesod-static-1.2.2.1.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/yesod-static/yesod-static-1.2.2.1.ebuild,v 1.1 2014/03/09 13:23:53 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.2.1.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Static file serving subsite for Yesod Web Framework." +DESCRIPTION="Static file serving subsite for Yesod Web Framework" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-static/yesod-static-1.2.2.ebuild b/dev-haskell/yesod-static/yesod-static-1.2.2.ebuild index e68c6295920a..05f1f3972ad7 100644 --- a/dev-haskell/yesod-static/yesod-static-1.2.2.ebuild +++ b/dev-haskell/yesod-static/yesod-static-1.2.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/yesod-static/yesod-static-1.2.2.ebuild,v 1.1 2013/12/11 06:58:04 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.2.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Static file serving subsite for Yesod Web Framework." +DESCRIPTION="Static file serving subsite for Yesod Web Framework" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod-static/yesod-static-1.2.4.ebuild b/dev-haskell/yesod-static/yesod-static-1.2.4.ebuild index c62164d43a82..f20b48e895d0 100644 --- a/dev-haskell/yesod-static/yesod-static-1.2.4.ebuild +++ b/dev-haskell/yesod-static/yesod-static-1.2.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/yesod-static/yesod-static-1.2.4.ebuild,v 1.1 2014/07/02 14:33:25 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.4.ebuild,v 1.2 2014/07/25 09:16:20 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Static file serving subsite for Yesod Web Framework." +DESCRIPTION="Static file serving subsite for Yesod Web Framework" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod/ChangeLog b/dev-haskell/yesod/ChangeLog index 2e3c7f4df402..fd5180dfd1c4 100644 --- a/dev-haskell/yesod/ChangeLog +++ b/dev-haskell/yesod/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/yesod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/ChangeLog,v 1.6 2014/07/25 08:58:44 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/ChangeLog,v 1.7 2014/07/25 09:16:14 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> yesod-1.1.9.2.ebuild, + yesod-1.2.0.1.ebuild, yesod-1.2.1.1.ebuild, yesod-1.2.1.ebuild, + yesod-1.2.2.1.ebuild, yesod-1.2.4.ebuild, yesod-1.2.5.ebuild, + yesod-1.2.6.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/yesod/yesod-1.1.9.2.ebuild b/dev-haskell/yesod/yesod-1.1.9.2.ebuild index 20937c3240bb..a0feebb8f77f 100644 --- a/dev-haskell/yesod/yesod-1.1.9.2.ebuild +++ b/dev-haskell/yesod/yesod-1.1.9.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/yesod/yesod-1.1.9.2.ebuild,v 1.1 2013/08/26 12:45:30 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.1.9.2.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod/yesod-1.2.0.1.ebuild b/dev-haskell/yesod/yesod-1.2.0.1.ebuild index a4c8b87ba885..1fd1941c7580 100644 --- a/dev-haskell/yesod/yesod-1.2.0.1.ebuild +++ b/dev-haskell/yesod/yesod-1.2.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/yesod/yesod-1.2.0.1.ebuild,v 1.1 2013/08/26 12:45:30 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.0.1.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod/yesod-1.2.1.1.ebuild b/dev-haskell/yesod/yesod-1.2.1.1.ebuild index 4bbaddfcee2d..ca4c44f92bb3 100644 --- a/dev-haskell/yesod/yesod-1.2.1.1.ebuild +++ b/dev-haskell/yesod/yesod-1.2.1.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/yesod/yesod-1.2.1.1.ebuild,v 1.1 2013/08/26 12:45:30 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.1.1.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod/yesod-1.2.1.ebuild b/dev-haskell/yesod/yesod-1.2.1.ebuild index 497b583b977c..a3b9510027c4 100644 --- a/dev-haskell/yesod/yesod-1.2.1.ebuild +++ b/dev-haskell/yesod/yesod-1.2.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/yesod/yesod-1.2.1.ebuild,v 1.1 2013/08/26 12:45:30 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.1.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod/yesod-1.2.2.1.ebuild b/dev-haskell/yesod/yesod-1.2.2.1.ebuild index d72f83b795ad..8ec26ea00f02 100644 --- a/dev-haskell/yesod/yesod-1.2.2.1.ebuild +++ b/dev-haskell/yesod/yesod-1.2.2.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/yesod/yesod-1.2.2.1.ebuild,v 1.1 2013/09/13 06:46:05 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.2.1.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod/yesod-1.2.4.ebuild b/dev-haskell/yesod/yesod-1.2.4.ebuild index a0cc7e733914..69f1bf2c48ef 100644 --- a/dev-haskell/yesod/yesod-1.2.4.ebuild +++ b/dev-haskell/yesod/yesod-1.2.4.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/yesod/yesod-1.2.4.ebuild,v 1.1 2013/12/11 06:58:45 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.4.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod/yesod-1.2.5.ebuild b/dev-haskell/yesod/yesod-1.2.5.ebuild index c22211f03785..207eb7d45712 100644 --- a/dev-haskell/yesod/yesod-1.2.5.ebuild +++ b/dev-haskell/yesod/yesod-1.2.5.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/yesod/yesod-1.2.5.ebuild,v 1.1 2014/03/09 13:25:47 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.5.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/yesod/yesod-1.2.6.ebuild b/dev-haskell/yesod/yesod-1.2.6.ebuild index a911749a03b1..961bd8c22f30 100644 --- a/dev-haskell/yesod/yesod-1.2.6.ebuild +++ b/dev-haskell/yesod/yesod-1.2.6.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/yesod/yesod-1.2.6.ebuild,v 1.1 2014/07/02 14:28:21 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.6.ebuild,v 1.2 2014/07/25 09:16:14 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Creation of type-safe, RESTful web applications." +DESCRIPTION="Creation of type-safe, RESTful web applications" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/zip-archive/ChangeLog b/dev-haskell/zip-archive/ChangeLog index 009b710379a1..35821b451d4b 100644 --- a/dev-haskell/zip-archive/ChangeLog +++ b/dev-haskell/zip-archive/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/zip-archive # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/ChangeLog,v 1.41 2014/07/25 08:58:29 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/ChangeLog,v 1.42 2014/07/25 09:16:15 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + zip-archive-0.1.3.4.ebuild, zip-archive-0.2.2.1.ebuild, + zip-archive-0.2.3.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/zip-archive/zip-archive-0.1.3.4.ebuild b/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild index 5ac62b10098e..909c76c97361 100644 --- a/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild +++ b/dev-haskell/zip-archive/zip-archive-0.1.3.4.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/zip-archive/zip-archive-0.1.3.4.ebuild,v 1.9 2013/08/07 13:33:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild,v 1.10 2014/07/25 09:16:15 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Library for creating and modifying zip archives." +DESCRIPTION="Library for creating and modifying zip archives" HOMEPAGE="http://github.com/jgm/zip-archive" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/zip-archive/zip-archive-0.2.2.1.ebuild b/dev-haskell/zip-archive/zip-archive-0.2.2.1.ebuild index 03324cfa5ecd..0667f0460d26 100644 --- a/dev-haskell/zip-archive/zip-archive-0.2.2.1.ebuild +++ b/dev-haskell/zip-archive/zip-archive-0.2.2.1.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/zip-archive/zip-archive-0.2.2.1.ebuild,v 1.1 2014/05/10 11:59:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/zip-archive-0.2.2.1.ebuild,v 1.2 2014/07/25 09:16:15 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Library for creating and modifying zip archives." +DESCRIPTION="Library for creating and modifying zip archives" HOMEPAGE="http://github.com/jgm/zip-archive" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/zip-archive/zip-archive-0.2.3.2.ebuild b/dev-haskell/zip-archive/zip-archive-0.2.3.2.ebuild index 2abf9098fa8d..4acc2074df23 100644 --- a/dev-haskell/zip-archive/zip-archive-0.2.3.2.ebuild +++ b/dev-haskell/zip-archive/zip-archive-0.2.3.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/zip-archive/zip-archive-0.2.3.2.ebuild,v 1.1 2014/07/02 14:34:29 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/zip-archive-0.2.3.2.ebuild,v 1.2 2014/07/25 09:16:15 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Library for creating and modifying zip archives." +DESCRIPTION="Library for creating and modifying zip archives" HOMEPAGE="http://github.com/jgm/zip-archive" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/zlib-bindings/ChangeLog b/dev-haskell/zlib-bindings/ChangeLog index 3e50f8b72c5a..b1b2dd128153 100644 --- a/dev-haskell/zlib-bindings/ChangeLog +++ b/dev-haskell/zlib-bindings/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/zlib-bindings # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-bindings/ChangeLog,v 1.5 2014/07/25 08:59:02 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-bindings/ChangeLog,v 1.6 2014/07/25 09:16:46 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> + zlib-bindings-0.1.1.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/zlib-bindings/zlib-bindings-0.1.1.3.ebuild b/dev-haskell/zlib-bindings/zlib-bindings-0.1.1.3.ebuild index d5ebef307b5f..c5276d7db54c 100644 --- a/dev-haskell/zlib-bindings/zlib-bindings-0.1.1.3.ebuild +++ b/dev-haskell/zlib-bindings/zlib-bindings-0.1.1.3.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/zlib-bindings/zlib-bindings-0.1.1.3.ebuild,v 1.3 2013/11/24 19:39:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-bindings/zlib-bindings-0.1.1.3.ebuild,v 1.4 2014/07/25 09:16:46 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Low-level bindings to the zlib package." +DESCRIPTION="Low-level bindings to the zlib package" HOMEPAGE="http://github.com/snoyberg/zlib-bindings" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/zlib-conduit/ChangeLog b/dev-haskell/zlib-conduit/ChangeLog index f99220bb9b55..95a96c514c8a 100644 --- a/dev-haskell/zlib-conduit/ChangeLog +++ b/dev-haskell/zlib-conduit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/zlib-conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/ChangeLog,v 1.5 2014/07/25 08:59:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/ChangeLog,v 1.6 2014/07/25 09:16:46 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> zlib-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/zlib-conduit/zlib-conduit-1.0.0.ebuild b/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild index 3b8c0ef52a42..a5c337c7a58b 100644 --- a/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild +++ b/dev-haskell/zlib-conduit/zlib-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/zlib-conduit/zlib-conduit-1.0.0.ebuild,v 1.3 2013/11/24 19:39:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild,v 1.4 2014/07/25 09:16:46 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Streaming compression/decompression via conduits." +DESCRIPTION="Streaming compression/decompression via conduits" HOMEPAGE="http://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" |