public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stream/
@ 2019-09-28 11:59 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2019-09-28 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d44982b727a8fc3d6f3563a612ea7488ce9a2981
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 11:56:58 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 11:56:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44982b7

dev-haskell/stream: drop old

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

 dev-haskell/stream/Manifest               |  2 --
 dev-haskell/stream/stream-0.2.6-r1.ebuild | 27 ---------------------------
 dev-haskell/stream/stream-0.4.6.ebuild    | 29 -----------------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-haskell/stream/Manifest b/dev-haskell/stream/Manifest
index 6eb566575ea..47a1b467b77 100644
--- a/dev-haskell/stream/Manifest
+++ b/dev-haskell/stream/Manifest
@@ -1,3 +1 @@
-DIST Stream-0.2.6.tar.gz 4885 BLAKE2B bdc7bc1185ff064b9cdd11a284ab24dbd53f11ef1f22773cd35de6828e28d7532b71ae47a5dd717f0218b6f0fd5c38fa53baa2ccdad3c0b5e74befddae938636 SHA512 fabbfbceeaac4347e3af02391cf90cf8e1875576f925c1e70f3117c51b597f7f7ab241597e6eb781c39708fd8ec396660a5d42d13905f78695e45432679e25b3
-DIST Stream-0.4.6.tar.gz 5875 BLAKE2B d380889fea81b30c93a9a9b0b8330f50602cf372b1ec658ce357d5d13ae0faa0f5eb3048bfb644e60d6a66031e58fac0fe97581e355a733fd34634ac439b893a SHA512 290173c36e2ec89beca4d8aa9dc8547492439772663d7936abb97c997d785f88e1a6b20b18f8fac16705a7438f3dab09736042b88a796545126d8589569cd1a7
 DIST Stream-0.4.7.2.tar.gz 6543 BLAKE2B 5e399aa6fc8fcdd0616d5349f5919f7b620d33651e12dfe8fbc9f9f3ad2d25021b369e7b0fa8a0d7bde1d68efd0fcc8a2b2f25a82fe49f93526eb6b7ac98329a SHA512 ff0b8c51d11cb4d4ed9d07af272bcf63fc4e4e1b4eaa76dce9c80234ba989c5690c41014e5e9bd3acc9faaea048a899f11d350459fc68d93c67f1e62e1fe6504

diff --git a/dev-haskell/stream/stream-0.2.6-r1.ebuild b/dev-haskell/stream/stream-0.2.6-r1.ebuild
deleted file mode 100644
index b2c029106f5..00000000000
--- a/dev-haskell/stream/stream-0.2.6-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-MY_PN="Stream"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A library for manipulating infinite lists"
-HOMEPAGE="http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.6.1
-		dev-haskell/quickcheck:1"
-
-DEPEND="${RDEPEND}
-		dev-haskell/cabal"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-haskell/stream/stream-0.4.6.ebuild b/dev-haskell/stream/stream-0.4.6.ebuild
deleted file mode 100644
index 227f43a894d..00000000000
--- a/dev-haskell/stream/stream-0.4.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-# ebuild generated by hackport 0.2.18.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="Stream"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A library for manipulating infinite lists"
-HOMEPAGE="http://hackage.haskell.org/package/Stream"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ppc ~ppc64 sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/lazysmallcheck-0.3[profile?]
-		>=dev-haskell/quickcheck-2.0[profile?]
-		>=dev-lang/ghc-6.8.2"
-DEPEND="${RDEPEND}
-		dev-haskell/cabal"
-
-S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stream/
@ 2020-10-31 20:09 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-10-31 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ed6965e59dab615564f13e39ff16aee9f182352b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 20:00:04 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 20:09:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6965e5

dev-haskell/stream: update to EAPI=7

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

 dev-haskell/stream/metadata.xml          | 7 ++++---
 dev-haskell/stream/stream-0.4.7.2.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-haskell/stream/metadata.xml b/dev-haskell/stream/metadata.xml
index 522384de844..b7878815d80 100644
--- a/dev-haskell/stream/metadata.xml
+++ b/dev-haskell/stream/metadata.xml
@@ -1,7 +1,8 @@
 <?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>
-</maintainer>
+	<maintainer type="project">
+		<email>haskell@gentoo.org</email>
+		<name>Gentoo Haskell</name>
+	</maintainer>
 </pkgmetadata>

diff --git a/dev-haskell/stream/stream-0.4.7.2.ebuild b/dev-haskell/stream/stream-0.4.7.2.ebuild
index dae773845ba..722b5e401fb 100644
--- a/dev-haskell/stream/stream-0.4.7.2.ebuild
+++ b/dev-haskell/stream/stream-0.4.7.2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-# ebuild generated by hackport 0.4.3
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -25,7 +25,7 @@ RDEPEND=">=dev-haskell/lazysmallcheck-0.3:=[profile?]
 	>=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
-	dev-haskell/cabal
+	>=dev-haskell/cabal-1.0
 "
 
 S="${WORKDIR}/${MY_P}"


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

end of thread, other threads:[~2020-10-31 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-28 11:59 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stream/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-10-31 20:09 Sergei Trofimovich

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