commit:     fa29b9931754ab75244627a600dca4c1c0c4db8a
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Jul 23 22:31:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 22:51:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa29b993

dev-haskell/microlens-aeson: add 2.5.0, drop 2.3.0.4, 2.3.1

Closes: https://github.com/gentoo/gentoo/pull/26553
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/microlens-aeson/Manifest               |  3 +--
 .../microlens-aeson/microlens-aeson-2.3.0.4.ebuild | 31 ----------------------
 ...n-2.3.1.ebuild => microlens-aeson-2.5.0.ebuild} |  9 +++----
 3 files changed, 4 insertions(+), 39 deletions(-)

diff --git a/dev-haskell/microlens-aeson/Manifest 
b/dev-haskell/microlens-aeson/Manifest
index ec67fa5f5521..caa2cfef11ab 100644
--- a/dev-haskell/microlens-aeson/Manifest
+++ b/dev-haskell/microlens-aeson/Manifest
@@ -1,2 +1 @@
-DIST microlens-aeson-2.3.0.4.tar.gz 439564 BLAKE2B 
f8077c78ffb86f8f87afc165651e79c1f2b4737d954c5a720a1e9da0133245e5e8082969af177c4302469c339eeff9a659e334efbf8e5c8320d4683661b2c0b9
 SHA512 
34986eda7737947357999992f617bfd00079048f9fb75dd60f533e58a9671906d9bd0e4fcee1f4a3df309d98ddcb25144fb59f1a779675b119669c27739c3f6a
-DIST microlens-aeson-2.3.1.tar.gz 439669 BLAKE2B 
cd890412a50be501f550bb0fb06bdb4fb265c2edb0bdcda7aef313c563286de20b3e3551a83cda11ad20677ac26f479365a6719966a2dd1a98d8c9198cec9e7f
 SHA512 
8fcf5eab1338dbad84ea3c2747f87a52e4a4a636271ecf9181be6a21b40fa2cdd01cb7c5499e3575be4b3483bd80f04469400e0a634037b9c989a38d3f30c972
+DIST microlens-aeson-2.5.0.tar.gz 439908 BLAKE2B 
70f9ca0e7d06988cbe8ef63a26333430a00917a36f3df7deabb5a5913a2a728ae82327fd5023d98b4582f57a8e40c1dc0b689012ce12b7d71f605f6b392c05df
 SHA512 
b8f99796045bc5f014b1535380c680a43b2e5dd4e5543cf3b4a9683c40780a54bf4b7904a4f9cc8a6ef2c5b4caa8f74b7d116ef06011201c28b63ceac22790e4

diff --git a/dev-haskell/microlens-aeson/microlens-aeson-2.3.0.4.ebuild 
b/dev-haskell/microlens-aeson/microlens-aeson-2.3.0.4.ebuild
deleted file mode 100644
index 813122c70617..000000000000
--- a/dev-haskell/microlens-aeson/microlens-aeson-2.3.0.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Law-abiding lenses for Aeson, using microlens"
-HOMEPAGE="https://github.com/fosskers/microlens-aeson/";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
-       >=dev-haskell/attoparsec-0.10:=[profile?]
-       >=dev-haskell/microlens-0.3:=[profile?]
-       >=dev-haskell/scientific-0.3.2:=[profile?]
-       >=dev-haskell/text-0.11:=[profile?]
-       >=dev-haskell/unordered-containers-0.2.3:=[profile?]
-       >=dev-haskell/vector-0.9:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-2.2
-       test? ( >=dev-haskell/tasty-0.10.1.2
-               >=dev-haskell/tasty-hunit-0.9.2 )
-"

diff --git a/dev-haskell/microlens-aeson/microlens-aeson-2.3.1.ebuild 
b/dev-haskell/microlens-aeson/microlens-aeson-2.5.0.ebuild
similarity index 74%
rename from dev-haskell/microlens-aeson/microlens-aeson-2.3.1.ebuild
rename to dev-haskell/microlens-aeson/microlens-aeson-2.5.0.ebuild
index af6c80d751cb..acb6df41a0a3 100644
--- a/dev-haskell/microlens-aeson/microlens-aeson-2.3.1.ebuild
+++ b/dev-haskell/microlens-aeson/microlens-aeson-2.5.0.ebuild
@@ -1,28 +1,25 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-# ebuild generated by hackport 0.6.7.9999
+# ebuild generated by hackport 0.7.1.2.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Law-abiding lenses for Aeson, using microlens"
 HOMEPAGE="https://github.com/fosskers/microlens-aeson/";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 
-RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
+RDEPEND=">=dev-haskell/aeson-2.0:=[profile?]
        >=dev-haskell/attoparsec-0.10:=[profile?]
        dev-haskell/hashable:=[profile?]
        >=dev-haskell/microlens-0.3:=[profile?]
        >=dev-haskell/scientific-0.3.2:=[profile?]
-       >=dev-haskell/text-0.11:=[profile?]
-       >=dev-haskell/unordered-containers-0.2.3:=[profile?]
        >=dev-haskell/vector-0.9:=[profile?]
        >=dev-lang/ghc-8.4.3:=
 "

Reply via email to