* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/concurrent-output/
@ 2016-01-22 20:23 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2016-01-22 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 4856b69bd76f19b436f60a7e9a37d59a938d2fbd
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 20:17:04 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 20:22:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4856b69b
dev-haskell/concurrent-output: new package, a depend of git-annex
Package-Manager: portage-2.2.27
dev-haskell/concurrent-output/Manifest | 1 +
.../concurrent-output-1.7.3.ebuild | 32 ++++++++++++++++++++++
dev-haskell/concurrent-output/metadata.xml | 17 ++++++++++++
3 files changed, 50 insertions(+)
diff --git a/dev-haskell/concurrent-output/Manifest b/dev-haskell/concurrent-output/Manifest
new file mode 100644
index 0000000..a907037
--- /dev/null
+++ b/dev-haskell/concurrent-output/Manifest
@@ -0,0 +1 @@
+DIST concurrent-output-1.7.3.tar.gz 21005 SHA256 9a510e7378ba9c6c637027074fa127fad832f9321144fdbe9ae3b1955cf40620 SHA512 0c338d45167bac4d11f760994fa7c5b3d6b3525cc4fbb289e70247affcabec94b44cdc1991519e40ddb71975e5a995f10e116b289de194dd3a91467c6f4df950 WHIRLPOOL 4670e2f99ed3c9658d8e6c3e02d412fc78b7af208775872278851b356b282b8fbc906474674f30af25063a85bbc405fc530baa486771ac39b30f851bd0a21cdf
diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild
new file mode 100644
index 0000000..264f435
--- /dev/null
+++ b/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Ungarble output from several threads or commands"
+HOMEPAGE="http://hackage.haskell.org/package/concurrent-output"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
+ >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
+ >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
+ >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
+ >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
+ >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
+ >=dev-haskell/transformers-0.3.0:=[profile?] <dev-haskell/transformers-0.5.0:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"
diff --git a/dev-haskell/concurrent-output/metadata.xml b/dev-haskell/concurrent-output/metadata.xml
new file mode 100644
index 0000000..146f2b3
--- /dev/null
+++ b/dev-haskell/concurrent-output/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Provides a simple interface for writing concurrent programs that
+ need to output a lot of status messages to the console, or display
+ multiple progress bars for different activities at the same time,
+ or concurrently run external commands that output to the console.
+
+ Built on top of that is a way of defining multiple output regions,
+ which are automatically laid out on the screen and can be individually
+ updated. Can be used for progress displays etc.
+
+ <<https://joeyh.name/code/concurrent-output/demo2.gif>>
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/concurrent-output/
@ 2016-05-11 8:49 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2016-05-11 8:49 UTC (permalink / raw
To: gentoo-commits
commit: 393cfac803072a3ae2c481ec9814603a543d7a2b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 07:07:33 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed May 11 08:48:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393cfac8
dev-haskell/concurrent-output: bump up to 1.7.6
Package-Manager: portage-2.2.28
dev-haskell/concurrent-output/Manifest | 1 +
.../concurrent-output-1.7.6.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-haskell/concurrent-output/Manifest b/dev-haskell/concurrent-output/Manifest
index a907037..4d3c352 100644
--- a/dev-haskell/concurrent-output/Manifest
+++ b/dev-haskell/concurrent-output/Manifest
@@ -1 +1,2 @@
DIST concurrent-output-1.7.3.tar.gz 21005 SHA256 9a510e7378ba9c6c637027074fa127fad832f9321144fdbe9ae3b1955cf40620 SHA512 0c338d45167bac4d11f760994fa7c5b3d6b3525cc4fbb289e70247affcabec94b44cdc1991519e40ddb71975e5a995f10e116b289de194dd3a91467c6f4df950 WHIRLPOOL 4670e2f99ed3c9658d8e6c3e02d412fc78b7af208775872278851b356b282b8fbc906474674f30af25063a85bbc405fc530baa486771ac39b30f851bd0a21cdf
+DIST concurrent-output-1.7.6.tar.gz 21143 SHA256 ca3668dad7999dd1366582bff46ef3a50ba8ce9a775a812883094db92adac6a5 SHA512 2a5b728ed5017273c89e3dff1b045905071b78eb7cc0dd2a6020170328a593bd7fea12651558598e55e807f197c7177dd6b086081df2a1895a2d172bf558864c WHIRLPOOL 2212c63378789a965731d4e57315c3b769f9f1a367541a2fc642adf51f93691ebac7dc828f11a59ef52e21d5e1aee238a61f4be3142fdea84d880eabf66b25e8
diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild
new file mode 100644
index 0000000..dfec3db
--- /dev/null
+++ b/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Ungarble output from several threads or commands"
+HOMEPAGE="http://hackage.haskell.org/package/concurrent-output"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
+ >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
+ >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
+ >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
+ >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
+ >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
+ >=dev-haskell/transformers-0.3.0:=[profile?] <dev-haskell/transformers-0.6.0:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/concurrent-output/
@ 2020-09-09 7:09 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-09-09 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 58bc99e3e3abd82563504227eba284f36a8ea062
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 06:56:53 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 07:09:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bc99e3
dev-haskell/concurrent-output: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/concurrent-output/Manifest | 4 ---
.../concurrent-output-1.7.3.ebuild | 31 ----------------------
.../concurrent-output-1.7.6.ebuild | 31 ----------------------
.../concurrent-output-1.7.7.ebuild | 30 ---------------------
.../concurrent-output-1.7.8.ebuild | 30 ---------------------
5 files changed, 126 deletions(-)
diff --git a/dev-haskell/concurrent-output/Manifest b/dev-haskell/concurrent-output/Manifest
index 592fe96463b..3b9dd32f1be 100644
--- a/dev-haskell/concurrent-output/Manifest
+++ b/dev-haskell/concurrent-output/Manifest
@@ -1,5 +1 @@
DIST concurrent-output-1.10.11.tar.gz 22514 BLAKE2B 19b31ed65ac0a553ad8f60d08d9919428e0cb40be151b43e7a91dd2c9d28d61ed79fab75efef43e8a0f44e66ef652ddaff0aa8275bf2884d4db59fa2bfde8e47 SHA512 2ed0415562c37cedc035adac06430e397369bf13ff5375f855c9b3a34c122437b3f92137b593d8fd0384d575822ee5287ca0b2c2b3daab8de95a5c63b991760d
-DIST concurrent-output-1.7.3.tar.gz 21005 BLAKE2B 2d34758f4a2c8e65e84e7fce911b59dd528be41f382f6b3a6801e01ba070e52838a7137c9538ed914df109ae0645dfe1ec91a4e65df83c5d98c390551d9a8bb1 SHA512 0c338d45167bac4d11f760994fa7c5b3d6b3525cc4fbb289e70247affcabec94b44cdc1991519e40ddb71975e5a995f10e116b289de194dd3a91467c6f4df950
-DIST concurrent-output-1.7.6.tar.gz 21143 BLAKE2B 33670c8060eafd6d67d8375515cf8ed6091d3b6205011db2dffe35f5abd33b36fc8aad50564dfdf111ff8f72996ec7bc8f889fa9a5e0ba49b49af492d4ebe780 SHA512 2a5b728ed5017273c89e3dff1b045905071b78eb7cc0dd2a6020170328a593bd7fea12651558598e55e807f197c7177dd6b086081df2a1895a2d172bf558864c
-DIST concurrent-output-1.7.7.tar.gz 21156 BLAKE2B 80c845dfa39bb475fbd6a12fa670d3317c0a333fe46009084333e1481d8c8cac7e2511515888a09f2c33331af7163623c1c9e94380530f01ac640df7cb111794 SHA512 65ddc7917b71e169aa05ad4a16c280e1bd3083c511198ff1a6cf5b6e9bdc0397f842ce7aa99671548c2f97eb6744b54ab097933a508303dfa371ac3cb5bad643
-DIST concurrent-output-1.7.8.tar.gz 21178 BLAKE2B 18b2f8d5a0de656c161487a50cc5c495b2343a7eed15b99ae6d79947717c2f2a00e8100b9384bb8922950c75affcadd5927c0783dede916ef295918cae5f6a69 SHA512 b5f64ff51302a46d1548469fa45b18e10276667bb33994023f6e5f75ed738d63ea666efd7a7e27dfdcde916985c3753141d374f85b43fae3c3cac960567ee01c
diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild
deleted file mode 100644
index 5468ebcc39c..00000000000
--- a/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Ungarble output from several threads or commands"
-HOMEPAGE="https://hackage.haskell.org/package/concurrent-output"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
- >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
- >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
- >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
- >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
- >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
- >=dev-haskell/transformers-0.3.0:=[profile?] <dev-haskell/transformers-0.5.0:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild
deleted file mode 100644
index 59706b3d542..00000000000
--- a/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild
+++ /dev/null
@@ -1,31 +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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Ungarble output from several threads or commands"
-HOMEPAGE="https://hackage.haskell.org/package/concurrent-output"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
- >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
- >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
- >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
- >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
- >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
- >=dev-haskell/transformers-0.3.0:=[profile?] <dev-haskell/transformers-0.6.0:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.7.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.7.ebuild
deleted file mode 100644
index 66450bf97b4..00000000000
--- a/dev-haskell/concurrent-output/concurrent-output-1.7.7.ebuild
+++ /dev/null
@@ -1,30 +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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Ungarble output from several threads or commands"
-HOMEPAGE="https://hackage.haskell.org/package/concurrent-output"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
- >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
- >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
- >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
- >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
- >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.8.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.8.ebuild
deleted file mode 100644
index bc33c584c8d..00000000000
--- a/dev-haskell/concurrent-output/concurrent-output-1.7.8.ebuild
+++ /dev/null
@@ -1,30 +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.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Ungarble output from several threads or commands"
-HOMEPAGE="https://hackage.haskell.org/package/concurrent-output"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
- >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
- >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
- >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
- >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
- >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-09 7:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 8:49 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/concurrent-output/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-09-09 7:09 Sergei Trofimovich
2016-01-22 20:23 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox