diff options
author | Mark Wright <gienah@gentoo.org> | 2015-04-03 05:22:51 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2015-04-03 05:22:51 +0000 |
commit | 07889796b61a974d1126b83fadd350a5b7e83406 (patch) | |
tree | ad3138dfa4135168461d0d3cb3f81f355943cca9 /dev-haskell/vector-th-unbox | |
parent | Bump vector to 0.10.12.3 (diff) | |
download | gentoo-2-07889796b61a974d1126b83fadd350a5b7e83406.tar.gz gentoo-2-07889796b61a974d1126b83fadd350a5b7e83406.tar.bz2 gentoo-2-07889796b61a974d1126b83fadd350a5b7e83406.zip |
Bump vector-th-unbox to 0.2.1.2
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/vector-th-unbox')
-rw-r--r-- | dev-haskell/vector-th-unbox/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.2.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-haskell/vector-th-unbox/ChangeLog b/dev-haskell/vector-th-unbox/ChangeLog index 0bada64cc19b..c855addd8fbc 100644 --- a/dev-haskell/vector-th-unbox/ChangeLog +++ b/dev-haskell/vector-th-unbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/vector-th-unbox -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector-th-unbox/ChangeLog,v 1.2 2014/07/25 08:59:00 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector-th-unbox/ChangeLog,v 1.3 2015/04/03 05:22:51 gienah Exp $ + +*vector-th-unbox-0.2.1.2 (03 Apr 2015) + + 03 Apr 2015; Mark Wright <gienah@gentoo.org> +vector-th-unbox-0.2.1.2.ebuild: + Bump vector-th-unbox to 0.2.1.2 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.2.ebuild b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.2.ebuild new file mode 100644 index 000000000000..19d87be08aa1 --- /dev/null +++ b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.2.ebuild,v 1.1 2015/04/03 05:22:51 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Deriver for Data.Vector.Unboxed using Template Haskell" +HOMEPAGE="http://hackage.haskell.org/package/vector-th-unbox" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/vector-0.7:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/data-default ) +" |