public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/crypto-api/
@ 2015-09-19 15:53 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2015-09-19 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a8ff6c0618aab2a4decf788fee022388c37b4a7e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 15:43:09 2015 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 15:53:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ff6c06

dev-haskell/crypto-api: amd64, x86 stable, bug #559988

Package-Manager: portage-2.2.20

 dev-haskell/crypto-api/crypto-api-0.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
index 1755874..893daf0 100644
--- a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
+++ b/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
+KEYWORDS="~alpha amd64 ~ia64 x86"
 IUSE="all_cpolys"
 
 RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/crypto-api/
@ 2019-09-27  7:02 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2019-09-27  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     327dd2c8e5581476b9ab11ae4df62aeaf19bac55
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 07:02:02 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 07:02:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327dd2c8

dev-haskell/crypto-api: drop underscores from IUSEs, bug #695040

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/695040
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild | 6 +++---
 dev-haskell/crypto-api/crypto-api-0.13.2.ebuild   | 6 +++---
 dev-haskell/crypto-api/metadata.xml               | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild
index bb6cd4b5bc3..f74fb578a44 100644
--- a/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild
+++ b/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="all_cpolys"
+IUSE="all-cpolys"
 
 RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
 		dev-haskell/entropy:=[profile?]
@@ -27,5 +27,5 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	haskell-cabal_src_configure \
-		$(cabal_flag all_cpolys all_cpolys)
+		$(cabal_flag all-cpolys all_cpolys)
 }

diff --git a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
index a38648c23ed..924b2018d1d 100644
--- a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
+++ b/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~alpha amd64 ~ia64 x86"
-IUSE="all_cpolys"
+IUSE="all-cpolys"
 
 RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
 	dev-haskell/entropy:=[profile?]
@@ -29,5 +29,5 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	haskell-cabal_src_configure \
-		$(cabal_flag all_cpolys all_cpolys)
+		$(cabal_flag all-cpolys all_cpolys)
 }

diff --git a/dev-haskell/crypto-api/metadata.xml b/dev-haskell/crypto-api/metadata.xml
index 92b13075a71..210ea246460 100644
--- a/dev-haskell/crypto-api/metadata.xml
+++ b/dev-haskell/crypto-api/metadata.xml
@@ -17,7 +17,7 @@
 		scope of this package.
 	</longdescription>
 	<use>
-		<flag name="all_cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag>
+		<flag name="all-cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag>
 	</use>
 	<upstream>
 		<remote-id type="github">TomMD/crypto-api</remote-id>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/crypto-api/
@ 2020-09-12 14:37 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1a6bcfaaa21e5d64baf95e54c5d957ba19873835
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 14:31:47 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 14:36:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6bcfaa

dev-haskell/crypto-api: drop old

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/crypto-api/Manifest                   |  1 -
 dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild | 31 -----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-haskell/crypto-api/Manifest b/dev-haskell/crypto-api/Manifest
index d972be96689..bbebde21114 100644
--- a/dev-haskell/crypto-api/Manifest
+++ b/dev-haskell/crypto-api/Manifest
@@ -1,2 +1 @@
-DIST crypto-api-0.12.2.2.tar.gz 45271 BLAKE2B e5290eabe5ee7c70c3fc7e957853477a343716192cbbc39a30cc8b7515e12f3fcfa904cc01ef4262663ead64dd5c2fe34097576cd2e9aa89fac2f888651464e6 SHA512 340aefd9f8b24d99866fce26bd3eaba8484be6e15648a2ff1a0a051f8974514a50f809f8d2539c7fe747dbe1b6946a1ecfa8a2966548391e71b498d19e79cc86
 DIST crypto-api-0.13.2.tar.gz 47877 BLAKE2B e9a10cdc7ab66ce4155856feb4ce4df93e7f49785fb9571f326377f9b5faf5a939aa625d9ad75bf31835b2a764bacb2a2a762b4d25c20faaaeedcfb205d20cb8 SHA512 2803862a714c3f448aa63469171fc68835ea9648a94d69ec76a32d20c1ed480aa3ecacedc3bf1e674797430c5d2966ceea4a83e38e827a68d2fab78fb4c8567c

diff --git a/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild
deleted file mode 100644
index d991bf058e1..00000000000
--- a/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A generic interface for cryptographic operations"
-HOMEPAGE="https://github.com/TomMD/crypto-api"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="all-cpolys"
-
-RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
-		dev-haskell/entropy:=[profile?]
-		>=dev-haskell/tagged-0.1:=[profile?]
-		dev-haskell/transformers:=[profile?]
-		>=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
-		>=dev-haskell/cabal-1.6"
-
-src_configure() {
-	haskell-cabal_src_configure \
-		$(cabal_flag all-cpolys all_cpolys)
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/crypto-api/
@ 2020-10-04 11:00 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-10-04 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     91ce2623279ba11674429dea32929edc75ad0a05
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 10:44:04 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 11:00:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ce2623

dev-haskell/crypto-api: bump up to 0.13.3

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/crypto-api/Manifest                               |  2 +-
 .../{crypto-api-0.13.2.ebuild => crypto-api-0.13.3.ebuild}    | 11 +++++------
 dev-haskell/crypto-api/metadata.xml                           |  9 +++------
 3 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/dev-haskell/crypto-api/Manifest b/dev-haskell/crypto-api/Manifest
index bbebde21114..1ac92cf400d 100644
--- a/dev-haskell/crypto-api/Manifest
+++ b/dev-haskell/crypto-api/Manifest
@@ -1 +1 @@
-DIST crypto-api-0.13.2.tar.gz 47877 BLAKE2B e9a10cdc7ab66ce4155856feb4ce4df93e7f49785fb9571f326377f9b5faf5a939aa625d9ad75bf31835b2a764bacb2a2a762b4d25c20faaaeedcfb205d20cb8 SHA512 2803862a714c3f448aa63469171fc68835ea9648a94d69ec76a32d20c1ed480aa3ecacedc3bf1e674797430c5d2966ceea4a83e38e827a68d2fab78fb4c8567c
+DIST crypto-api-0.13.3.tar.gz 48346 BLAKE2B eeec2644fe43218c8e647bd84e3fad31079cb560cb25a078853ae40cb8be617a05fcc55ca844811f1356d8f5a8088583497d79e38f808d12af4695bc05bba7d0 SHA512 1228fe857e235a0d5692916507a42e622f9769325ae9a6a7828270dcb64fe38cc094eec3fc8cad2f28b01bd8de98b1dc637a17aab1db1568a82cb91ebc65c382

diff --git a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild
similarity index 78%
rename from dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
rename to dev-haskell/crypto-api/crypto-api-0.13.3.ebuild
index 982a547b9ab..4b61011d2c6 100644
--- a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
+++ b/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-# ebuild generated by hackport 0.4.3.9999
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -20,11 +20,10 @@ IUSE="all-cpolys"
 RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
 	dev-haskell/entropy:=[profile?]
 	>=dev-haskell/tagged-0.1:=[profile?]
-	dev-haskell/transformers:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
+	>=dev-lang/ghc-8.0.1:=
 "
 DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.6
+	>=dev-haskell/cabal-1.24.0.0
 "
 
 src_configure() {

diff --git a/dev-haskell/crypto-api/metadata.xml b/dev-haskell/crypto-api/metadata.xml
index 210ea246460..df36a4e2914 100644
--- a/dev-haskell/crypto-api/metadata.xml
+++ b/dev-haskell/crypto-api/metadata.xml
@@ -5,6 +5,9 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
+	<use>
+		<flag name="all-cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag>
+	</use>
 	<longdescription>
 		A generic interface for cryptographic operations (hashes, ciphers, randomness).
 		Maintainers of hash and cipher implementations are
@@ -16,10 +19,4 @@
 		one cryptographic algorithm (ex: padding) is within
 		scope of this package.
 	</longdescription>
-	<use>
-		<flag name="all-cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag>
-	</use>
-	<upstream>
-		<remote-id type="github">TomMD/crypto-api</remote-id>
-	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-04 11:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-27  7:02 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/crypto-api/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-10-04 11:00 Sergei Trofimovich
2020-09-12 14:37 Sergei Trofimovich
2015-09-19 15:53 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox