dev-haskell/js-jquery: new package, a depend of dev-haskell/criterion-1.1.4.0
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Feb 2017 21:32:42 +0000 (21:32 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Feb 2017 21:57:07 +0000 (21:57 +0000)
Obtain minified jQuery code

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-haskell/js-jquery/Manifest [new file with mode: 0644]
dev-haskell/js-jquery/js-jquery-3.1.1.ebuild [new file with mode: 0644]
dev-haskell/js-jquery/metadata.xml [new file with mode: 0644]

diff --git a/dev-haskell/js-jquery/Manifest b/dev-haskell/js-jquery/Manifest
new file mode 100644 (file)
index 0000000..592cb5f
--- /dev/null
@@ -0,0 +1 @@
+DIST js-jquery-3.1.1.tar.gz 111855 SHA256 d72f67d72bd71d675bcdc75dd280c4a27d90784eb51c661a3da567e0186f2a04 SHA512 cc95bdcf6fe2b45e7d585fcd7d83aee39b8dbed7c8e763c808a07a140203e58441896431920ee14b1861ee09a903cedca140c0a48405ffddaef2a71d11b21359 WHIRLPOOL 23b50a2cef69f81d378ac12eb2fa491dafba6a5188a583965600333b49eb129a4ab4ee27a3c4ec6cabd97c1cfd2dc69a2801083da0d1a492dc8b9ff722fdae08
diff --git a/dev-haskell/js-jquery/js-jquery-3.1.1.ebuild b/dev-haskell/js-jquery/js-jquery-3.1.1.ebuild
new file mode 100644 (file)
index 0000000..548c5b0
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Obtain minified jQuery code"
+HOMEPAGE="https://github.com/ndmitchell/js-jquery#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.18
+       test? ( dev-haskell/http )
+"
diff --git a/dev-haskell/js-jquery/metadata.xml b/dev-haskell/js-jquery/metadata.xml
new file mode 100644 (file)
index 0000000..f5d1ce9
--- /dev/null
@@ -0,0 +1,14 @@
+<?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://jquery.com/ jQuery&gt; code into a Haskell package,
+               so it can be depended upon by Cabal packages. The first three components of
+               the version number match the upstream jQuery version. The package is designed
+               to meet the redistribution requirements of downstream users (e.g. Debian).
+       </longdescription>
+</pkgmetadata>