Unverified Commit 0fdbf147 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

Merge pull request #1103 from ezzieyguywuf/config-schema

dev-haskell/config-schema: rev bump to 1.2.1.0
parents a1f05e97 86bc8f90
DIST config-schema-1.2.0.0.tar.gz 15593 BLAKE2B d43b8cc1e8c375be4dde9f6e297997d92013e92652a0fdd36eed376665c550a67bf5fbd3e04b1f97baf436fc1d43ae85cbe3cc5f6f8fb84ad8eca27aa9129416 SHA512 99d2a6b3b97c0824896e0b578a7242c3db3a62b4df6a032381bada145cca331fa4a663ac73c83d404ad80dcb7cf071b6859b8a2bf4b2b0c08b1e0d3e36f7b80c DIST config-schema-1.2.0.0.tar.gz 15593 BLAKE2B d43b8cc1e8c375be4dde9f6e297997d92013e92652a0fdd36eed376665c550a67bf5fbd3e04b1f97baf436fc1d43ae85cbe3cc5f6f8fb84ad8eca27aa9129416 SHA512 99d2a6b3b97c0824896e0b578a7242c3db3a62b4df6a032381bada145cca331fa4a663ac73c83d404ad80dcb7cf071b6859b8a2bf4b2b0c08b1e0d3e36f7b80c
DIST config-schema-1.2.1.0.tar.gz 15946 BLAKE2B cb10e07ca8e1999df7ec8db75cbe43a5c56d2a5439f4146668f22a2f463f5bc139a1a9a408b235e484fcade463a20905de4d9494777ce43094b6c8fff67f1969 SHA512 c599bff6b8f9e3d15448b4d5fd32314a2282d780ba356b1ee8e7802e08fe0baf9f93bc31a3287b5d745bb3869c43cd8103835fdcc81be24656d8198457b670fb
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Schema definitions for the config-value package"
HOMEPAGE="https://github.com/glguy/config-schema"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/config-value-0.8:=[profile?] <dev-haskell/config-value-0.9:=[profile?]
>=dev-haskell/free-4.12:=[profile?] <dev-haskell/free-5.2:=[profile?]
>=dev-haskell/kan-extensions-5.0.2:=[profile?] <dev-haskell/kan-extensions-5.3:=[profile?]
>=dev-haskell/semigroupoids-5.1:=[profile?] <dev-haskell/semigroupoids-5.4:=[profile?]
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-8.0.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2
"
src_prepare() {
default
cabal_chdeps \
'base >=4.9 && <4.15' 'base >=4.9'
}
DIST config-value-0.7.0.1.tar.gz 17425 BLAKE2B 5aa838cbdd22c4fb78c6171440ebd91d47a15dad5fa79d9d300a505b1efbcaab1b6c1626a901bef938c8b8b5b6561d675f1bde7d9b2888574264486b77bfe47a SHA512 92371f579d941fd5e72a9b89356c30cc457d47be6c3cfb52a33ac84d53a4212ab4544bdbe120b229d0f6beb761f2920064ae3dc75e3e345f05d49ea424901627 DIST config-value-0.7.0.1.tar.gz 17425 BLAKE2B 5aa838cbdd22c4fb78c6171440ebd91d47a15dad5fa79d9d300a505b1efbcaab1b6c1626a901bef938c8b8b5b6561d675f1bde7d9b2888574264486b77bfe47a SHA512 92371f579d941fd5e72a9b89356c30cc457d47be6c3cfb52a33ac84d53a4212ab4544bdbe120b229d0f6beb761f2920064ae3dc75e3e345f05d49ea424901627
DIST config-value-0.8.1.tar.gz 20065 BLAKE2B 076bf12535ccf792c166958a962a0eae82f97e4779d00d7a05bb640c07cd151cf166acbb78dfa469e224af59b5fda7b9c01499969ac1ccc1634be798ffac131e SHA512 939cfb1da9e13d67e1e2d34d2d7370c95350c11fffdacf206a79f41d3be791e4857963f65a29cdf385409d6815ea0e985c5af2f1c7a6b95c72924a38f8eea6c1
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Simple, layout-based value language similar to YAML or JSON"
HOMEPAGE="https://github.com/glguy/config-value"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/text-1.2.0.4:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-7.10.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/alex-3.2.4 <dev-haskell/alex-3.3
>=dev-haskell/cabal-2.2
>=dev-haskell/happy-1.19 <dev-haskell/happy-1.21
"
...@@ -5,10 +5,4 @@ ...@@ -5,10 +5,4 @@
<email>haskell@gentoo.org</email> <email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<longdescription>
This package implments a language similar to YAML or JSON but
with fewer special cases and fewer dependencies. It emphasizes
layout structure for sections and lists, and requires quotes
around strings.
</longdescription>
</pkgmetadata> </pkgmetadata>
DIST glirc-2.35.tar.gz 170754 BLAKE2B 20570484dfe94c4949c161109a9d1ea1df8a696369ea669395e02f8086a51e8c40400b81c7d0012db68747cccb8bc90b9361f651256e59e52e90a3cbe5bce5d0 SHA512 9892964e3868ab4aec1a53487309ffe27c348aff48c46ba895768aec5c6966080b345162efd3abcb849058612b552f7088d94e8e89023d01734fb31eee85bc42 DIST glirc-2.35.tar.gz 170754 BLAKE2B 20570484dfe94c4949c161109a9d1ea1df8a696369ea669395e02f8086a51e8c40400b81c7d0012db68747cccb8bc90b9361f651256e59e52e90a3cbe5bce5d0 SHA512 9892964e3868ab4aec1a53487309ffe27c348aff48c46ba895768aec5c6966080b345162efd3abcb849058612b552f7088d94e8e89023d01734fb31eee85bc42
DIST glirc-2.37.tar.gz 178612 BLAKE2B 61b7387f88a23794b8b7783ae1a455430dad69ee92360c9efb50e72fe9c97a3160512de92316abb946bb88b465556cb844a0c4fe5b5b0bee133d0db663d1e3e8 SHA512 a5853fdd3e46c09aa630f4d5a8b0696fd06356d07312d85fa70f1a4b6b7df500b1450fb470c89679d3625d163ce8c3d06da5c888075f870561e3cd74b69b5834
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Console IRC client"
HOMEPAGE="https://github.com/glguy/irc-core"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
# random-1.2.0 is currently masked due to some aeson thing. This requires
# >=random-1.2.0
# KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/async-2.2:=[profile?] <dev-haskell/async-2.3:=[profile?]
>=dev-haskell/attoparsec-0.13:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
>=dev-haskell/base64-bytestring-1.0.0.1:=[profile?] <dev-haskell/base64-bytestring-1.3:=[profile?]
>=dev-haskell/config-schema-1.2.1.0:=[profile?] <dev-haskell/config-schema-1.3:=[profile?]
>=dev-haskell/config-value-0.8:=[profile?] <dev-haskell/config-value-0.9:=[profile?]
>=dev-haskell/free-4.12:=[profile?] <dev-haskell/free-5.2:=[profile?]
>=dev-haskell/gitrev-1.2:=[profile?] <dev-haskell/gitrev-1.4:=[profile?]
>=dev-haskell/hashable-1.2.4:=[profile?] <dev-haskell/hashable-1.4:=[profile?]
>=dev-haskell/hookup-0.5:=[profile?] <dev-haskell/hookup-0.6:=[profile?]
>=dev-haskell/hsopenssl-0.11:=[profile?] <dev-haskell/hsopenssl-0.12:=[profile?]
>=dev-haskell/irc-core-2.9:=[profile?] <dev-haskell/irc-core-2.10:=[profile?]
>=dev-haskell/kan-extensions-5.0:=[profile?] <dev-haskell/kan-extensions-5.3:=[profile?]
>=dev-haskell/lens-4.14:=[profile?] <dev-haskell/lens-4.20:=[profile?]
>=dev-haskell/network-2.6.2:=[profile?] <dev-haskell/network-3.2:=[profile?]
>=dev-haskell/psqueues-0.2.7:=[profile?] <dev-haskell/psqueues-0.3:=[profile?]
>=dev-haskell/random-1.2:=[profile?] <dev-haskell/random-1.3:=[profile?]
>=dev-haskell/regex-tdfa-1.3.1:=[profile?] <dev-haskell/regex-tdfa-1.4:=[profile?]
>=dev-haskell/semigroupoids-5.1:=[profile?] <dev-haskell/semigroupoids-5.4:=[profile?]
>=dev-haskell/split-0.2:=[profile?] <dev-haskell/split-0.3:=[profile?]
>=dev-haskell/stm-2.4:=[profile?] <dev-haskell/stm-2.6:=[profile?]
>=dev-haskell/text-1.2.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-haskell/unordered-containers-0.2.7:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
>=dev-haskell/vector-0.11:=[profile?] <dev-haskell/vector-0.13:=[profile?]
>=dev-haskell/vty-5.23.1:=[profile?] <dev-haskell/vty-5.33:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1 <dev-haskell/cabal-4
dev-haskell/hsc2hs
test? ( >=dev-haskell/hunit-1.6 <dev-haskell/hunit-1.7 )
"
...@@ -5,12 +5,4 @@ ...@@ -5,12 +5,4 @@
<email>haskell@gentoo.org</email> <email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<longdescription>
Console IRC client
glirc is a console IRC client with an emphasis on providing
dynamic views into the model of your IRC connections.
&lt;https://github.com/glguy/irc-core/wiki Documentation Wiki&gt;
</longdescription>
</pkgmetadata> </pkgmetadata>
DIST hookup-0.3.1.0.tar.gz 11449 BLAKE2B 99537ca63fea3c345a90e6f74a5ed1662814aca3515c6033b3dd3c3d93492b62ebb3db091792768cabd6087146cbda669e9942bfe336a77f7666e800dbc814de SHA512 e8f8b0e6141496ec1dfd3fe57987c68521b492f9b17cafade71d0e2437b8e322070645ae7b24b099178bef2ffa0fd9e6afde210261486030426f0788af3c7d7b DIST hookup-0.3.1.0.tar.gz 11449 BLAKE2B 99537ca63fea3c345a90e6f74a5ed1662814aca3515c6033b3dd3c3d93492b62ebb3db091792768cabd6087146cbda669e9942bfe336a77f7666e800dbc814de SHA512 e8f8b0e6141496ec1dfd3fe57987c68521b492f9b17cafade71d0e2437b8e322070645ae7b24b099178bef2ffa0fd9e6afde210261486030426f0788af3c7d7b
DIST hookup-0.5.tar.gz 14431 BLAKE2B 14fd0c9d16f8daaff7d36eaad3de7938c50fa6b9665959c467a591eaecd6ed692318fc685c402aec2c6327d89096c4cbdbbd05459a7e77e90e77ff33c22c48a0 SHA512 e8a9b5a4266d7eb48ebf3ff86282cbff85bfc11ed7f9cbf406729b9a0d2dcae9ca0e8419d56b794b33ee8220f829ebf30e8bc7111913ca44013cde3c312a7079
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Abstraction over creating network connections with SOCKS5 and TLS"
HOMEPAGE="https://github.com/glguy/irc-core"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/async-2.2:=[profile?] <dev-haskell/async-2.3:=[profile?]
>=dev-haskell/attoparsec-0.13:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
>=dev-haskell/hsopenssl-0.11.2.3:=[profile?] <dev-haskell/hsopenssl-0.12:=[profile?]
>=dev-haskell/hsopenssl-x509-system-0.1:=[profile?] <dev-haskell/hsopenssl-x509-system-0.2:=[profile?]
>=dev-haskell/network-3.0:=[profile?] <dev-haskell/network-3.2:=[profile?]
>=dev-haskell/stm-2.5:=[profile?] <dev-haskell/stm-2.6:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
"
...@@ -5,8 +5,4 @@ ...@@ -5,8 +5,4 @@
<email>haskell@gentoo.org</email> <email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<longdescription>
This package provides an abstraction for communicating with line-oriented
network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)
</longdescription>
</pkgmetadata> </pkgmetadata>
DIST irc-core-2.7.2.tar.gz 26024 BLAKE2B 87112f3f722bc8b1c1363b9a9f8c127671e4f511c38b111fbbf9db6e683dc84f61e90b1f0f66ffbe1b554ba2fc08f574f46f71f6ba7f686b5354be5058e29040 SHA512 ad66c1b1abdda3a0030570e1ff0dee2fb32befae00e4a74ea83b5ea918cc75e4cb1955f8682a75df488301f2903ec4d3b7526c203a8fa0df51f642507a6684ba DIST irc-core-2.7.2.tar.gz 26024 BLAKE2B 87112f3f722bc8b1c1363b9a9f8c127671e4f511c38b111fbbf9db6e683dc84f61e90b1f0f66ffbe1b554ba2fc08f574f46f71f6ba7f686b5354be5058e29040 SHA512 ad66c1b1abdda3a0030570e1ff0dee2fb32befae00e4a74ea83b5ea918cc75e4cb1955f8682a75df488301f2903ec4d3b7526c203a8fa0df51f642507a6684ba
DIST irc-core-2.9.tar.gz 26226 BLAKE2B 608b19464c97dd7dcecb22d7aca44d892a714095e9b583184f5bbc455f88f6e7575e3e166b9d6a1d140634b32a29a09070b0a7260b6ade2ba7f765ecc3bc1f05 SHA512 db6493947a4fb64d2d4e3b1a41fd7c71ef9a00100dc4ae4bd8f0c2c4d67be65ce38fa71346f2e3b68fd9e229adbc3851fa488e205aa4bf1c5b569cb203032ccf
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="IRC core library for glirc"
HOMEPAGE="https://github.com/glguy/irc-core"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.13:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
>=dev-haskell/base64-bytestring-1.0.0.1:=[profile?] <dev-haskell/base64-bytestring-1.3:=[profile?]
>=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-1.4:=[profile?]
>=dev-haskell/primitive-0.6:=[profile?] <dev-haskell/primitive-0.8:=[profile?]
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-haskell/vector-0.11:=[profile?] <dev-haskell/vector-0.13:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
test? ( >=dev-haskell/hunit-1.3 <dev-haskell/hunit-1.7 )
"
...@@ -5,59 +5,4 @@ ...@@ -5,59 +5,4 @@
<email>haskell@gentoo.org</email> <email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<longdescription>
This package provides an IRC connection library as well as a console-based IRC client
that uses the library.
/Library module breakdown/
* &quot;Irc.Cmd&quot; - Functions for generating IRC protocol message for client-to-server
* &quot;Irc.Core&quot; - Functions for parsing low-level IRC messages into mid-level IRC messages
* &quot;Irc.Core.Prisms&quot; - Prisms for all of the mid-level IRC message constructors
* &quot;Irc.Format&quot; - Functions for parsing and rendering low-level IRC protocol messages
* &quot;Irc.Message&quot; - High-level IRC event messages for client interpretation
* &quot;Irc.Model&quot; - Functions for interpreting mid-level IRC messages to generate high-level
event messages and to maintain a consistent view of the connection
* &quot;Irc.RateLimit&quot; - Functions to assist with rate-limiting outgoing client messages
* &quot;Irc.Time&quot; - Internal compatibility module for time-1.4 and time-1.5 interop
/Library module breakdown/
* &quot;Main&quot; - Main client module
* &quot;ClientState&quot; - Types and operations representing the full state of the client
* &quot;CommandArgs&quot; - Types and functions for interpreting the initial client configuration
* &quot;CommandParser&quot; - Types and functions for parsing and pretty printing IRC commands
* &quot;Connection&quot; - Types and functions for establishing a plain and TLS connections
* &quot;CtcpHandler&quot; - Event handler for CTCP messages
* &quot;EditBox&quot; - Types and functions for managing the input box along the bottom of the client
* &quot;HaskelHighlighter&quot; - Haskell syntax highlighting support
* &quot;ImageUtils&quot; - Functions to support the various view construction
* &quot;Moderation&quot; - Implementation of various IRC channel moderation automation
* &quot;ServerSettings&quot; - Types for defining connection parameters for an IRC server
* &quot;Views.BanList&quot; - Functions to generate the ban list view
* &quot;Views.Channel&quot; - Functions to generate message list views
* &quot;Views.ChannelInfo&quot; - Functions to generate metadata views for channels
See the associated README file for help using the client.
</longdescription>
</pkgmetadata> </pkgmetadata>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment