public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/pqueue/
@ 2020-06-07 17:40 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-06-07 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cdcfda3d86c7e4b2397415c15cd6daecfe2432bf
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jun  6 20:51:53 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=cdcfda3d

dev-haskell/pqueue: 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/pqueue/pqueue-1.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/pqueue/pqueue-1.3.2.ebuild b/dev-haskell/pqueue/pqueue-1.3.2.ebuild
index 0743837e02c..408fce4c266 100644
--- a/dev-haskell/pqueue/pqueue-1.3.2.ebuild
+++ b/dev-haskell/pqueue/pqueue-1.3.2.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
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Reliable, persistent, fast priority queues"
-HOMEPAGE="http://hackage.haskell.org/package/pqueue"
+HOMEPAGE="https://hackage.haskell.org/package/pqueue"
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/pqueue/
@ 2020-08-04 21:46 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-08-04 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4f69186db88789b25f53f9155698823915d794ab
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 21:46:06 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 21:46:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f69186d

dev-haskell/pqueue: bump up to 1.4.1.3

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

 dev-haskell/pqueue/Manifest              |  1 +
 dev-haskell/pqueue/pqueue-1.4.1.3.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-haskell/pqueue/Manifest b/dev-haskell/pqueue/Manifest
index e53f37260fb..2b3f358bd72 100644
--- a/dev-haskell/pqueue/Manifest
+++ b/dev-haskell/pqueue/Manifest
@@ -1 +1,2 @@
 DIST pqueue-1.3.2.tar.gz 22880 BLAKE2B cb486d83e8e293031871206e083d2d9bc1ea7066a8c7bb62703073abc55bb0f272a79890c7a480aefe7b56ce8fa19e3ccfc603d105fbfda965ba1d2854b88266 SHA512 1b3123083717de071593d0223ed1ba2d041b60acdf2e4effe6d337adcdaec26b5327b511f6d8e03cdfd365e81fe2b2856ece0e2e4e7c761c6b54e41896fe0fec
+DIST pqueue-1.4.1.3.tar.gz 23396 BLAKE2B 13b745070d8102ecbcf5fc74ad8adfa8fd470915567b85db80498c2e241a2a31edb2645adfd2a11a6644e257085be1421f26034f47a85443718060ba597f1160 SHA512 e1d77cdb034530891d03e44bb4aa02e3383e5659c61637c8821a94983f7ce42e0a10aa7480cb12774ac4dec4ff93a55f1a6f8baf4f4604ac52b1135d0c055163

diff --git a/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild b/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild
new file mode 100644
index 00000000000..dcf18b5bc26
--- /dev/null
+++ b/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Reliable, persistent, fast priority queues"
+HOMEPAGE="http://hackage.haskell.org/package/pqueue"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.10.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.22.2.0
+	test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-3 )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/pqueue/
@ 2020-08-18 17:06 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-08-18 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5314ecc3f8acf57ab1daec0188499eb4a5593094
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Aug 18 07:16:31 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 17:06:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5314ecc3

dev-haskell/pqueue: update homepage

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/pqueue/pqueue-1.4.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild b/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild
index dcf18b5bc26..e9bdeea4801 100644
--- a/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild
+++ b/dev-haskell/pqueue/pqueue-1.4.1.3.ebuild
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Reliable, persistent, fast priority queues"
-HOMEPAGE="http://hackage.haskell.org/package/pqueue"
+HOMEPAGE="https://hackage.haskell.org/package/pqueue"
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"


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

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

commit:     d79eb1c6ee1c1681cff0d994391c71586ef360ab
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 21:52:18 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 21:57:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79eb1c6

dev-haskell/pqueue: drop old

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

 dev-haskell/pqueue/Manifest            |  1 -
 dev-haskell/pqueue/pqueue-1.3.2.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-haskell/pqueue/Manifest b/dev-haskell/pqueue/Manifest
index 2b3f358bd72..c9c8e6e1f5a 100644
--- a/dev-haskell/pqueue/Manifest
+++ b/dev-haskell/pqueue/Manifest
@@ -1,2 +1 @@
-DIST pqueue-1.3.2.tar.gz 22880 BLAKE2B cb486d83e8e293031871206e083d2d9bc1ea7066a8c7bb62703073abc55bb0f272a79890c7a480aefe7b56ce8fa19e3ccfc603d105fbfda965ba1d2854b88266 SHA512 1b3123083717de071593d0223ed1ba2d041b60acdf2e4effe6d337adcdaec26b5327b511f6d8e03cdfd365e81fe2b2856ece0e2e4e7c761c6b54e41896fe0fec
 DIST pqueue-1.4.1.3.tar.gz 23396 BLAKE2B 13b745070d8102ecbcf5fc74ad8adfa8fd470915567b85db80498c2e241a2a31edb2645adfd2a11a6644e257085be1421f26034f47a85443718060ba597f1160 SHA512 e1d77cdb034530891d03e44bb4aa02e3383e5659c61637c8821a94983f7ce42e0a10aa7480cb12774ac4dec4ff93a55f1a6f8baf4f4604ac52b1135d0c055163

diff --git a/dev-haskell/pqueue/pqueue-1.3.2.ebuild b/dev-haskell/pqueue/pqueue-1.3.2.ebuild
deleted file mode 100644
index 408fce4c266..00000000000
--- a/dev-haskell/pqueue/pqueue-1.3.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Reliable, persistent, fast priority queues"
-HOMEPAGE="https://hackage.haskell.org/package/pqueue"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.6
-"


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

end of thread, other threads:[~2020-09-12 21:57 UTC | newest]

Thread overview: 4+ 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/pqueue/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2020-08-04 21:46 Sergei Trofimovich
2020-08-18 17:06 Sergei Trofimovich
2020-09-12 21:57 Sergei Trofimovich

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