public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-routes/
@ 2016-01-16 19:43 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2016-01-16 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e4e14727c0c235a8693851364768acb3fd7cbd54
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 19:35:08 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 19:42:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e14727

dev-haskell/yesod-routes: allow hunit-1.3

Package-Manager: portage-2.2.26

 .../yesod-routes/yesod-routes-1.2.0.7-r2.ebuild    | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild
new file mode 100644
index 0000000..a2a4ebf
--- /dev/null
+++ b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild
@@ -0,0 +1,37 @@
+# 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-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.8
+	test? ( >=dev-haskell/hspec-1.3
+		>=dev-haskell/hunit-1.2 )
+"
+
+src_prepare() {
+	cabal_chdeps \
+		'path-pieces               >= 0.1      && < 0.2' 'path-pieces               >= 0.1' \
+		'HUnit                     >= 1.2      && < 1.3' 'HUnit                     >= 1.2' \
+		'vector                    >= 0.8      && < 0.11' 'vector                    >= 0.8'
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-routes/
@ 2017-02-25 17:30 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2017-02-25 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     7dbfecf6d60e8518ddd647c6cf2c75567d11040a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 17:29:20 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 17:30:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbfecf6

dev-haskell/yesod-routes: mark as incompatible against ghc-8, bug #610350

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/610350

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild      | 4 ++--
 dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild
index 190ed755bf..ecf035f9ca 100644
--- a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild
+++ b/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,7 +23,7 @@ RDEPEND="=dev-haskell/path-pieces-0.1*:=[profile?]
 		<dev-haskell/text-0.12:=[profile?]
 		>=dev-haskell/vector-0.8:=[profile?]
 		<dev-haskell/vector-0.11:=[profile?]
-		>=dev-lang/ghc-6.10.4:="
+		>=dev-lang/ghc-6.10.4:= <dev-lang/ghc-8"
 DEPEND="${RDEPEND}
 		test? ( >=dev-haskell/hspec-1.3
 			=dev-haskell/hunit-1.2*

diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild
index a2a4ebf80f..e8b193b769 100644
--- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild
+++ b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ IUSE=""
 RDEPEND=">=dev-haskell/path-pieces-0.1:=[profile?]
 	>=dev-haskell/text-0.5:=[profile?]
 	>=dev-haskell/vector-0.8:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
+	>=dev-lang/ghc-7.4.1:= <dev-lang/ghc-8
 "
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.8


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-routes/
@ 2018-04-15 11:34 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2018-04-15 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ec92e6d7937c8bee782e460240ea478d2f7fcfa6
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 15 08:25:50 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 11:33:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec92e6d7

dev-haskell/yesod-routes: use HTTPS

 dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild      | 4 ++--
 dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild
index 6359decb558..655435211c2 100644
--- a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild
+++ b/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Efficient routing for Yesod"
-HOMEPAGE="http://www.yesodweb.com/"
+HOMEPAGE="https://www.yesodweb.com/"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild
index ed3281a23fd..20dfae0160a 100644
--- a/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild
+++ b/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Efficient routing for Yesod"
-HOMEPAGE="http://www.yesodweb.com/"
+HOMEPAGE="https://www.yesodweb.com/"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-routes/
@ 2020-09-12 22:55 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     374cd0bafe35d32628591aae8dff3206ceb4b7a9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 22:54:55 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 22:54:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374cd0ba

dev-haskell/yesod-routes: drop old

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

 dev-haskell/yesod-routes/Manifest                  |  1 -
 dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-haskell/yesod-routes/Manifest b/dev-haskell/yesod-routes/Manifest
index e5244e45bfe..3b2d454aa68 100644
--- a/dev-haskell/yesod-routes/Manifest
+++ b/dev-haskell/yesod-routes/Manifest
@@ -1,2 +1 @@
-DIST yesod-routes-1.1.2.tar.gz 17709 BLAKE2B 5fd3982d16529b4b79fcb802245c7aa295528d75c97d9aa0900b6d94a3b1523364b08db04c8a9c9ba687751d7683d9a94bbdda707e7602c8e4ea3119639c7222 SHA512 236dc8d53bce88b77bb832d57844a5379d0f9a1f0077c69f1e9fa24756ce411cff06eef5d66ac5bf50aa44f2211ffcbaf387bf336215df2029a982e0afdf608a
 DIST yesod-routes-1.2.0.7.tar.gz 21387 BLAKE2B 2cc3f1dd06473499df6fb12e30211a21c1a845b89c0823455aabc9f333823cf52ba438b85570286bf6c63d36620a62223f14e71ed75963e0d4b930f06bca1554 SHA512 966ba0a66b503ef8f4def2dd3b9c5b2f5a32eea3775e7daee0f58405703cd29b7b84f629490e772ddd84958c8ed0ce127abf8775af55637d670da622fb6755eb

diff --git a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild
deleted file mode 100644
index 4dca36e8182..00000000000
--- a/dev-haskell/yesod-routes/yesod-routes-1.1.2.ebuild
+++ /dev/null
@@ -1,30 +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="Efficient routing for Yesod"
-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/path-pieces-0.1*:=[profile?]
-		>=dev-haskell/text-0.5:=[profile?]
-		<dev-haskell/text-0.12:=[profile?]
-		>=dev-haskell/vector-0.8:=[profile?]
-		<dev-haskell/vector-0.11:=[profile?]
-		>=dev-lang/ghc-6.10.4:= <dev-lang/ghc-8"
-DEPEND="${RDEPEND}
-		test? ( >=dev-haskell/hspec-1.3
-			=dev-haskell/hunit-1.2*
-		)
-		>=dev-haskell/cabal-1.8"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-12 22:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15 11:34 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-routes/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2020-09-12 22:55 Sergei Trofimovich
2017-02-25 17:30 Sergei Trofimovich
2016-01-16 19:43 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox