diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-07-25 09:16:47 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-07-25 09:16:47 +0000 |
commit | 6b112e4945ebf3cf2534b7b06e3ba35630b32964 (patch) | |
tree | 821d22ebef3d49c3fe5104505703214c0db6e26f /dev-haskell/wai | |
parent | Drop redundant '<maintainer>' field, leave only '<herd>'. (diff) | |
download | gentoo-2-6b112e4945ebf3cf2534b7b06e3ba35630b32964.tar.gz gentoo-2-6b112e4945ebf3cf2534b7b06e3ba35630b32964.tar.bz2 gentoo-2-6b112e4945ebf3cf2534b7b06e3ba35630b32964.zip |
Drop trailing '.' from description.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/wai')
-rw-r--r-- | dev-haskell/wai/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/wai/wai-1.4.0.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/wai/wai-1.4.0.2.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/wai/wai-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/wai/wai-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/wai/wai-3.0.0.2.ebuild | 4 |
6 files changed, 17 insertions, 13 deletions
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" |