summaryrefslogtreecommitdiff
path: root/dev-haskell/js-flot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/js-flot
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/js-flot')
-rw-r--r--dev-haskell/js-flot/Manifest3
-rw-r--r--dev-haskell/js-flot/js-flot-0.8.3.ebuild25
-rw-r--r--dev-haskell/js-flot/metadata.xml18
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..31bc621b9376
--- /dev/null
+++ b/dev-haskell/js-flot/Manifest
@@ -0,0 +1,3 @@
+DIST js-flot-0.8.3.tar.gz 662691 SHA256 1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a SHA512 5732938b37e9036156528c0d34cd99b45405db81d1e70b6651b056075ea8d9b616da1ae709c2de1f2f5be044236a3b81fc358d973769fca26993500ff9d0dabf WHIRLPOOL 06899b65a73e9632a513b5d59d4d14550b8a469a1a7e53b3a042d8a10dd40bf449451e3c1c93d085c06adcfca98fcfc5bad321374e3761e9e80903afd0437bd7
+EBUILD js-flot-0.8.3.ebuild 581 SHA256 54db97986be6f40a9f484424032cba0218b943a3ce417f5c4fe4b46d1836312c SHA512 70299be90c424ec5f1587e34968cda6276ade4d5368291685f3cad513bf8c170f82874ef60ad0b6358093fb06e13688b5f3e66fcbb4a823e6c50446186ffdfbd WHIRLPOOL 4d0d32c051bbd8db1ab532669426d190a7d58bb0569ec993b83bb5c5ba18e4bd56bb8358fbdd0c741a5ae57a87b983161049b4ee70bfdfb852cd585a30ad6dcd
+MISC metadata.xml 739 SHA256 6f24dccbca743c16895d9270617c494adbea9b11c3ba4d221092299bbd0508cb SHA512 b9b57f50057023e236765794202c089e9c4b39a3c84c41c6f6b6907af55d9e90b66d85a451570cf7b30ac1c2cb115c31f49872a490beae339815afb7d3f51dac WHIRLPOOL 61d816a0b6779b682e4b3d11ddf2f77b4753b4bb2158d095cc222b98ba9fe6495e47d28985779ab4198143e9b278b183660da8b473a740e01f7de0b4f85b9251
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 &lt;http://www.flotcharts.org/ Flot&gt; 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>