* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/weigh/
@ 2017-02-18 11:28 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2017-02-18 11:28 UTC (permalink / raw
To: gentoo-commits
commit: b601a7eb6623351f88243941ab400dd56f3e3b8f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 11:07:36 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 11:28:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b601a7eb
dev-haskell/weigh: new package, a depend of pandoc-1.19
Measure allocations of a Haskell functions/values
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-haskell/weigh/Manifest | 1 +
dev-haskell/weigh/metadata.xml | 11 +++++++++++
dev-haskell/weigh/weigh-0.0.3.ebuild | 27 +++++++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-haskell/weigh/Manifest b/dev-haskell/weigh/Manifest
new file mode 100644
index 0000000000..8e45af59a6
--- /dev/null
+++ b/dev-haskell/weigh/Manifest
@@ -0,0 +1 @@
+DIST weigh-0.0.3.tar.gz 7028 SHA256 396853c0e8347c7c13ec013259dc2a2c91663aa3f3e7f8bc9fa588f41d0af86a SHA512 26c33c4079b6461be3cd93c9ba07deec9f5e1945bf9a2baddd3608d19fb5a3c5e103415dd37f931a7f63e3d62c42cac5d7e156d59e9a1a2789d46c27c24b550e WHIRLPOOL 792718b877532c7e63b0452c1eb4747d1d70f27e59a8c43253da8380153a64c8a77f411c36a91cb786563dd768ed6819b324314c07b7669d9bc542fc9d8d43da
diff --git a/dev-haskell/weigh/metadata.xml b/dev-haskell/weigh/metadata.xml
new file mode 100644
index 0000000000..0df1910735
--- /dev/null
+++ b/dev-haskell/weigh/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ Please see README.md
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/weigh/weigh-0.0.3.ebuild b/dev-haskell/weigh/weigh-0.0.3.ebuild
new file mode 100644
index 0000000000..fe0c38b153
--- /dev/null
+++ b/dev-haskell/weigh/weigh-0.0.3.ebuild
@@ -0,0 +1,27 @@
+# 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="Measure allocations of a Haskell functions/values"
+HOMEPAGE="https://github.com/fpco/weigh#readme"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+ dev-haskell/split:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/weigh/
@ 2017-09-23 18:41 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2017-09-23 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 9b071c291ac272af538c3d51c5d9caa25ccf1681
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 18:26:05 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 18:40:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b071c29
dev-haskell/weigh: stable 0.0.3 for x86/amd64, bug #631138
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"
dev-haskell/weigh/weigh-0.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/weigh/weigh-0.0.3.ebuild b/dev-haskell/weigh/weigh-0.0.3.ebuild
index adba1bbc38b..dbb61c79adf 100644
--- a/dev-haskell/weigh/weigh-0.0.3.ebuild
+++ b/dev-haskell/weigh/weigh-0.0.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-haskell/mtl:=[profile?]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/weigh/
@ 2020-08-01 8:08 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-08-01 8:08 UTC (permalink / raw
To: gentoo-commits
commit: f20be09f16e9f351ee2a329814106293ab299c0e
Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sat Aug 1 06:08:49 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 08:04:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20be09f
dev-haskell/weigh: bump up to 0.0.16
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/weigh/Manifest | 1 +
dev-haskell/weigh/weigh-0.0.16.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-haskell/weigh/Manifest b/dev-haskell/weigh/Manifest
index ecf570d8190..9b922ef0fff 100644
--- a/dev-haskell/weigh/Manifest
+++ b/dev-haskell/weigh/Manifest
@@ -1 +1,2 @@
+DIST weigh-0.0.16.tar.gz 9070 BLAKE2B 9d21313445541701460267fc605056bebe17cd409a733a05c306602129f8850ded4b9688c52084f35cbfb9105e397779d9127c04a74556796a0091b413d1d16b SHA512 a7889b891f8099e23922f37c9a770c94c8bfd6e7e7740786ba1595c0c153dcd60a320d79647952a1a1275a1cf06e2a2aed9ee0ce60e34583a91d186e246f9470
DIST weigh-0.0.3.tar.gz 7028 BLAKE2B bee320438a986d8a3fd21c8680f7263a4394e9eb713d8b503dc57bb823841ada5d6395e813685fd4e4c7f19f0b5153e70dae1fb2a7f9e4a81e9c674dba0be0d2 SHA512 26c33c4079b6461be3cd93c9ba07deec9f5e1945bf9a2baddd3608d19fb5a3c5e103415dd37f931a7f63e3d62c42cac5d7e156d59e9a1a2789d46c27c24b550e
diff --git a/dev-haskell/weigh/weigh-0.0.16.ebuild b/dev-haskell/weigh/weigh-0.0.16.ebuild
new file mode 100644
index 00000000000..138620c790c
--- /dev/null
+++ b/dev-haskell/weigh/weigh-0.0.16.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1
+#hackport: flags: -weigh-maps
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Measure allocations of a Haskell functions/values"
+HOMEPAGE="https://github.com/fpco/weigh#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+ dev-haskell/split:=[profile?]
+ dev-haskell/temporary:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+ >=dev-lang/ghc-8.2.1:=[profile?]
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=-weigh-maps
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/weigh/
@ 2020-09-12 22:53 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 22:53 UTC (permalink / raw
To: gentoo-commits
commit: d365be20ef9f8cf8581b406888c28b873591d7a1
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 22:50:42 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 22:53:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d365be20
dev-haskell/weigh: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/weigh/Manifest | 1 -
dev-haskell/weigh/weigh-0.0.3.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-haskell/weigh/Manifest b/dev-haskell/weigh/Manifest
index 9b922ef0fff..500589e1508 100644
--- a/dev-haskell/weigh/Manifest
+++ b/dev-haskell/weigh/Manifest
@@ -1,2 +1 @@
DIST weigh-0.0.16.tar.gz 9070 BLAKE2B 9d21313445541701460267fc605056bebe17cd409a733a05c306602129f8850ded4b9688c52084f35cbfb9105e397779d9127c04a74556796a0091b413d1d16b SHA512 a7889b891f8099e23922f37c9a770c94c8bfd6e7e7740786ba1595c0c153dcd60a320d79647952a1a1275a1cf06e2a2aed9ee0ce60e34583a91d186e246f9470
-DIST weigh-0.0.3.tar.gz 7028 BLAKE2B bee320438a986d8a3fd21c8680f7263a4394e9eb713d8b503dc57bb823841ada5d6395e813685fd4e4c7f19f0b5153e70dae1fb2a7f9e4a81e9c674dba0be0d2 SHA512 26c33c4079b6461be3cd93c9ba07deec9f5e1945bf9a2baddd3608d19fb5a3c5e103415dd37f931a7f63e3d62c42cac5d7e156d59e9a1a2789d46c27c24b550e
diff --git a/dev-haskell/weigh/weigh-0.0.3.ebuild b/dev-haskell/weigh/weigh-0.0.3.ebuild
deleted file mode 100644
index ca3ed140258..00000000000
--- a/dev-haskell/weigh/weigh-0.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Measure allocations of a Haskell functions/values"
-HOMEPAGE="https://github.com/fpco/weigh#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/mtl:=[profile?]
- dev-haskell/split:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-12 22:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-23 18:41 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/weigh/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-09-12 22:53 Sergei Trofimovich
2020-08-01 8:08 Sergei Trofimovich
2017-02-18 11:28 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox