public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path/
@ 2017-05-28 17:53 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2017-05-28 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     331df81d2208b4026847f6c91582ff52960dd403
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 12:54:05 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 28 17:52:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331df81d

dev-haskell/path: new package, a depend of dev-haskell/stack

Support for well-typed paths

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/path/Manifest           |  1 +
 dev-haskell/path/metadata.xml       | 11 +++++++++++
 dev-haskell/path/path-0.5.13.ebuild | 35 +++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-haskell/path/Manifest b/dev-haskell/path/Manifest
new file mode 100644
index 00000000000..9c5467fdb33
--- /dev/null
+++ b/dev-haskell/path/Manifest
@@ -0,0 +1 @@
+DIST path-0.5.13.tar.gz 16988 SHA256 1968303e1632499890c3c760ade68e91e848cb45de552090d86e6c75b93e7d51 SHA512 bf1e4750aa025382735f0b8329daa092501f1bbcb25ca3951be653cc3193d19be4339697e966db7dbff7ea2f78b251259c9f6f4cb36402a51221b077af388284 WHIRLPOOL 16c4d6076e052aef91e3b522c596defe729772f11a5da2e773e974c691d75669006075750725616bc54387639bac84758104a5e00917bbb79e0cf6e8df7ab904

diff --git a/dev-haskell/path/metadata.xml b/dev-haskell/path/metadata.xml
new file mode 100644
index 00000000000..e42b1c1a4d0
--- /dev/null
+++ b/dev-haskell/path/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>haskell@gentoo.org</email>
+		<name>Gentoo Haskell</name>
+	</maintainer>
+	<longdescription>
+		Path
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-haskell/path/path-0.5.13.ebuild b/dev-haskell/path/path-0.5.13.ebuild
new file mode 100644
index 00000000000..cafe98096f2
--- /dev/null
+++ b/dev-haskell/path/path-0.5.13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.2.9999
+#hackport: flags: -validity
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Support for well-typed paths"
+HOMEPAGE="http://hackage.haskell.org/package/path"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+	>=dev-haskell/exceptions-0.4:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
+	>=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
+	>=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.18.1.3
+	test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-3
+		>=dev-haskell/mtl-2.0 <dev-haskell/mtl-3 )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		--flag=-validity
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path/
@ 2020-06-06 17:56 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2020-06-06 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7ae91109859b806d4a73a3398b4a53f9f39d96a8
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jun  6 10:56:07 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 17:56:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae91109

dev-haskell/path: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-haskell/path/path-0.5.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/path/path-0.5.13.ebuild b/dev-haskell/path/path-0.5.13.ebuild
index 27fddcaae40..cf56eceb1a0 100644
--- a/dev-haskell/path/path-0.5.13.ebuild
+++ b/dev-haskell/path/path-0.5.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Support for well-typed paths"
-HOMEPAGE="http://hackage.haskell.org/package/path"
+HOMEPAGE="https://hackage.haskell.org/package/path"
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path/
@ 2020-09-12 19:45 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c996e4dcd8c178d0938ea78de8838b06ea173d27
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 19:40:55 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 19:45:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c996e4dc

dev-haskell/path: drop old

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

 dev-haskell/path/Manifest           |  1 -
 dev-haskell/path/path-0.5.13.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-haskell/path/Manifest b/dev-haskell/path/Manifest
index 82cddbc1a3f..9054b6e1333 100644
--- a/dev-haskell/path/Manifest
+++ b/dev-haskell/path/Manifest
@@ -1,2 +1 @@
-DIST path-0.5.13.tar.gz 16988 BLAKE2B 4fbc3464f674a15a2dc3c543cbf9d705f9c189224e45c6bb4f180e46483547822ed8a90920c183c756ebcd3529ceaa142b7a644b6e2f28a474e1302827b37204 SHA512 bf1e4750aa025382735f0b8329daa092501f1bbcb25ca3951be653cc3193d19be4339697e966db7dbff7ea2f78b251259c9f6f4cb36402a51221b077af388284
 DIST path-0.7.0.tar.gz 24227 BLAKE2B b2f3347c29dfae0e7674f4de39f07bb7ee681735d1509c7eefd29cc2141dcf974212fc970095a783fdb47dbffaac9489097116768bfe996a160bb9b8886cc9e6 SHA512 b07fc95eab12188d49e4525ea5bbadfda9d5bfb61cc306d624730087d2fc1f946407e4861f7f66de48d9cdf2541591d4518fcc77f28d65671bfa65a963e18a9c

diff --git a/dev-haskell/path/path-0.5.13.ebuild b/dev-haskell/path/path-0.5.13.ebuild
deleted file mode 100644
index cf56eceb1a0..00000000000
--- a/dev-haskell/path/path-0.5.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.2.9999
-#hackport: flags: -validity
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Support for well-typed paths"
-HOMEPAGE="https://hackage.haskell.org/package/path"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-	>=dev-haskell/exceptions-0.4:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
-	>=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
-	>=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.18.1.3
-	test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-3
-		>=dev-haskell/mtl-2.0 <dev-haskell/mtl-3 )
-"
-
-src_configure() {
-	haskell-cabal_src_configure \
-		--flag=-validity
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path/
@ 2022-08-10  3:35 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-10  3:35 UTC (permalink / raw
  To: gentoo-commits

commit:     860a0c99554b849bd724729127eacb6acc706e2a
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Aug  7 20:05:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 03:34:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860a0c99

dev-haskell/path: refresh metadata.xml

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/26765
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/path/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-haskell/path/metadata.xml b/dev-haskell/path/metadata.xml
index ba268d0dfee1..937381521944 100644
--- a/dev-haskell/path/metadata.xml
+++ b/dev-haskell/path/metadata.xml
@@ -5,7 +5,4 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
-	<use>
-		<flag name="dev">Turn on development settings.</flag>
-	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path/
@ 2022-08-10  3:35 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-10  3:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8b387a8cacca6f6f7cb05094642a3ce13a74c1b3
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Aug  7 20:05:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 03:34:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b387a8c

dev-haskell/path: hard-disable dev USE flag

Bug: https://bugs.gentoo.org/864202
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../path/{path-0.9.2.ebuild => path-0.9.2-r1.ebuild}      | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/dev-haskell/path/path-0.9.2.ebuild b/dev-haskell/path/path-0.9.2-r1.ebuild
similarity index 67%
rename from dev-haskell/path/path-0.9.2.ebuild
rename to dev-haskell/path/path-0.9.2-r1.ebuild
index 71683620a480..74a159e8e4ca 100644
--- a/dev-haskell/path/path-0.9.2.ebuild
+++ b/dev-haskell/path/path-0.9.2-r1.ebuild
@@ -3,40 +3,35 @@
 
 EAPI=8
 
-# ebuild generated by hackport 0.7.9999
-#hackport: flags: -validity
+# ebuild generated by hackport 0.7.2.1.9999
+#hackport: flags: -validity,-dev
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Support for well-typed paths"
 HOMEPAGE="https://hackage.haskell.org/package/path"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="dev"
 
 RDEPEND="dev-haskell/aeson:=[profile?]
-	>=dev-haskell/exceptions-0.4:=[profile?] <dev-haskell/exceptions-0.11:=[profile?]
 	>=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-1.5:=[profile?]
-	dev-haskell/text:=[profile?]
-	>=dev-lang/ghc-8.6.3:=
+	>=dev-lang/ghc-8.10.1:=
 "
 DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-2.4.0.1
+	>=dev-haskell/cabal-3.2.0.0
 	test? ( >=dev-haskell/genvalidity-1.0
 		>=dev-haskell/genvalidity-hspec-0.7
 		>=dev-haskell/genvalidity-property-0.4
 		>=dev-haskell/hspec-2.0 <dev-haskell/hspec-3
-		>=dev-haskell/mtl-2.0 <dev-haskell/mtl-3
 		dev-haskell/quickcheck
 		>=dev-haskell/validity-0.8.0.0 )
 "
 
 src_configure() {
 	haskell-cabal_src_configure \
-		$(cabal_flag dev dev) \
+		--flag=-dev \
 		--flag=-validity
 }


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

end of thread, other threads:[~2022-08-10  3:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-06 17:56 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2022-08-10  3:35 Sam James
2022-08-10  3:35 Sam James
2020-09-12 19:45 Sergei Trofimovich
2017-05-28 17:53 Sergei Trofimovich

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