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/yesod | |
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/yesod')
-rw-r--r-- | dev-haskell/yesod/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.1.9.2.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.2.0.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.2.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.2.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.2.2.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.2.4.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.2.5.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.2.6.ebuild | 4 |
9 files changed, 29 insertions, 23 deletions
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" |