commit:     82d364b76251862b5525ee3f645ffc61fc137bee
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 20:16:48 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 21:15:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d364b7

dev-haskell/json: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/json/Manifest                       |  3 --
 dev-haskell/json/files/json-0.4.3-ghc-7.4.patch | 10 -------
 dev-haskell/json/json-0.4.4.ebuild              | 38 -------------------------
 dev-haskell/json/json-0.5.ebuild                | 36 -----------------------
 dev-haskell/json/json-0.7.ebuild                | 35 -----------------------
 5 files changed, 122 deletions(-)

diff --git a/dev-haskell/json/Manifest b/dev-haskell/json/Manifest
index 3691865158c..1f1de771e17 100644
--- a/dev-haskell/json/Manifest
+++ b/dev-haskell/json/Manifest
@@ -1,4 +1 @@
-DIST json-0.4.4.tar.gz 22181 SHA256 
010157c267e156489771a3a9466f9de74393d9bc82053c1463af8a55caaf5880 SHA512 
8fb30d2b2875fd325d7b23b31f98063c35acbbaa8ff1ef4da077dde5c74d370612e9cf4fdb91bd5bbb6804ff1f3fd35032b5169d48cca2b694364a69f4203a69
 WHIRLPOOL 
fa9d8f91f4dac7c633ee1a970c92be483423103b6de200bd7365133ab7af095b937f9bd7b7ad8bd8cc534eff3941d290de00924bcdf7a01b31e2a076305a938f
-DIST json-0.5.tar.gz 22724 SHA256 
d419bf7d1dd07dcccdc9b40b98a077cdfb5248d1685f929ec1e59f4b01de4b8a SHA512 
c9f93c9cc9d788cce93e72edd28fe09e0fcd3c1af1cdcaef8f0289e3c8c02f3fff3702c8f2f46430b4e90ad504cfd6806a9af4d73ffc853a31609e27dc2c228a
 WHIRLPOOL 
d24966dabe76d654e08f0bfebea395e240d2705c3dae96fb2d0c0fb70a7e172eeb620c8c37e0944e652cc58fde1423af89f904ba850f7bbde1b7c30325c318d8
-DIST json-0.7.tar.gz 22411 SHA256 
d3654272caa269bc65f6f2af82b583ef05434613fe5272d57053fb3bfada68a3 SHA512 
dda9a2ae2945dce8b5c03c3da6b6b2fe8b5857f3ceec20392aea2376de3b5aa3ba895d4f231019505764a1e3d69dc82dac89f5d03274af12902c1e74dc6d1156
 WHIRLPOOL 
3a40f08b81c755f0ab5df4dbf9b5f8b1477d8ff89fc7bea28c63f20bf74eabf09ea35ee827c71d5fc78a64f30218bf41417b03fc8c589935e757702e42ca2ab0
 DIST json-0.9.1.tar.gz 22568 SHA256 
96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2 SHA512 
537257fed476683d0657c6474e465ca437e43e36b60ab132c0f584cece99a18d222ef9a33171543689ba5589434bc78cf2e0e5ff550804ff8969052d09430d57
 WHIRLPOOL 
4aa42dbbcf90354b97a7f464f6f407651833d371af89602c21d8ef61e95b67b1cd97b9c860980769294d793d21d564c01b1631e13f26f65acf9e2b6b6f7e24cb

diff --git a/dev-haskell/json/files/json-0.4.3-ghc-7.4.patch 
b/dev-haskell/json/files/json-0.4.3-ghc-7.4.patch
deleted file mode 100644
index 3d1233de69f..00000000000
--- a/dev-haskell/json/files/json-0.4.3-ghc-7.4.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/Text/JSON.hs b/Text/JSON.hs
-index 900e0f8..5b90a2a 100644
---- a/Text/JSON.hs
-+++ b/Text/JSON.hs
-@@ -1,4 +1,4 @@
--{-# OPTIONS_GHC -XCPP -XMultiParamTypeClasses -XTypeSynonymInstances #-}
-+{-# OPTIONS_GHC -XCPP -XMultiParamTypeClasses -XTypeSynonymInstances 
-XFlexibleInstances #-}
- --------------------------------------------------------------------
- -- |
- -- Module    : Text.JSON

diff --git a/dev-haskell/json/json-0.4.4.ebuild 
b/dev-haskell/json/json-0.4.4.ebuild
deleted file mode 100644
index f9f8f7e6ee9..00000000000
--- a/dev-haskell/json/json-0.4.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit base haskell-cabal
-
-DESCRIPTION="Support for serialising Haskell to and from JSON"
-HOMEPAGE="http://hackage.haskell.org/package/json";
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="+generic +parsec +pretty"
-
-RDEPEND="dev-haskell/mtl
-               >=dev-lang/ghc-6.10.4
-               generic? ( dev-haskell/syb )
-               parsec? ( dev-haskell/parsec )
-       "
-
-DEPEND="${RDEPEND}
-               >=dev-haskell/cabal-1.2.0"
-
-PATCHES=("${FILESDIR}"/${PN}-0.4.3-ghc-7.4.patch)
-
-src_configure() {
-       [[ $(ghc-version) == "6.12.3" ]] && HCFLAGS+=" -O0" #427838
-
-       cabal_src_configure \
-               $(cabal_flag generic) \
-               $(cabal_flag parsec) \
-               $(cabal_flag pretty)
-}

diff --git a/dev-haskell/json/json-0.5.ebuild b/dev-haskell/json/json-0.5.ebuild
deleted file mode 100644
index e998663a042..00000000000
--- a/dev-haskell/json/json-0.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour hoogle"
-inherit haskell-cabal
-
-DESCRIPTION="Support for serialising Haskell to and from JSON"
-HOMEPAGE="http://hackage.haskell.org/package/json";
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="+generic +parsec +pretty"
-
-RDEPEND="dev-haskell/mtl
-               >=dev-lang/ghc-6.10.4
-               generic? ( >=dev-haskell/syb-0.3.3 )
-               parsec? ( dev-haskell/parsec )
-       "
-
-DEPEND="${RDEPEND}
-               >=dev-haskell/cabal-1.2.0"
-
-src_configure() {
-       [[ $(ghc-version) == "6.12.3" ]] && HCFLAGS+=" -O0" #427838
-
-       cabal_src_configure \
-               $(cabal_flag generic) \
-               $(cabal_flag parsec) \
-               $(cabal_flag pretty)
-}

diff --git a/dev-haskell/json/json-0.7.ebuild b/dev-haskell/json/json-0.7.ebuild
deleted file mode 100644
index 23edfb37563..00000000000
--- a/dev-haskell/json/json-0.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Support for serialising Haskell to and from JSON"
-HOMEPAGE="http://hackage.haskell.org/package/json";
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux"
-IUSE="+generic +parsec +pretty"
-
-RDEPEND="dev-haskell/mtl:=[profile?]
-               dev-haskell/text:=[profile?]
-               parsec? ( dev-haskell/parsec:=[profile?] )
-               generic? ( >=dev-haskell/syb-0.3.3:=[profile?] )
-               >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
-               >=dev-haskell/cabal-1.2.0"
-
-src_configure() {
-       [[ $(ghc-version) == "6.12.3" ]] && HCFLAGS+=" -O0" #427838
-
-       cabal_src_configure \
-               $(cabal_flag generic) \
-               $(cabal_flag parsec) \
-               $(cabal_flag pretty)
-}

Reply via email to