diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-06-20 23:19:39 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-06-20 23:19:39 +0000 |
commit | 30aa3fb057857d7ede0404a0b0d34beb3810007b (patch) | |
tree | d36a760ada8cc71ad51f15d8381b33173bc6eae3 | |
parent | Change USE=brltty to the common USE=accessibility #473868. (diff) | |
download | gentoo-2-30aa3fb057857d7ede0404a0b0d34beb3810007b.tar.gz gentoo-2-30aa3fb057857d7ede0404a0b0d34beb3810007b.tar.bz2 gentoo-2-30aa3fb057857d7ede0404a0b0d34beb3810007b.zip |
add base-compat-0.2.1. due to #473858
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
-rw-r--r-- | dev-haskell/base-compat/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/base-compat/base-compat-0.2.1.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/base-compat/metadata.xml | 12 |
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/base-compat/ChangeLog b/dev-haskell/base-compat/ChangeLog new file mode 100644 index 000000000000..fc51ecff63bf --- /dev/null +++ b/dev-haskell/base-compat/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/base-compat +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-compat/ChangeLog,v 1.1 2013/06/20 23:19:39 qnikst Exp $ + +*base-compat-0.2.1 (20 Jun 2013) + + 20 Jun 2013; Alexander Vershilov <qnikst@gentoo.org> + +base-compat-0.2.1.ebuild, +metadata.xml: + add base-compat-0.2.1. due to #473858 diff --git a/dev-haskell/base-compat/base-compat-0.2.1.ebuild b/dev-haskell/base-compat/base-compat-0.2.1.ebuild new file mode 100644 index 000000000000..d2aee6849918 --- /dev/null +++ b/dev-haskell/base-compat/base-compat-0.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-compat/base-compat-0.2.1.ebuild,v 1.1 2013/06/20 23:19:39 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A compatibility layer for base" +HOMEPAGE="http://hackage.haskell.org/package/base-compat" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/setenv + ) + >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/base-compat/metadata.xml b/dev-haskell/base-compat/metadata.xml new file mode 100644 index 000000000000..ffc1ad2a4f32 --- /dev/null +++ b/dev-haskell/base-compat/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + Ban CPP from your code. See the README for what is covered: + <https://github.com/sol/base-compat#readme> + </longdescription> +</pkgmetadata> |