diff options
author | 2015-04-06 00:56:43 +0000 | |
---|---|---|
committer | 2015-04-06 00:56:43 +0000 | |
commit | bb1afba56c54aa360e38856c3d6861e663032b47 (patch) | |
tree | a17a9108b736346b2c05eac5b9502fd9764f27e0 /dev-haskell | |
parent | Bump uuid to 1.3.10 (diff) | |
download | gentoo-2-bb1afba56c54aa360e38856c3d6861e663032b47.tar.gz gentoo-2-bb1afba56c54aa360e38856c3d6861e663032b47.tar.bz2 gentoo-2-bb1afba56c54aa360e38856c3d6861e663032b47.zip |
Bump uuid-types to 1.0.1
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/uuid-types/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/uuid-types/uuid-types-1.0.1.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-haskell/uuid-types/ChangeLog b/dev-haskell/uuid-types/ChangeLog index 1db82c9090e3..519f9a825d68 100644 --- a/dev-haskell/uuid-types/ChangeLog +++ b/dev-haskell/uuid-types/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/uuid-types # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid-types/ChangeLog,v 1.1 2015/04/04 09:34:23 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid-types/ChangeLog,v 1.2 2015/04/06 00:56:43 gienah Exp $ + +*uuid-types-1.0.1 (06 Apr 2015) + + 06 Apr 2015; Mark Wright <gienah@gentoo.org> +uuid-types-1.0.1.ebuild: + Bump uuid-types to 1.0.1 *uuid-types-1.0.0-r1 (04 Apr 2015) diff --git a/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild new file mode 100644 index 000000000000..31467c1ce268 --- /dev/null +++ b/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild,v 1.1 2015/04/06 00:56:43 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Type definitions for Universally Unique Identifiers" +HOMEPAGE="https://github.com/aslatter/uuid" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4:=[profile?] <dev-haskell/binary-0.8:=[profile?] + >=dev-haskell/random-1.0.1:=[profile?] <dev-haskell/random-1.2:=[profile?] + >=dev-lang/ghc-7.4.1:= + || ( ( >=dev-haskell/hashable-1.1.1.0:=[profile?] <dev-haskell/hashable-1.2.0:=[profile?] ) + ( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 + >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9 + >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.11 + >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10 + >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 ) +" |