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

commit:     896734932196bba2465ca6fb0a73d521de884b38
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 08:42:49 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 10:21:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89673493

dev-haskell/http-api-data: new package, a depend of dev-haskell/persistent-2.6

Converting to/from HTTP API data like URL pieces, headers and query parameters

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-haskell/http-api-data/Manifest                 |  1 +
 .../http-api-data/http-api-data-0.3.3.ebuild       | 43 ++++++++++++++++++++++
 dev-haskell/http-api-data/metadata.xml             | 11 ++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-haskell/http-api-data/Manifest b/dev-haskell/http-api-data/Manifest
new file mode 100644
index 0000000000..6e6c486ff5
--- /dev/null
+++ b/dev-haskell/http-api-data/Manifest
@@ -0,0 +1 @@
+DIST http-api-data-0.3.3.tar.gz 17668 SHA256 cb3d7ef8a924a6b03481b7c5e26a580df72cbf89f2e8247e825f43f4b3ba8449 SHA512 125240fe0da41ff118937864cc5386d50b58cba98fa9d463202ac73a07b2d530563c3a7c41f81be42f25d99bcfc12ed01dca095a000f0cefc655d8046c3aa00c WHIRLPOOL 63be4395f094cec89457deca263a730097948fb3bff7fc8a4b77f7014053439a0ae64470405df92ce1aa12c67c37bafd059ccf0e73d617589c11e8093db1fd85

diff --git a/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild b/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild
new file mode 100644
index 0000000000..5ffeca195c
--- /dev/null
+++ b/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild
@@ -0,0 +1,43 @@
+# 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="Converting to/from HTTP API data like URL pieces, headers and query parameters"
+HOMEPAGE="https://github.com/fizruk/http-api-data"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="use-text-show"
+
+RDEPEND="dev-haskell/hashable:=[profile?]
+	>=dev-haskell/text-0.5:=[profile?]
+	>=dev-haskell/time-locale-compat-0.1.1.0:=[profile?] <dev-haskell/time-locale-compat-0.2:=[profile?]
+	dev-haskell/unordered-containers:=[profile?]
+	dev-haskell/uri-bytestring:=[profile?]
+	>=dev-haskell/uuid-types-1.0.2:=[profile?] <dev-haskell/uuid-types-1.1:=[profile?]
+	>=dev-lang/ghc-7.6.1:=
+	use-text-show? ( >=dev-haskell/text-show-2:=[profile?] )
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.16.0
+	test? ( >=dev-haskell/doctest-0.11 <dev-haskell/doctest-0.12
+		>=dev-haskell/hspec-1.3
+		dev-haskell/hunit
+		>=dev-haskell/quickcheck-2.9
+		>=dev-haskell/quickcheck-instances-0.3.12
+		dev-haskell/uuid )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		$(cabal_flag use-text-show use-text-show)
+}

diff --git a/dev-haskell/http-api-data/metadata.xml b/dev-haskell/http-api-data/metadata.xml
new file mode 100644
index 0000000000..c81c434071
--- /dev/null
+++ b/dev-haskell/http-api-data/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>
+	<use>
+		<flag name="use-text-show">Use text-show library for efficient ToHttpApiData implementations</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-api-data/
@ 2020-09-12 14:59 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a14f7b9248495957462761979599bc9feea41cea
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 14:55:43 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 14:58:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14f7b92

dev-haskell/http-api-data: drop old

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

 dev-haskell/http-api-data/Manifest                 |  1 -
 .../http-api-data/http-api-data-0.3.3.ebuild       | 42 ----------------------
 dev-haskell/http-api-data/metadata.xml             |  3 --
 3 files changed, 46 deletions(-)

diff --git a/dev-haskell/http-api-data/Manifest b/dev-haskell/http-api-data/Manifest
index f01a7d16413..7f6025c4946 100644
--- a/dev-haskell/http-api-data/Manifest
+++ b/dev-haskell/http-api-data/Manifest
@@ -1,2 +1 @@
-DIST http-api-data-0.3.3.tar.gz 17668 BLAKE2B 8b4dfbf237312cd89413d45d31fd0730eecc4459e63d3e6f66bc1fb128f5c1d0358c3726df453e805014f5607373b2883fab0e38b54ede83ac4417cc6be81296 SHA512 125240fe0da41ff118937864cc5386d50b58cba98fa9d463202ac73a07b2d530563c3a7c41f81be42f25d99bcfc12ed01dca095a000f0cefc655d8046c3aa00c
 DIST http-api-data-0.4.1.1.tar.gz 19800 BLAKE2B 1dea8465ca41d6a8afdc1a994bec79e2fd58889732275dd0dfab73b917e1ae7b21824ba36ba83471d82e18f4ebe05265655098912c4136fd4a250070641c5c74 SHA512 9b768dc790999e42a82753b69f6ab48df90721468eaff79bf4b9a1eb08572dba3488908db4ad0a1afb3956513a16fcd663f005856e230748f665987766e10c59

diff --git a/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild b/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild
deleted file mode 100644
index 16d37ac7625..00000000000
--- a/dev-haskell/http-api-data/http-api-data-0.3.3.ebuild
+++ /dev/null
@@ -1,42 +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="Converting to/from HTTP API data like URL pieces, headers and query parameters"
-HOMEPAGE="https://github.com/fizruk/http-api-data"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="use-text-show"
-
-RDEPEND="dev-haskell/hashable:=[profile?]
-	>=dev-haskell/text-0.5:=[profile?]
-	>=dev-haskell/time-locale-compat-0.1.1.0:=[profile?] <dev-haskell/time-locale-compat-0.2:=[profile?]
-	dev-haskell/unordered-containers:=[profile?]
-	dev-haskell/uri-bytestring:=[profile?]
-	>=dev-haskell/uuid-types-1.0.2:=[profile?] <dev-haskell/uuid-types-1.1:=[profile?]
-	>=dev-lang/ghc-7.6.1:=
-	use-text-show? ( >=dev-haskell/text-show-2:=[profile?] )
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.16.0
-	test? ( >=dev-haskell/doctest-0.11 <dev-haskell/doctest-0.12
-		>=dev-haskell/hspec-1.3
-		dev-haskell/hunit
-		>=dev-haskell/quickcheck-2.9
-		>=dev-haskell/quickcheck-instances-0.3.12
-		dev-haskell/uuid )
-"
-
-src_configure() {
-	haskell-cabal_src_configure \
-		$(cabal_flag use-text-show use-text-show)
-}

diff --git a/dev-haskell/http-api-data/metadata.xml b/dev-haskell/http-api-data/metadata.xml
index 249526e7aec..5da311b1ffc 100644
--- a/dev-haskell/http-api-data/metadata.xml
+++ b/dev-haskell/http-api-data/metadata.xml
@@ -5,9 +5,6 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
-	<use>
-		<flag name="use-text-show">Use text-show library for efficient ToHttpApiData implementations</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">fizruk/http-api-data</remote-id>
 	</upstream>


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

end of thread, other threads:[~2020-09-12 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-16 10:22 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-api-data/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-09-12 14:59 Sergei Trofimovich

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