summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 09:41:13 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitb1c642f9550ee05b523399bec721ac56346d9b0d (patch)
tree25a0f3b0be27545fc4c56aa41a58a4a920d8ebe1
parentdev-haskell/yesod-static: drop old (diff)
downloadgentoo-b1c642f9550ee05b523399bec721ac56346d9b0d.tar.gz
gentoo-b1c642f9550ee05b523399bec721ac56346d9b0d.tar.bz2
gentoo-b1c642f9550ee05b523399bec721ac56346d9b0d.zip
dev-haskell/yesod-routes: drop old
Package-Manager: portage-2.2.28
-rw-r--r--dev-haskell/yesod-routes/Manifest3
-rw-r--r--dev-haskell/yesod-routes/yesod-routes-1.2.0.2.ebuild30
-rw-r--r--dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild30
-rw-r--r--dev-haskell/yesod-routes/yesod-routes-1.2.0.6.ebuild30
-rw-r--r--dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r1.ebuild35
-rw-r--r--dev-haskell/yesod-routes/yesod-routes-1.2.0.7.ebuild30
6 files changed, 0 insertions, 158 deletions
diff --git a/dev-haskell/yesod-routes/Manifest b/dev-haskell/yesod-routes/Manifest
index fd2aa4915468..cd9c30af50df 100644
--- a/dev-haskell/yesod-routes/Manifest
+++ b/dev-haskell/yesod-routes/Manifest
@@ -1,5 +1,2 @@
DIST yesod-routes-1.1.2.tar.gz 17709 SHA256 5b96189ab0e4ae07fd3904a9b8a7d53b5ecec0bc5c94627d4725e930cf17db9f SHA512 236dc8d53bce88b77bb832d57844a5379d0f9a1f0077c69f1e9fa24756ce411cff06eef5d66ac5bf50aa44f2211ffcbaf387bf336215df2029a982e0afdf608a WHIRLPOOL 2d91d3a05e69ccf16af88756fdab61b2f81b753a00ae79df07d35174c8bf8858c165c1039e8b6b06a53351bb0235f693bbca8619ad3bdce2aaf783962df536e3
-DIST yesod-routes-1.2.0.2.tar.gz 20172 SHA256 c702a8ecd6dacc3bcb9206d1faed94a8b90d9d641b046a900a80cc9cbe764e56 SHA512 f305363fb8c8147301040fa7ac14338f851dc0eadbe32dc4e17de9baaf0397d9eddab63a6b41821754dd25ea9000b453d88c466cf42036fce611e0b95a2ae03e WHIRLPOOL 06e897c77ae7b33aa4c60fc9352b5e7f682d059da341875d2953780715578eafb56d074719ec2243685047bfe6d79797639267168b94ff0928eb700c3cb82f7c
-DIST yesod-routes-1.2.0.3.tar.gz 20266 SHA256 c31360a1f2c3c8cf549c6649480a0b70657359e4d8600e5aaf3474bd1620465c SHA512 ef2b6f3fa6d9e9137b83f25d37d87f3a968200d103c0a098ce2732471e9c625f2d40c03f8df51bd3cd1f92d918c5502f3e32caadf7e55fb3c1bd1876a7941c59 WHIRLPOOL 174812db5052416f94fefc26b98baca5a5672b931bb880159aa84592f354598bdae6b45e83bc01af5c28b1a3d02fa74bf28ef6979340ee73ae2960320bdcfde6
-DIST yesod-routes-1.2.0.6.tar.gz 20950 SHA256 3dfe491a4c90262f5f2d1830d2fe3b3d303d8e1c50469cac2b06ad9bb870a241 SHA512 4e883edadc6ed41063d9be2ab539a8393f70720437ce85043223927ed2dcb5326f6e0fc19ddcb1d42ae2ed95c7d219d088cc42f0dc5de12d648fe24b42601b87 WHIRLPOOL 736978d73c19060e8c0c1342943f1f17d686c630a7005316db3b672e03a8f2af46e016d40ccccc200b1d0ff0ecdb843540f6073dec51d88571df3cb34dd3fe67
DIST yesod-routes-1.2.0.7.tar.gz 21387 SHA256 d25cd11aef62bb11ea630f758b86f20019dfa1355d36b71bc0b657b8b4b72202 SHA512 966ba0a66b503ef8f4def2dd3b9c5b2f5a32eea3775e7daee0f58405703cd29b7b84f629490e772ddd84958c8ed0ce127abf8775af55637d670da622fb6755eb WHIRLPOOL 6348248d1d19018af850dc9bb722f72d6d0494c10c679038f6ac0d0079889975d828bf99b6e8ccfae05c2bc1a194f1f3e28745779e43767c0348680a32af6a8b
diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.2.ebuild
deleted file mode 100644
index 37e65734eaaa..000000000000
--- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Efficient routing for Yesod"
-HOMEPAGE="http://www.yesodweb.com/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/path-pieces-0.1:=[profile?] <dev-haskell/path-pieces-0.2:=[profile?]
- >=dev-haskell/text-0.5:=[profile?]
- >=dev-haskell/vector-0.8:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 )
-"
diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild
deleted file mode 100644
index 37e65734eaaa..000000000000
--- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Efficient routing for Yesod"
-HOMEPAGE="http://www.yesodweb.com/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/path-pieces-0.1:=[profile?] <dev-haskell/path-pieces-0.2:=[profile?]
- >=dev-haskell/text-0.5:=[profile?]
- >=dev-haskell/vector-0.8:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 )
-"
diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.6.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.6.ebuild
deleted file mode 100644
index bffcf8225046..000000000000
--- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Efficient routing for Yesod"
-HOMEPAGE="http://www.yesodweb.com/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/path-pieces-0.1:=[profile?] <dev-haskell/path-pieces-0.2:=[profile?]
- >=dev-haskell/text-0.5:=[profile?]
- >=dev-haskell/vector-0.8:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 )
-"
diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r1.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r1.ebuild
deleted file mode 100644
index ca9e40c5d047..000000000000
--- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Efficient routing for Yesod"
-HOMEPAGE="http://www.yesodweb.com/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/path-pieces-0.1:=[profile?]
- >=dev-haskell/text-0.5:=[profile?]
- >=dev-haskell/vector-0.8:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 )
-"
-
-src_prepare() {
- cabal_chdeps \
- 'path-pieces >= 0.1 && < 0.2' 'path-pieces >= 0.1'
-}
diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7.ebuild
deleted file mode 100644
index 9b19cfe22d64..000000000000
--- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Efficient routing for Yesod"
-HOMEPAGE="http://www.yesodweb.com/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/path-pieces-0.1:=[profile?] <dev-haskell/path-pieces-0.2:=[profile?]
- >=dev-haskell/text-0.5:=[profile?]
- >=dev-haskell/vector-0.8:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 )
-"