diff options
author | 2013-02-09 19:14:52 +0000 | |
---|---|---|
committer | 2013-02-09 19:14:52 +0000 | |
commit | ef3d76ae32a3aa0a23b52fa216f95e18a633895f (patch) | |
tree | 2ce529dcf73de65facb0ae70478a2c20ed736725 /dev-haskell | |
parent | Version bump. (diff) | |
download | gentoo-2-ef3d76ae32a3aa0a23b52fa216f95e18a633895f.tar.gz gentoo-2-ef3d76ae32a3aa0a23b52fa216f95e18a633895f.tar.bz2 gentoo-2-ef3d76ae32a3aa0a23b52fa216f95e18a633895f.zip |
Version bump.
(Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/base64-bytestring/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/base64-bytestring/base64-bytestring-1.0.0.1.ebuild | 29 |
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-haskell/base64-bytestring/ChangeLog b/dev-haskell/base64-bytestring/ChangeLog index 6daf1b906f23..c13d08330164 100644 --- a/dev-haskell/base64-bytestring/ChangeLog +++ b/dev-haskell/base64-bytestring/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/base64-bytestring -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base64-bytestring/ChangeLog,v 1.5 2012/11/18 13:49:46 gienah Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base64-bytestring/ChangeLog,v 1.6 2013/02/09 19:14:52 slyfox Exp $ + +*base64-bytestring-1.0.0.1 (09 Feb 2013) + + 09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> + +base64-bytestring-1.0.0.1.ebuild: + Version bump. *base64-bytestring-1.0.0.0 (18 Nov 2012) diff --git a/dev-haskell/base64-bytestring/base64-bytestring-1.0.0.1.ebuild b/dev-haskell/base64-bytestring/base64-bytestring-1.0.0.1.ebuild new file mode 100644 index 000000000000..659247b05610 --- /dev/null +++ b/dev-haskell/base64-bytestring/base64-bytestring-1.0.0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base64-bytestring/base64-bytestring-1.0.0.1.ebuild,v 1.1 2013/02/09 19:14:52 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Fast base64 encoding and decoding for ByteStrings" +HOMEPAGE="https://github.com/bos/base64-bytestring" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + test? ( dev-haskell/hunit + dev-haskell/quickcheck + dev-haskell/test-framework + dev-haskell/test-framework-hunit + dev-haskell/test-framework-quickcheck2 + ) + >=dev-haskell/cabal-1.8" |