diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2015-01-30 10:17:43 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2015-01-30 10:17:43 +0000 |
commit | b0a6ba400f76c696d60a506de6fb408f48953ec4 (patch) | |
tree | fea542a39e2031c57e46f93df49fb3549c1750bc /dev-haskell/cpphs | |
parent | Drop dead HTTP artfiles.org mirror from all mirror lists (diff) | |
download | gentoo-2-b0a6ba400f76c696d60a506de6fb408f48953ec4.tar.gz gentoo-2-b0a6ba400f76c696d60a506de6fb408f48953ec4.tar.bz2 gentoo-2-b0a6ba400f76c696d60a506de6fb408f48953ec4.zip |
dev-haskell/cpphs: add new, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.13.3.ebuild | 21 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.18.8.ebuild | 26 |
3 files changed, 34 insertions, 23 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index b68cce6a4bb2..279ab6a30bc2 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,12 @@ # 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.62 2014/12/13 13:38:07 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.63 2015/01/30 10:17:43 qnikst Exp $ + +*cpphs-1.18.8 (30 Jan 2015) + + 30 Jan 2015; Alexander Vershilov <qnikst@gentoo.org> +cpphs-1.18.8.ebuild, + -cpphs-1.13.3.ebuild: + dev-haskell/cpphs: add new, drop old *cpphs-1.18.6 (13 Dec 2014) diff --git a/dev-haskell/cpphs/cpphs-1.13.3.ebuild b/dev-haskell/cpphs/cpphs-1.13.3.ebuild deleted file mode 100644 index 7c2cb504801e..000000000000 --- a/dev-haskell/cpphs/cpphs-1.13.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.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" -HOMEPAGE="http://haskell.org/cpphs/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.10.1" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/cpphs/cpphs-1.18.8.ebuild b/dev-haskell/cpphs/cpphs-1.18.8.ebuild new file mode 100644 index 000000000000..ad4f67a8c63e --- /dev/null +++ b/dev-haskell/cpphs/cpphs-1.18.8.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.8.ebuild,v 1.1 2015/01/30 10:17:43 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.3 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +inherit haskell-cabal + +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" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/polyparse-1.9:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |