[gentoo-commits] repo/gentoo:master commit in: dev-haskell/psqueue/

2020-09-12 Thread Sergei Trofimovich
commit: 19e7d264d2b411f96aa6a21cbb27bd73cb8032e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 12 21:55:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 12 21:57:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e7d264

dev-haskell/psqueue: drop old

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

 dev-haskell/psqueue/Manifest  |  1 -
 dev-haskell/psqueue/psqueue-1.1-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-haskell/psqueue/Manifest b/dev-haskell/psqueue/Manifest
index 1415dcc438f..3c4a85c6de5 100644
--- a/dev-haskell/psqueue/Manifest
+++ b/dev-haskell/psqueue/Manifest
@@ -1,2 +1 @@
 DIST PSQueue-1.1.0.1.tar.gz 6408 BLAKE2B 
5852064aabcea6e9495234cf16d4292878ed5b645fa822aaafb5d1bc869ba2fc30ce83ef4b5fa009faae4616b814cc776f796b38f51bae877324194755ab5bcb
 SHA512 
76d5cd09d7955c4d7500b7e68fd4776b84d5cbbcc6eb1a101549119e11fdd8a452bc87cb473eef37655a18f5a5e616d126e020edb907901feae77a0b10b86eb9
-DIST PSQueue-1.1.tar.gz 6280 BLAKE2B 
5810404fa4cb93814987215b8ab4177540647ddb4e2d8678d53529e2539edb441fcc25cff26e9037ca6fb37c709b9dfd4e34a19d0d716e10270849ea297fda81
 SHA512 
34fbd599b7fc47aef8952db79c848f4b50716d2d900b1d8274733ad4c7382d41a0407159e89af9828355c618412c626e4384f2e7461396b51cf866d9b8cfdb0d

diff --git a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild 
b/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
deleted file mode 100644
index 8175af87b85..000
--- a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="PSQueue"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Priority Search Queue"
-HOMEPAGE="https://hackage.haskell.org/package/PSQueue;
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_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.2
-"
-
-S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/psqueue/

2020-08-05 Thread Sergei Trofimovich
commit: 1edd67bd3dabb240997965c4d2c526e3e02ed632
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:42:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:45:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edd67bd

dev-haskell/psqueue: bump up to 1.1.0.1

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

 dev-haskell/psqueue/Manifest   |  1 +
 dev-haskell/psqueue/psqueue-1.1.0.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-haskell/psqueue/Manifest b/dev-haskell/psqueue/Manifest
index adabc84502c..1415dcc438f 100644
--- a/dev-haskell/psqueue/Manifest
+++ b/dev-haskell/psqueue/Manifest
@@ -1 +1,2 @@
+DIST PSQueue-1.1.0.1.tar.gz 6408 BLAKE2B 
5852064aabcea6e9495234cf16d4292878ed5b645fa822aaafb5d1bc869ba2fc30ce83ef4b5fa009faae4616b814cc776f796b38f51bae877324194755ab5bcb
 SHA512 
76d5cd09d7955c4d7500b7e68fd4776b84d5cbbcc6eb1a101549119e11fdd8a452bc87cb473eef37655a18f5a5e616d126e020edb907901feae77a0b10b86eb9
 DIST PSQueue-1.1.tar.gz 6280 BLAKE2B 
5810404fa4cb93814987215b8ab4177540647ddb4e2d8678d53529e2539edb441fcc25cff26e9037ca6fb37c709b9dfd4e34a19d0d716e10270849ea297fda81
 SHA512 
34fbd599b7fc47aef8952db79c848f4b50716d2d900b1d8274733ad4c7382d41a0407159e89af9828355c618412c626e4384f2e7461396b51cf866d9b8cfdb0d

diff --git a/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild 
b/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild
new file mode 100644
index 000..5ae6c9add7b
--- /dev/null
+++ b/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild
@@ -0,0 +1,36 @@
+# 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.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="PSQueue"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Priority Search Queue"
+HOMEPAGE="http://hackage.haskell.org/package/PSQueue;
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.0
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   cabal_chdeps \
+   'base >= 4.3 && < 4.13' 'base >= 4.3'
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/psqueue/

2016-12-01 Thread Agostino Sarubbo
commit: 0792733b538340a63cbd24487891b82183fcf4b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec  1 11:51:29 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec  1 11:51:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0792733b

dev-haskell/psqueue: x86 stable wrt bug #570240

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-haskell/psqueue/psqueue-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild 
b/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
index ac198ae..b62e11b 100644
--- a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
+++ b/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/psqueue/

2016-12-01 Thread Agostino Sarubbo
commit: a045eba1760b3ab512e3afd63254e7d1bd178726
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec  1 11:50:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec  1 11:50:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a045eba1

dev-haskell/psqueue: amd64 stable wrt bug #570240

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-haskell/psqueue/psqueue-1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild 
b/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
index 9e01e52..ac198ae 100644
--- a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
+++ b/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=