public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/tagshare/
@ 2016-09-11 10:01 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2016-09-11 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     00ef0c0b4d7f4945caf651e1a514e4f2a6c5a52a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 09:55:03 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 10:01:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ef0c0b

dev-haskell/tagshare: explicit sharing with tags, a depend of dev-haskell/testing-feat

Package-Manager: portage-2.3.0

 dev-haskell/tagshare/Manifest            |  1 +
 dev-haskell/tagshare/metadata.xml        | 17 +++++++++++++++++
 dev-haskell/tagshare/tagshare-0.0.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-haskell/tagshare/Manifest b/dev-haskell/tagshare/Manifest
new file mode 100644
index 00000000..95835ce
--- /dev/null
+++ b/dev-haskell/tagshare/Manifest
@@ -0,0 +1 @@
+DIST tagshare-0.0.tar.gz 2127 SHA256 d2314bae2e6820700f2a61db9c9f7976e1b53547a49cdd3352bdf29ac3856ce0 SHA512 872592757bba6b21846888aeec1b36cc4f7c9cd602a299bb493763bd1c38d52d84419319a6761f5019e565081aceedc343cc1e52fcf5449a78e709da6164051f WHIRLPOOL 68e08f4b01819b7793e75edfc258640bbacf39f731a893ee623e21814ca0bbaa44608d34ca2d1c31eb2cf5ec9998df4caf9235ad97aa140f18ea06b2603487e3

diff --git a/dev-haskell/tagshare/metadata.xml b/dev-haskell/tagshare/metadata.xml
new file mode 100644
index 00000000..5938819
--- /dev/null
+++ b/dev-haskell/tagshare/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+		TagShare supplies a monad for sharing values based on tags
+		and types. Each tag and type is bound to at most one value
+		in a dynamic map.
+		
+		The principal use of this package is to ensure that
+		constant class members or other overloaded values are
+		shared.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-haskell/tagshare/tagshare-0.0.ebuild b/dev-haskell/tagshare/tagshare-0.0.ebuild
new file mode 100644
index 00000000..602a5a0
--- /dev/null
+++ b/dev-haskell/tagshare/tagshare-0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="TagShare - explicit sharing with tags"
+HOMEPAGE="http://hackage.haskell.org/package/tagshare"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mtl-1:=[profile?]
+		<dev-haskell/mtl-3:=[profile?]
+		>=dev-lang/ghc-7.4.2:="
+DEPEND="${RDEPEND}
+		>=dev-haskell/cabal-1.2"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/tagshare/
@ 2020-06-07 17:40 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-06-07 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7ee2d467380c111f5bdb79bea902aaf63ebf0e63
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jun  6 20:46:02 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 17:40:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee2d467

dev-haskell/tagshare: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-haskell/tagshare/tagshare-0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/tagshare/tagshare-0.0.ebuild b/dev-haskell/tagshare/tagshare-0.0.ebuild
index 5a9c76975ec..0d5716ef946 100644
--- a/dev-haskell/tagshare/tagshare-0.0.ebuild
+++ b/dev-haskell/tagshare/tagshare-0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="TagShare - explicit sharing with tags"
-HOMEPAGE="http://hackage.haskell.org/package/tagshare"
+HOMEPAGE="https://hackage.haskell.org/package/tagshare"
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/tagshare/
@ 2020-11-01 11:06 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-11-01 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4a6f30be2bebe60d937325484399d22c4f7e1bef
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  1 10:44:39 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov  1 11:06:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6f30be

dev-haskell/tagshare: bump up to EAPI=7

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

 dev-haskell/tagshare/metadata.xml        |  9 ---------
 dev-haskell/tagshare/tagshare-0.0.ebuild | 13 +++++++------
 2 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/dev-haskell/tagshare/metadata.xml b/dev-haskell/tagshare/metadata.xml
index 5938819251d..b7878815d80 100644
--- a/dev-haskell/tagshare/metadata.xml
+++ b/dev-haskell/tagshare/metadata.xml
@@ -5,13 +5,4 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
-	<longdescription>
-		TagShare supplies a monad for sharing values based on tags
-		and types. Each tag and type is bound to at most one value
-		in a dynamic map.
-		
-		The principal use of this package is to ensure that
-		constant class members or other overloaded values are
-		shared.
-	</longdescription>
 </pkgmetadata>

diff --git a/dev-haskell/tagshare/tagshare-0.0.ebuild b/dev-haskell/tagshare/tagshare-0.0.ebuild
index 0d5716ef946..f981323a9ca 100644
--- a/dev-haskell/tagshare/tagshare-0.0.ebuild
+++ b/dev-haskell/tagshare/tagshare-0.0.ebuild
@@ -1,9 +1,9 @@
 # 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.3.9999
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -17,8 +17,9 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-haskell/mtl-1:=[profile?]
-		<dev-haskell/mtl-3:=[profile?]
-		>=dev-lang/ghc-7.4.2:="
+RDEPEND=">=dev-haskell/mtl-1:=[profile?] <dev-haskell/mtl-3:=[profile?]
+	>=dev-lang/ghc-7.4.1:=
+"
 DEPEND="${RDEPEND}
-		>=dev-haskell/cabal-1.2"
+	>=dev-haskell/cabal-1.2
+"


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

end of thread, other threads:[~2020-11-01 11:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 10:01 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/tagshare/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-06-07 17:40 Aaron Bauman
2020-11-01 11:06 Sergei Trofimovich

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