summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2015-01-31 20:31:29 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2015-01-31 20:31:29 +0000
commitb6d8ecf6e2fa75e0e0210a178936760060b092d2 (patch)
treeb07188f4bbc236972d4b3a8636925081fc275bff /dev-haskell
parentremove old (diff)
downloadgentoo-2-b6d8ecf6e2fa75e0e0210a178936760060b092d2.tar.gz
gentoo-2-b6d8ecf6e2fa75e0e0210a178936760060b092d2.tar.bz2
gentoo-2-b6d8ecf6e2fa75e0e0210a178936760060b092d2.zip
dev-haskell/crypto-pubkey: add new, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/crypto-pubkey/ChangeLog12
-rw-r--r--dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild33
-rw-r--r--dev-haskell/crypto-pubkey/crypto-pubkey-0.2.3.ebuild40
-rw-r--r--dev-haskell/crypto-pubkey/crypto-pubkey-0.2.4.ebuild40
-rw-r--r--dev-haskell/crypto-pubkey/crypto-pubkey-0.2.5.ebuild35
-rw-r--r--dev-haskell/crypto-pubkey/crypto-pubkey-0.2.8.ebuild (renamed from dev-haskell/crypto-pubkey/crypto-pubkey-0.2.6.ebuild)17
6 files changed, 19 insertions, 158 deletions
diff --git a/dev-haskell/crypto-pubkey/ChangeLog b/dev-haskell/crypto-pubkey/ChangeLog
index ef847417643b..1ff7c7e20595 100644
--- a/dev-haskell/crypto-pubkey/ChangeLog
+++ b/dev-haskell/crypto-pubkey/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-haskell/crypto-pubkey
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog,v 1.10 2014/12/24 03:32:13 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog,v 1.11 2015/01/31 20:31:29 qnikst Exp $
+
+*crypto-pubkey-0.2.8 (31 Jan 2015)
+
+ 31 Jan 2015; Alexander Vershilov <qnikst@gentoo.org>
+ +crypto-pubkey-0.2.8.ebuild, -crypto-pubkey-0.1.4.ebuild,
+ -crypto-pubkey-0.2.3.ebuild, -crypto-pubkey-0.2.4.ebuild,
+ -crypto-pubkey-0.2.5.ebuild, -crypto-pubkey-0.2.6.ebuild:
+ dev-haskell/crypto-pubkey: add new, drop old
*crypto-pubkey-0.2.6 (24 Dec 2014)
diff --git a/dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild b/dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild
deleted file mode 100644
index 40df23da5573..000000000000
--- a/dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild,v 1.2 2013/09/10 03:32:44 patrick Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Public Key cryptography"
-HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/crypto-numbers:=[profile?]
- =dev-haskell/crypto-pubkey-types-0.4*:=[profile?]
- =dev-haskell/crypto-random-api-0.2*:=[profile?]
- >=dev-haskell/cryptohash-0.8:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- dev-haskell/test-framework-hunit
- >=dev-haskell/test-framework-quickcheck2-0.2.9
- )"
diff --git a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.3.ebuild b/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.3.ebuild
deleted file mode 100644
index f907e8626fd9..000000000000
--- a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.3.ebuild,v 1.1 2013/12/11 05:53:37 gienah Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Public Key cryptography"
-HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="benchmark"
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-haskell/crypto-numbers-0.2.2:=[profile?]
- >=dev-haskell/crypto-pubkey-types-0.4.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?]
- >=dev-haskell/crypto-random-0.0:=[profile?] <dev-haskell/crypto-random-0.1:=[profile?]
- >=dev-haskell/cryptohash-0.9.1:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- dev-haskell/test-framework-hunit
- >=dev-haskell/test-framework-quickcheck2-0.2.9 )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag benchmark benchmark)
-}
diff --git a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.4.ebuild b/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.4.ebuild
deleted file mode 100644
index 8751baa96b9d..000000000000
--- a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.4.ebuild,v 1.1 2014/03/09 12:38:06 gienah Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Public Key cryptography"
-HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="benchmark"
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-haskell/crypto-numbers-0.2.2:=[profile?]
- >=dev-haskell/crypto-pubkey-types-0.4.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?]
- >=dev-haskell/crypto-random-0.0:=[profile?] <dev-haskell/crypto-random-0.1:=[profile?]
- >=dev-haskell/cryptohash-0.9.1:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- dev-haskell/test-framework-hunit
- >=dev-haskell/test-framework-quickcheck2-0.2.9 )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag benchmark benchmark)
-}
diff --git a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.5.ebuild b/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.5.ebuild
deleted file mode 100644
index ebb2990645f1..000000000000
--- a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.5.ebuild,v 1.1 2014/12/13 13:41:45 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="Public Key cryptography"
-HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-haskell/crypto-numbers-0.2.2:=[profile?]
- >=dev-haskell/crypto-pubkey-types-0.4.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?]
- >=dev-haskell/crypto-random-0.0:=[profile?] <dev-haskell/crypto-random-0.1:=[profile?]
- >=dev-haskell/cryptohash-0.9.1:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- dev-haskell/test-framework-hunit
- >=dev-haskell/test-framework-quickcheck2-0.2.9 )
-"
diff --git a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.6.ebuild b/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.8.ebuild
index 989c33dc8ded..64037403e08c 100644
--- a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.6.ebuild
+++ b/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.6.ebuild,v 1.1 2014/12/24 03:32:13 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.8.ebuild,v 1.1 2015/01/31 20:31:29 qnikst Exp $
EAPI=5
@@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Public Key cryptography"
-HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey"
+HOMEPAGE="https://github.com/vincenthz/hs-crypto-pubkey"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
@@ -18,6 +18,8 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
+RESTRICT=test # missing files
+
RDEPEND="dev-haskell/byteable:=[profile?]
>=dev-haskell/crypto-numbers-0.2.2:=[profile?]
>=dev-haskell/crypto-pubkey-types-0.4.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?]
@@ -27,9 +29,8 @@ RDEPEND="dev-haskell/byteable:=[profile?]
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- dev-haskell/test-framework-hunit
- >=dev-haskell/test-framework-quickcheck2-0.2.9 )
+ test? ( dev-haskell/tasty
+ dev-haskell/tasty-hunit
+ dev-haskell/tasty-kat
+ dev-haskell/tasty-quickcheck )
"