summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-16 09:57:49 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-16 10:53:11 +0100
commit5a0af330626f680a3fa27e3b5b3513e0618737cf (patch)
treea082e6bc50fb29158ee915d4a4d11c507bd0bbc1 /dev-haskell/yesod-json
parentnet-analyzer/net-snmp: Update live ebuild (diff)
downloadgentoo-5a0af330626f680a3fa27e3b5b3513e0618737cf.tar.gz
gentoo-5a0af330626f680a3fa27e3b5b3513e0618737cf.tar.bz2
gentoo-5a0af330626f680a3fa27e3b5b3513e0618737cf.zip
dev-haskell/yesod-json: drop old
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/yesod-json')
-rw-r--r--dev-haskell/yesod-json/Manifest1
-rw-r--r--dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-haskell/yesod-json/Manifest b/dev-haskell/yesod-json/Manifest
index e2b7228c8231..b80f067f39d5 100644
--- a/dev-haskell/yesod-json/Manifest
+++ b/dev-haskell/yesod-json/Manifest
@@ -1,2 +1 @@
-DIST yesod-json-1.1.2.2.tar.gz 3752 BLAKE2B fadd8b8b25d7e9e3de74ae8b7da7192065a68e015b5bf5bab8e476bbf45513b7cf59df7a60d6ea8e03e7398f83afead3ab4178cccb3c570d2cbc5512935076f9 SHA512 ab577311763850d3bdac8281761e43384bbc552e2caa7285797f7a9c8163de5b43f4d84495f2f716577a1848fa84a892789a5223752b6395bcdac7a46deb6763
DIST yesod-json-1.2.0.tar.gz 1373 BLAKE2B d1e7d69aa98685fd6a77274a52302b9aa9b7614a1363f272209620ebd4f267062c4c7d5964c4f48a4d5a87571f02616a0b3bdbd834916f4821d271fa6257bd68 SHA512 9fa3eb964e5a543d4f38293245a8ef7f585c5ead94dd0fbc028fca5c954401eafb11e3d18a60a12baa82d3cedce871271b8320d65996f0b00021804c00da0dbb
diff --git a/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild b/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild
deleted file mode 100644
index d0c4ea156949..000000000000
--- a/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Generate content for Yesod using the aeson package"
-HOMEPAGE="https://www.yesodweb.com/"
-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.5:=[profile?]
- >=dev-haskell/attoparsec-conduit-0.5:=[profile?]
- dev-haskell/blaze-builder:=[profile?]
- >=dev-haskell/conduit-0.5:=[profile?]
- >=dev-haskell/safe-0.2:=[profile?]
- >=dev-haskell/shakespeare-js-1.0:=[profile?]
- >=dev-haskell/text-0.8:=[profile?]
- >=dev-haskell/transformers-0.2.2:=[profile?]
- >=dev-haskell/vector-0.9:=[profile?]
- >=dev-haskell/wai-1.3:=[profile?]
- >=dev-haskell/wai-extra-1.3:=[profile?]
- >=dev-haskell/yesod-core-1.1:=[profile?]
- >=dev-haskell/yesod-routes-1.1:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hspec
- dev-haskell/wai-test
- )"