diff options
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.13.3.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.15.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.16.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.17.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.18.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.18.5.ebuild | 4 |
7 files changed, 22 insertions, 17 deletions
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" |