public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/js-flot/
@ 2017-02-16 21:57 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2017-02-16 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9d1f0a651e5328b25eb6c05367f2ff370bbc5001
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 21:32:04 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 21:57:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1f0a65

dev-haskell/js-flot: new package, a depend of dev-haskell/criterion-1.1.4.0

Obtain minified flot code

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-haskell/js-flot/Manifest             |  1 +
 dev-haskell/js-flot/js-flot-0.8.3.ebuild | 26 ++++++++++++++++++++++++++
 dev-haskell/js-flot/metadata.xml         | 15 +++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-haskell/js-flot/Manifest b/dev-haskell/js-flot/Manifest
new file mode 100644
index 0000000000..cbef67647d
--- /dev/null
+++ b/dev-haskell/js-flot/Manifest
@@ -0,0 +1 @@
+DIST js-flot-0.8.3.tar.gz 662691 SHA256 1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a SHA512 5732938b37e9036156528c0d34cd99b45405db81d1e70b6651b056075ea8d9b616da1ae709c2de1f2f5be044236a3b81fc358d973769fca26993500ff9d0dabf WHIRLPOOL 06899b65a73e9632a513b5d59d4d14550b8a469a1a7e53b3a042d8a10dd40bf449451e3c1c93d085c06adcfca98fcfc5bad321374e3761e9e80903afd0437bd7

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 0000000000..0db79c8fa6
--- /dev/null
+++ b/dev-haskell/js-flot/js-flot-0.8.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 0000000000..8bc33ca33d
--- /dev/null
+++ b/dev-haskell/js-flot/metadata.xml
@@ -0,0 +1,15 @@
+<?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>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/js-flot/
@ 2020-10-18 10:30 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-10-18 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8a20a3cfc4e9bbeece33c1c5dfb90e078b357259
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 10:28:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 10:28:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a20a3cf

dev-haskell/js-flot: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/js-flot/js-flot-0.8.3.ebuild |  6 +++---
 dev-haskell/js-flot/metadata.xml         | 12 +-----------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/dev-haskell/js-flot/js-flot-0.8.3.ebuild b/dev-haskell/js-flot/js-flot-0.8.3.ebuild
index 2f00a9e0ad5..147b2a8bfab 100644
--- a/dev-haskell/js-flot/js-flot-0.8.3.ebuild
+++ b/dev-haskell/js-flot/js-flot-0.8.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-# ebuild generated by hackport 0.4.4.9999
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal

diff --git a/dev-haskell/js-flot/metadata.xml b/dev-haskell/js-flot/metadata.xml
index 81dc91bb8ff..b7878815d80 100644
--- a/dev-haskell/js-flot/metadata.xml
+++ b/dev-haskell/js-flot/metadata.xml
@@ -1,18 +1,8 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-18 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-18 10:30 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/js-flot/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2017-02-16 21:57 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox