* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/puremd5/
@ 2015-09-19 15:53 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2015-09-19 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 0cdb200b495c87ec4a274dbb2893bd920d3c2e3b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 15:43:25 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=0cdb200b
dev-haskell/puremd5: amd64, x86 stable, bug #559988
Package-Manager: portage-2.2.20
dev-haskell/puremd5/puremd5-2.1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild b/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild
index 3357358..a24bed3 100644
--- a/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild
+++ b/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
+KEYWORDS="~alpha amd64 ~ia64 x86"
IUSE=""
RDEPEND=">=dev-haskell/binary-0.4.0[profile?]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/puremd5/
@ 2020-06-07 17:40 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-06-07 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 1b5ae39a9f4255733e42048796ffc1693fd8f959
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jun 6 20:51:20 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 7 17:40:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5ae39a
dev-haskell/puremd5: update homepage link
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-haskell/puremd5/puremd5-2.1.2.1.ebuild | 4 ++--
dev-haskell/puremd5/puremd5-2.1.3.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild b/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild
index 0a11a6af058..838e79386e8 100644
--- a/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild
+++ b/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -12,7 +12,7 @@ MY_PN="pureMD5"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A Haskell-only implementation of the MD5 digest (hash) algorithm"
-HOMEPAGE="http://hackage.haskell.org/package/pureMD5"
+HOMEPAGE="https://hackage.haskell.org/package/pureMD5"
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-haskell/puremd5/puremd5-2.1.3.ebuild b/dev-haskell/puremd5/puremd5-2.1.3.ebuild
index e65be7248e8..e091f73b745 100644
--- a/dev-haskell/puremd5/puremd5-2.1.3.ebuild
+++ b/dev-haskell/puremd5/puremd5-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ MY_PN="pureMD5"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A Haskell-only implementation of the MD5 digest (hash) algorithm"
-HOMEPAGE="http://hackage.haskell.org/package/pureMD5"
+HOMEPAGE="https://hackage.haskell.org/package/pureMD5"
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/puremd5/
@ 2020-09-01 15:54 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-09-01 15:54 UTC (permalink / raw
To: gentoo-commits
commit: 82a62720edf70d48c319e9c9d085edf855f80506
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 16:51:41 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 15:54:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a62720
dev-haskell/puremd5: drop old EAPI=4
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-haskell/puremd5/Manifest | 1 -
dev-haskell/puremd5/puremd5-2.1.2.1.ebuild | 31 ------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-haskell/puremd5/Manifest b/dev-haskell/puremd5/Manifest
index 5b574c9325c..c70d73e4457 100644
--- a/dev-haskell/puremd5/Manifest
+++ b/dev-haskell/puremd5/Manifest
@@ -1,2 +1 @@
-DIST pureMD5-2.1.2.1.tar.gz 5824 BLAKE2B f8fba14301bc4aa12c8c8628cc368ea0cc63e8d0888a7c5d9a1d669f8a2944192ad74c2a4c7ee82cb30787fa463c24cb6e6a4822eab95e9b803dd49a81c37eaf SHA512 8a9e8957e4fcea2ec7db014f1dfd153bc00589caf63fa12546b0594a35bbd7bd800decee1a990106515c817dd30f2565454d1e53f2bef87dcf606cc191a0e428
DIST pureMD5-2.1.3.tar.gz 6719 BLAKE2B 7b315ee2d475e3c4d393bf02615162f04481c266af5a0d165bc1808cb446248cbae02c5b9b40e69b8027490201a92c39f8882634f3291e606e90136659a0b4a1 SHA512 4be26ab8383bc51aaefb2e22cd758945eab00d1ca9612fc0a1b6ba1a581ea7dca55580f50c11dd60c72aeb1f3c418c73c52df34a1be168d878602540394201dc
diff --git a/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild b/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild
deleted file mode 100644
index 838e79386e8..00000000000
--- a/dev-haskell/puremd5/puremd5-2.1.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-# ebuild generated by hackport 0.2.18.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="pureMD5"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Haskell-only implementation of the MD5 digest (hash) algorithm"
-HOMEPAGE="https://hackage.haskell.org/package/pureMD5"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/binary-0.4.0[profile?]
- >=dev-haskell/cereal-0.2[profile?]
- dev-haskell/crypto-api[profile?]
- dev-haskell/tagged[profile?]
- >=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-01 15:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-07 17:40 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/puremd5/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2020-09-01 15:54 Aaron Bauman
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