[gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-orphans/, profiles/

2022-09-29 Thread Jakov Smolić
commit: 29b7d02aa96ae9be52127a4da6ba21d2cc49cbff
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 29 07:43:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 29 07:43:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b7d02a

dev-haskell/th-orphans: Remove last-rited pkg

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-haskell/th-orphans/Manifest  |  1 -
 dev-haskell/th-orphans/metadata.xml  | 14 
 dev-haskell/th-orphans/th-orphans-0.13.13.ebuild | 27 
 profiles/package.mask|  1 -
 4 files changed, 43 deletions(-)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
deleted file mode 100644
index d702c91a1c6c..
--- a/dev-haskell/th-orphans/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 
742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864
 SHA512 
94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335

diff --git a/dev-haskell/th-orphans/metadata.xml 
b/dev-haskell/th-orphans/metadata.xml
deleted file mode 100644
index f265d998b0c0..
--- a/dev-haskell/th-orphans/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hask...@gentoo.org
-   Gentoo Haskell
-   
-   
-   Orphan instances for TH datatypes.  In particular, instances
-   for Ord and Lift, as well as a few missing Show / Eq.  These
-   instances used to live in haskell-src-meta, and that's where
-   the version number started.
-   
-

diff --git a/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
deleted file mode 100644
index 8fb2051d3986..
--- a/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.2.1.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Orphan instances for TH datatypes"
-HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-haskell/th-compat-0.1:=[profile?] 
=dev-haskell/th-lift-0.7.1:=[profile?]
-   dev-haskell/th-lift-instances:=[profile?]
-   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-2.2.0.1
-   test? ( dev-haskell/hspec )
-"

diff --git a/profiles/package.mask b/profiles/package.mask
index e7cd60f4d179..0a29d5771842 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -347,7 +347,6 @@ dev-haskell/tar-conduit
 dev-haskell/template-haskell-compat-v0208
 dev-haskell/text-metrics
 dev-haskell/th-expand-syns
-dev-haskell/th-orphans
 
 # hololeap  (2022-08-21)
 # doctest-parallel does not currently work with Setup.hs (used internally by



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

2022-07-29 Thread Sam James
commit: 3b8d71c3aee5c3d56059b76f3729836bedb79366
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:24:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8d71c3

dev-haskell/th-orphans: add 0.13.13

Closes: https://bugs.gentoo.org/861275
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/th-orphans/Manifest  |  1 +
 dev-haskell/th-orphans/th-orphans-0.13.13.ebuild | 27 
 2 files changed, 28 insertions(+)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index aa298e5e28e1..603d33da1a7b 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1 +1,2 @@
 DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B 
fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6
 SHA512 
bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
+DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 
742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864
 SHA512 
94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335

diff --git a/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
new file mode 100644
index ..8fb2051d3986
--- /dev/null
+++ b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.2.1.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Orphan instances for TH datatypes"
+HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-haskell/th-compat-0.1:=[profile?] 
=dev-haskell/th-lift-0.7.1:=[profile?]
+   dev-haskell/th-lift-instances:=[profile?]
+   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+   test? ( dev-haskell/hspec )
+"



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

2022-07-29 Thread Sam James
commit: ffba694a64e1a443f658fed4508580d8a8cfc6aa
Author: Jack Todaro  posteo  org>
AuthorDate: Sat Jul 30 04:24:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffba694a

dev-haskell/th-orphans: drop 0.13.10

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/th-orphans/Manifest  |  1 -
 dev-haskell/th-orphans/th-orphans-0.13.10.ebuild | 31 
 2 files changed, 32 deletions(-)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index 603d33da1a7b..d702c91a1c6c 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1,2 +1 @@
-DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B 
fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6
 SHA512 
bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
 DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 
742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864
 SHA512 
94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335

diff --git a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
deleted file mode 100644
index c2a10a9d6d76..
--- a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 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 test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Orphan instances for TH datatypes"
-HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/fail-4.9:=[profile?] =dev-haskell/generic-deriving-1.9:=[profile?]
-   dev-haskell/mtl:=[profile?]
-   >=dev-haskell/th-lift-0.7.1:=[profile?]
-   dev-haskell/th-lift-instances:=[profile?]
-   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( dev-haskell/hspec )
-"



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

2021-04-02 Thread Sergei Trofimovich
commit: 7123e9dd44069ce996f8ba4eb9758be08dbe069b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr  2 09:47:27 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr  2 09:53:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7123e9dd

dev-haskell/th-orphans: drop old

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

 dev-haskell/th-orphans/Manifest |  1 -
 dev-haskell/th-orphans/th-orphans-0.13.3.ebuild | 30 -
 2 files changed, 31 deletions(-)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index d74cf4fad16..aa298e5e28e 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1,2 +1 @@
 DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B 
fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6
 SHA512 
bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
-DIST th-orphans-0.13.3.tar.gz 6549 BLAKE2B 
1a23b345fd5cf43715deac8c1f21df56bb75e6d683b7d8ab2b28ce3c72ece178e0a0096d970f04e947d0977ce4a7062c4f47616e0c56e046e0deb8f621dec60f
 SHA512 
5adc55392c2575d885365631ec90c6f26186fcb5ccc42f0e53cace064f1bf5ce389519aa78939a6390054a3ce144484de09205147fe06cbecbc0663898b0371d

diff --git a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
deleted file mode 100644
index 3442e255996..000
--- a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
+++ /dev/null
@@ -1,30 +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.1.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Orphan instances for TH datatypes"
-HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/generic-deriving-1.9:=[profile?]
-   dev-haskell/mtl:=[profile?]
-   >=dev-haskell/th-lift-0.7.1:=[profile?]
-   dev-haskell/th-lift-instances:=[profile?]
-   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( dev-haskell/hspec )
-"



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

2021-03-15 Thread Sergei Trofimovich
commit: 6b78996e7f4847af109787deb4097d2f62523fb4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 15 08:04:36 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 15 09:07:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b78996e

dev-haskell/th-orphans: bump up to 0.3.10

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

 dev-haskell/th-orphans/Manifest  |  1 +
 dev-haskell/th-orphans/th-orphans-0.13.10.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index 071becad1b2..d74cf4fad16 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1 +1,2 @@
+DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B 
fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6
 SHA512 
bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
 DIST th-orphans-0.13.3.tar.gz 6549 BLAKE2B 
1a23b345fd5cf43715deac8c1f21df56bb75e6d683b7d8ab2b28ce3c72ece178e0a0096d970f04e947d0977ce4a7062c4f47616e0c56e046e0deb8f621dec60f
 SHA512 
5adc55392c2575d885365631ec90c6f26186fcb5ccc42f0e53cace064f1bf5ce389519aa78939a6390054a3ce144484de09205147fe06cbecbc0663898b0371d

diff --git a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
new file mode 100644
index 000..c2a10a9d6d7
--- /dev/null
+++ b/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 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 test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Orphan instances for TH datatypes"
+HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/fail-4.9:=[profile?] =dev-haskell/generic-deriving-1.9:=[profile?]
+   dev-haskell/mtl:=[profile?]
+   >=dev-haskell/th-lift-0.7.1:=[profile?]
+   dev-haskell/th-lift-instances:=[profile?]
+   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.10
+   test? ( dev-haskell/hspec )
+"



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

2020-09-12 Thread Sergei Trofimovich
commit: d949c9c4d5f9a47b7b1ac9a2a3dab14cdab7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 12 22:38:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 12 22:43:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d949c9c4

dev-haskell/th-orphans: drop old

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

 dev-haskell/th-orphans/Manifest |  2 --
 dev-haskell/th-orphans/th-orphans-0.11.1.ebuild | 29 -
 dev-haskell/th-orphans/th-orphans-0.8.2.ebuild  | 26 --
 3 files changed, 57 deletions(-)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index 2b83fd32e82..071becad1b2 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1,3 +1 @@
-DIST th-orphans-0.11.1.tar.gz 5511 BLAKE2B 
0849cc48fbce6cc8d73e1089fc3a7b0d0f89319ec920d5373b93103071f190843df4758e7aff2353174e194c286e4a10e75c9551a304bbe706f3499548ffd3d8
 SHA512 
49f3467ed2a8365ccd3ab2f3a7281e04a4b42fb81b6411f0553b1770974710df6005ecd3e3e41724ac02602c47150daad51010c107564d330d7b08cf52320503
 DIST th-orphans-0.13.3.tar.gz 6549 BLAKE2B 
1a23b345fd5cf43715deac8c1f21df56bb75e6d683b7d8ab2b28ce3c72ece178e0a0096d970f04e947d0977ce4a7062c4f47616e0c56e046e0deb8f621dec60f
 SHA512 
5adc55392c2575d885365631ec90c6f26186fcb5ccc42f0e53cace064f1bf5ce389519aa78939a6390054a3ce144484de09205147fe06cbecbc0663898b0371d
-DIST th-orphans-0.8.2.tar.gz 4116 BLAKE2B 
643ba6bc66d4096c21cbefcc5120836886b1158eb5f6f2f9d14a486dee7e738c25ca237ccadebbd8a4d87be6c4d1109983aaddf3d6f556a7682ac2a5bb85ac33
 SHA512 
d0cad737caebcf943a7289fd5ba771530553ff57d40dd3ac7dc7fb4ffe949ab04d7af660a3b84491366119ffdcf607819135bfd160c94a1f8401376d2b7b49a7

diff --git a/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild
deleted file mode 100644
index d340c393caf..000
--- a/dev-haskell/th-orphans/th-orphans-0.11.1.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.4.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Orphan instances for TH datatypes"
-HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/mtl:=[profile?]
-   >=dev-haskell/nats-0.1:=[profile?] =dev-haskell/th-lift-0.7.1:=[profile?]
-   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( dev-haskell/hspec )
-"

diff --git a/dev-haskell/th-orphans/th-orphans-0.8.2.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.8.2.ebuild
deleted file mode 100644
index ad189bb16d5..000
--- a/dev-haskell/th-orphans/th-orphans-0.8.2.ebuild
+++ /dev/null
@@ -1,26 +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.4.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Orphan instances for TH datatypes"
-HOMEPAGE="https://hackage.haskell.org/package/th-orphans;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/th-lift-0.5:=[profile?]
-   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.6
-"



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

2017-05-28 Thread Sergei Trofimovich
commit: 695b68fde8e283e059d3123437b1dafd7fd4dbcd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 28 13:16:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 28 17:53:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695b68fd

dev-haskell/th-orphans: bump up to 0.13.3

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/th-orphans/Manifest |  1 +
 dev-haskell/th-orphans/th-orphans-0.13.3.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index e7ba2224fa7..9aab2e7c3be 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1,2 +1,3 @@
 DIST th-orphans-0.11.1.tar.gz 5511 SHA256 
be0b88c2f83fb8a373498f95044ff9f9b68480cdc74e6bb11a256516f79e2c84 SHA512 
49f3467ed2a8365ccd3ab2f3a7281e04a4b42fb81b6411f0553b1770974710df6005ecd3e3e41724ac02602c47150daad51010c107564d330d7b08cf52320503
 WHIRLPOOL 
affe9e663744a332ef15cc740e4f29a4d884a6856f0ec23c42e173678b44189691372dc96f70f462252262e614c427428c1a77e3be3a72846db07880842af16c
+DIST th-orphans-0.13.3.tar.gz 6549 SHA256 
7380d5b66d0c754e383e7b16e982b5d9ddf5f45f5a33118a20023ec8af78c46d SHA512 
5adc55392c2575d885365631ec90c6f26186fcb5ccc42f0e53cace064f1bf5ce389519aa78939a6390054a3ce144484de09205147fe06cbecbc0663898b0371d
 WHIRLPOOL 
e8d088c74c770943ef0f9b2ebae89df578ed4ba3c0bb28dd4b2e7698602ac547e9aba20c5a3336d48b05b9f7793efa0bdb3629e5a0a9621b478cf80cbd545847
 DIST th-orphans-0.8.2.tar.gz 4116 SHA256 
de8db3117fae31e33e3125f66fbcb9cea514771da0a4c4922db6767a85a6a4a5 SHA512 
d0cad737caebcf943a7289fd5ba771530553ff57d40dd3ac7dc7fb4ffe949ab04d7af660a3b84491366119ffdcf607819135bfd160c94a1f8401376d2b7b49a7
 WHIRLPOOL 
78e14f309ba12da10f8b93991e4ccb093cb1ca8143368b31058e7a48e342f20f25ca4a0707903a939e73abb2dc836ddacd28d446ba0417944d000caf9bd87383

diff --git a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
new file mode 100644
index 000..454122d489f
--- /dev/null
+++ b/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Orphan instances for TH datatypes"
+HOMEPAGE="http://hackage.haskell.org/package/th-orphans;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/generic-deriving-1.9:=[profile?]
+   dev-haskell/mtl:=[profile?]
+   >=dev-haskell/th-lift-0.7.1:=[profile?]
+   dev-haskell/th-lift-instances:=[profile?]
+   >=dev-haskell/th-reify-many-0.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.10
+   test? ( dev-haskell/hspec )
+"



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

2015-09-05 Thread Mikle Kolyada
commit: 9adbac58f352e2d8cde60fff6d956c8a502701b3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep  5 18:24:00 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep  5 18:24:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adbac58

dev-haskell/th-orphans: x86 stable wrt bug #554022

Package-Manager: portage-2.2.20.1

 dev-haskell/th-orphans/th-orphans-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild
index 03f92bb..ff195f0 100644
--- a/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild
+++ b/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-haskell/mtl:=[profile?]



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

2015-08-16 Thread Mikle Kolyada
commit: 8baf1c37bb9484f6774382e66d312da885a85be1
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Sun Aug 16 22:23:24 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Sun Aug 16 22:23:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8baf1c37

dev-haskell/th-orphans: amd64 stable wrt bug #554024

Package-Manager: portage-2.2.20.1

 dev-haskell/th-orphans/th-orphans-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild 
b/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild
index a8380f4..03f92bb 100644
--- a/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild
+++ b/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 RDEPEND=dev-haskell/mtl:=[profile?]