summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-23 04:39:24 +0000
committerMark Wright <gienah@gentoo.org>2014-12-23 04:39:24 +0000
commitfa2a469a2b0e8b30cc0a79e111385564c26bc531 (patch)
treee68832f53ab8894b5cd018802a68a2cf2ea5798a /dev-haskell
parentBump binary to 0.7.2.3. Added the FEATURES=test arch keywords to profiles/arc... (diff)
downloadgentoo-2-fa2a469a2b0e8b30cc0a79e111385564c26bc531.tar.gz
gentoo-2-fa2a469a2b0e8b30cc0a79e111385564c26bc531.tar.bz2
gentoo-2-fa2a469a2b0e8b30cc0a79e111385564c26bc531.zip
Bump c2hs to 0.20.1. Remove obsolete c2hs-0.16.3, as it uses obsolete EAPI and is replaced by c2hs-0.16.3-r1.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/c2hs/ChangeLog9
-rw-r--r--dev-haskell/c2hs/c2hs-0.16.3.ebuild43
-rw-r--r--dev-haskell/c2hs/c2hs-0.20.1.ebuild34
3 files changed, 42 insertions, 44 deletions
diff --git a/dev-haskell/c2hs/ChangeLog b/dev-haskell/c2hs/ChangeLog
index 97f12acc9cb3..33c746307498 100644
--- a/dev-haskell/c2hs/ChangeLog
+++ b/dev-haskell/c2hs/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-haskell/c2hs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.68 2014/07/25 08:58:17 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.69 2014/12/23 04:39:24 gienah Exp $
+
+*c2hs-0.20.1 (23 Dec 2014)
+
+ 23 Dec 2014; Mark Wright <gienah@gentoo.org> +c2hs-0.20.1.ebuild,
+ -c2hs-0.16.3.ebuild:
+ Bump c2hs to 0.20.1. Remove obsolete c2hs-0.16.3, as it uses obsolete EAPI and
+ is replaced by c2hs-0.16.3-r1.
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
Drop redundant '<maintainer>' field, leave only '<herd>'.
diff --git a/dev-haskell/c2hs/c2hs-0.16.3.ebuild b/dev-haskell/c2hs/c2hs-0.16.3.ebuild
deleted file mode 100644
index b60f920b50c6..000000000000
--- a/dev-haskell/c2hs/c2hs-0.16.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.3.ebuild,v 1.7 2012/09/12 14:50:40 qnikst Exp $
-
-EAPI="3"
-
-CABAL_FEATURES="bin"
-inherit haskell-cabal
-
-DESCRIPTION="C->Haskell FFI tool that gives some cross-language type safety"
-HOMEPAGE="http://www.cse.unsw.edu.au/~chak/haskell/c2hs/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="doc"
-
-DEPEND=">=dev-lang/ghc-6.6.1
- >=dev-haskell/cabal-1.6
- >=dev-haskell/language-c-0.3.1.1
- doc? ( ~app-text/docbook-xml-dtd-4.2
- app-text/docbook-xsl-stylesheets
- >=dev-libs/libxslt-1.1.2 )"
-RDEPEND="dev-libs/gmp"
-
-src_compile() {
- cabal_src_compile
-
- if use doc; then
- emake -C doc
- fi
-}
-
-src_install() {
- cabal_src_install
-
- doman "${S}/doc/man1/c2hs.1"
-
- if use doc; then
- dohtml "${S}/doc/users_guide/"*
- fi
-}
diff --git a/dev-haskell/c2hs/c2hs-0.20.1.ebuild b/dev-haskell/c2hs/c2hs-0.20.1.ebuild
new file mode 100644
index 000000000000..9f642b0a9af3
--- /dev/null
+++ b/dev-haskell/c2hs/c2hs-0.20.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.20.1.ebuild,v 1.1 2014/12/23 04:39:24 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3
+
+CABAL_FEATURES="bin test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="C->Haskell FFI tool that gives some cross-language type safety"
+HOMEPAGE="https://github.com/haskell/c2hs"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ dev-haskell/dlist
+ >=dev-haskell/language-c-0.4.7 <dev-haskell/language-c-0.5
+ >=dev-lang/ghc-7.4.1
+ test? ( dev-haskell/hunit
+ dev-haskell/test-framework
+ dev-haskell/test-framework-hunit
+ dev-haskell/transformers
+ >=dev-haskell/shelly-1.0
+ dev-haskell/text
+ >=dev-haskell/yaml-0.8 )
+"