diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/cmdargs | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/cmdargs')
-rw-r--r-- | dev-haskell/cmdargs/Manifest | 7 | ||||
-rw-r--r-- | dev-haskell/cmdargs/cmdargs-0.10.13.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/cmdargs/cmdargs-0.10.14.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/cmdargs/cmdargs-0.10.7.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/cmdargs/metadata.xml | 35 |
5 files changed, 135 insertions, 0 deletions
diff --git a/dev-haskell/cmdargs/Manifest b/dev-haskell/cmdargs/Manifest new file mode 100644 index 000000000000..5651afe23097 --- /dev/null +++ b/dev-haskell/cmdargs/Manifest @@ -0,0 +1,7 @@ +DIST cmdargs-0.10.13.tar.gz 64008 BLAKE2B 64108321d1acc028c8fe74deb8674005c25117599c8d960edc8d2717dd63ce0b71f73de26306e247cdcba2d83d03049e8e81cbe6e7c0597cd93dae8d03bf9997 SHA512 d4d0b93ca19b9ecdcea472b38b836c254a5e8a5ffe488c95d98f16395579483993fe0f7266d80771b85f1ed4683e34a6a3b493fe8e23595c1ba4db68a8daa0df +DIST cmdargs-0.10.14.tar.gz 64056 BLAKE2B f31e52471a3f27e93fdcab68a8fb559e595f3799a8c166d882f343962af99dc453cb9d25923e0fc93c9433cd0f7974ddd72a6e3bb693401c8a9e34844d42573e SHA512 82a53fcecd42c9f1307e3e5bb1a8d490d53dda7243afe92fbda75d00dc6b638f6477591f4ebe98f1d576a623a8f5c111c8ff4d738466467f5579caa80ec6af15 +DIST cmdargs-0.10.7.tar.gz 61526 BLAKE2B ba9e6d639218576f0c576c93c4932fb9f7a5e15273df388798e582e6b3e3751e8e1d8e03c814114ff614f49fea5c9680a1b7b46ab9d8e1fcd934db8760ed6967 SHA512 b9091e4f708db1e7c8bac367c4faad5c311a3194aefbf2776316b4ecc559314f01ceb0102df007819996b00200c5300e5b56e1035d45561e924bbfc3b38b656a +EBUILD cmdargs-0.10.13.ebuild 737 BLAKE2B 1ddde0976bd0df8f22fdcd1216863f5c533f06a35f3b5fa07bc1101ff54e7a35df4e98ed7036fb83941a8b6566b1432481ab86cf32521ac07b8516dc13b44e00 SHA512 1b48db6db915593457cd4efa103b57d90b568465b4ac157bc571bd2522a052d02cb02b5285dde25893b09b33e5b1c4bdd769b54039e6a9056c6337ac2f38a2c7 +EBUILD cmdargs-0.10.14.ebuild 739 BLAKE2B 09b1c59600ce4715723aafd052a16f8702e6742c4e343952b31f834306056ece2e1440afeb6fb2bfa036e5aaea242d359786be5b37306d13e7185901061c29e7 SHA512 3d98860a4a8a060d434d848cc8344b225ce55bcaed66a2d0b81e24da4b9c0d3b9d0cbefdcd4864bcc626c84417cf675794994d401861682c4d7f6d338d7d9c39 +EBUILD cmdargs-0.10.7.ebuild 740 BLAKE2B 3dc9c32b26dcb1aca1bb85c5532fa32361914a6b1fb5880a4a5e0b59fd7ed1cda42e079bfcc46e9fe240afafb8409e82c651a97c994e4c50965f6c914a928ae4 SHA512 e945c8fb20d1655a5f4c4251164399d7569bb646ac42826e44a4365b4fe1fb621480955a76382b709ebfa4d70752306bd78b90aa0398dae2989749d56f2f04c9 +MISC metadata.xml 1399 BLAKE2B 19e4eb5aa40c08e1cbcd82eda918e9790c065295de89a1039b1ea247922f82107b1df2a7a42d50cceba092972cf77af689c877418faec763c9443e1851aba6c5 SHA512 2c94fcc315c08a3c34dbf1cb4cb7131b76d612701abe89b7c18c7ea09bf1b29ea80fb6716551bd452594df6b8f62f6032b51467a121cd6184627e5622c26ae83 diff --git a/dev-haskell/cmdargs/cmdargs-0.10.13.ebuild b/dev-haskell/cmdargs/cmdargs-0.10.13.ebuild new file mode 100644 index 000000000000..30007953dfdb --- /dev/null +++ b/dev-haskell/cmdargs/cmdargs-0.10.13.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Command line argument processing" +HOMEPAGE="http://community.haskell.org/~ndm/cmdargs/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+quotation testprog" + +RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag quotation quotation) \ + $(cabal_flag testprog testprog) +} diff --git a/dev-haskell/cmdargs/cmdargs-0.10.14.ebuild b/dev-haskell/cmdargs/cmdargs-0.10.14.ebuild new file mode 100644 index 000000000000..0c6dc49ff9e0 --- /dev/null +++ b/dev-haskell/cmdargs/cmdargs-0.10.14.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Command line argument processing" +HOMEPAGE="https://github.com/ndmitchell/cmdargs#readme" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+quotation testprog" + +RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag quotation quotation) \ + $(cabal_flag testprog testprog) +} diff --git a/dev-haskell/cmdargs/cmdargs-0.10.7.ebuild b/dev-haskell/cmdargs/cmdargs-0.10.7.ebuild new file mode 100644 index 000000000000..1054f2d431e5 --- /dev/null +++ b/dev-haskell/cmdargs/cmdargs-0.10.7.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.3.5.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Command line argument processing" +HOMEPAGE="http://community.haskell.org/~ndm/cmdargs/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="+quotation testprog" + +RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag quotation quotation) \ + $(cabal_flag testprog testprog) +} diff --git a/dev-haskell/cmdargs/metadata.xml b/dev-haskell/cmdargs/metadata.xml new file mode 100644 index 000000000000..d07cc4fd7c80 --- /dev/null +++ b/dev-haskell/cmdargs/metadata.xml @@ -0,0 +1,35 @@ +<?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> + This library provides an easy way to define command line parsers. Most users + will want to use the "System.Console.CmdArgs.Implicit" module, whose + documentation contains an example. + + * "System.Console.CmdArgs.Explicit" provides a way to write command line + parsers for both single mode programs (most programs) and multiple + mode programs (e.g. darcs or cabal). Parsers are defined by constructing + a data structure. + + * "System.Console.CmdArgs.Implicit" provides a way to concisely define + command line parsers, up to three times shorter than getopt. These parsers + are translated into the Explicit data type. + + * "System.Console.CmdArgs.GetOpt" provides a wrapper allowing compatiblity + with existing getopt parsers, mapping to the Explicit data type. + + For a general reference on what command line flags are commonly used, + see <http://www.faqs.org/docs/artu/ch10s05.html>. + </longdescription> + <use> + <flag name="testprog">Build the test program</flag> + <flag name="quotation">Build quote module</flag> + </use> + <upstream> + <remote-id type="github">ndmitchell/cmdargs</remote-id> + </upstream> +</pkgmetadata> |