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/js-flot | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/js-flot')
-rw-r--r-- | dev-haskell/js-flot/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/js-flot/js-flot-0.8.3.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/js-flot/metadata.xml | 18 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/js-flot/Manifest b/dev-haskell/js-flot/Manifest new file mode 100644 index 000000000000..28ea973b5438 --- /dev/null +++ b/dev-haskell/js-flot/Manifest @@ -0,0 +1,3 @@ +DIST js-flot-0.8.3.tar.gz 662691 BLAKE2B d7a8abca7eb8a45fa28da783139f6e672f5557dfc75c1a2b1f41254a3b0e09500f0f1c179b41f76fed456485d4c1db716e51306260c84c090a8779f23b86b791 SHA512 5732938b37e9036156528c0d34cd99b45405db81d1e70b6651b056075ea8d9b616da1ae709c2de1f2f5be044236a3b81fc358d973769fca26993500ff9d0dabf +EBUILD js-flot-0.8.3.ebuild 581 BLAKE2B 7bb77ad743afa2357b57084a3bc752175de9c35bb766bf09aa1a09280840a5e09b062b11aa29604bfc041943ede923e929bd01d59098a74eef76572199786fdf SHA512 70299be90c424ec5f1587e34968cda6276ade4d5368291685f3cad513bf8c170f82874ef60ad0b6358093fb06e13688b5f3e66fcbb4a823e6c50446186ffdfbd +MISC metadata.xml 739 BLAKE2B c2fd38348a54f2004fd3df62afee01dbf9a2977a5fabe58800a77f7b10f3f4762cd04091201a222a2b74b889096a44602211c6f009296206aeca79226da42e0a SHA512 b9b57f50057023e236765794202c089e9c4b39a3c84c41c6f6b6907af55d9e90b66d85a451570cf7b30ac1c2cb115c31f49872a490beae339815afb7d3f51dac diff --git a/dev-haskell/js-flot/js-flot-0.8.3.ebuild b/dev-haskell/js-flot/js-flot-0.8.3.ebuild new file mode 100644 index 000000000000..94c31c7e854c --- /dev/null +++ b/dev-haskell/js-flot/js-flot-0.8.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Obtain minified flot code" +HOMEPAGE="https://github.com/ndmitchell/js-flot#readme" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/http ) +" diff --git a/dev-haskell/js-flot/metadata.xml b/dev-haskell/js-flot/metadata.xml new file mode 100644 index 000000000000..81dc91bb8ff0 --- /dev/null +++ b/dev-haskell/js-flot/metadata.xml @@ -0,0 +1,18 @@ +<?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 package bundles the minified <http://www.flotcharts.org/ Flot> code + (a jQuery plotting library) into a Haskell package, + so it can be depended upon by Cabal packages. The first three components of + the version number match the upstream flot version. The package is designed + to meet the redistribution requirements of downstream users (e.g. Debian). + </longdescription> + <upstream> + <remote-id type="github">ndmitchell/js-flot</remote-id> + </upstream> +</pkgmetadata> |