public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/neat-interpolation/
@ 2017-05-28 17:53 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2017-05-28 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e2150056f699725693cb326f0935e897b72ecf68
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 16:22:18 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 28 17:53:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2150056

dev-haskell/neat-interpolation: new package, a depend of dev-haskell/stack

A quasiquoter for neat and simple multiline text interpolation

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/neat-interpolation/Manifest            |  1 +
 dev-haskell/neat-interpolation/metadata.xml        | 14 +++++++++++
 .../neat-interpolation-0.3.2.1.ebuild              | 28 ++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-haskell/neat-interpolation/Manifest b/dev-haskell/neat-interpolation/Manifest
new file mode 100644
index 00000000000..dbf183bbc22
--- /dev/null
+++ b/dev-haskell/neat-interpolation/Manifest
@@ -0,0 +1 @@
+DIST neat-interpolation-0.3.2.1.tar.gz 4339 SHA256 5530e43ca4de09b972d173e522f9dc96265f3afe0df695a25f0141be816fa014 SHA512 aaefc95b85e8546bd20848b3d4da39437b48e5e3c54829f9ae06f8f4021752812a643a638bcc10213db168d3217bd8913b2feec81d90199a14eea8c35fe62245 WHIRLPOOL 972819cc726f6d2db5a17d83d8ebc2130872105888773cb69251df5c8996a9f88800eda85c931d7ec3c4b281cecd9a40af46d95b6664de95c7baaa3632d5618d

diff --git a/dev-haskell/neat-interpolation/metadata.xml b/dev-haskell/neat-interpolation/metadata.xml
new file mode 100644
index 00000000000..d8ffb504371
--- /dev/null
+++ b/dev-haskell/neat-interpolation/metadata.xml
@@ -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>
+		A quasiquoter for producing Text values with support for
+		a simple interpolation of input values.
+		It removes the excessive indentation from the input and
+		accurately manages the indentation of all lines of the interpolated variables.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild b/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild
new file mode 100644
index 00000000000..e33689966ee
--- /dev/null
+++ b/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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="A quasiquoter for neat and simple multiline text interpolation"
+HOMEPAGE="https://github.com/nikita-volkov/neat-interpolation"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="<dev-haskell/base-prelude-2:=[profile?]
+	>=dev-haskell/parsec-3:=[profile?] <dev-haskell/parsec-4:=[profile?]
+	>=dev-haskell/text-1:=[profile?] <dev-haskell/text-2:=[profile?]
+	>=dev-lang/ghc-7.6.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.16.0
+	test? ( >=dev-haskell/htf-0.11 <dev-haskell/htf-0.14 )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/neat-interpolation/
@ 2020-08-29 19:52 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-08-29 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     cd095b044dfcca339bf2106a41e874fabb9aa0db
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 19:51:20 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 19:52:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd095b04

dev-haskell/neat-interpolation: drop old

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

 dev-haskell/neat-interpolation/Manifest            |  1 -
 .../neat-interpolation-0.3.2.1.ebuild              | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-haskell/neat-interpolation/Manifest b/dev-haskell/neat-interpolation/Manifest
index f34022ca99e..c80334ea5ec 100644
--- a/dev-haskell/neat-interpolation/Manifest
+++ b/dev-haskell/neat-interpolation/Manifest
@@ -1,2 +1 @@
-DIST neat-interpolation-0.3.2.1.tar.gz 4339 BLAKE2B e3f7a87308839de027e566bb5498ab7d1983bfaa8c81ee225a18d40e3cf5a3ad31dc8f52660e85f1532e33fcc5bc29e6ffcc3d9bf69095ef7d5408cf98231659 SHA512 aaefc95b85e8546bd20848b3d4da39437b48e5e3c54829f9ae06f8f4021752812a643a638bcc10213db168d3217bd8913b2feec81d90199a14eea8c35fe62245
 DIST neat-interpolation-0.3.2.6.tar.gz 5437 BLAKE2B 0a84a4e0ed3126d6ab11ff382dc46d8760a14f725c23bb87650290b2b8c3791be996f734fecfe326fc8236548360a163de3979eb12534e52fa927787d2dfb803 SHA512 0b3725258cebdf6144a9442b3dfb5e46a1d36525fdfec7f1797546416ef7788c7ad679d33105d541ae37b208c170d695757355291ef0d05297d8e35ea4116546

diff --git a/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild b/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild
deleted file mode 100644
index 01a6f8cd245..00000000000
--- a/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild
+++ /dev/null
@@ -1,28 +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="A quasiquoter for neat and simple multiline text interpolation"
-HOMEPAGE="https://github.com/nikita-volkov/neat-interpolation"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="<dev-haskell/base-prelude-2:=[profile?]
-	>=dev-haskell/parsec-3:=[profile?] <dev-haskell/parsec-4:=[profile?]
-	>=dev-haskell/text-1:=[profile?] <dev-haskell/text-2:=[profile?]
-	>=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.16.0
-	test? ( >=dev-haskell/htf-0.11 <dev-haskell/htf-0.14 )
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/neat-interpolation/
@ 2020-09-06 21:44 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-09-06 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     5ae9052661d2fa718fdb7dd7d8dda8f2ca3550f5
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sat Sep  5 06:43:59 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 21:44:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae90526

dev-haskell/neat-interpolation: bump up to 0.5.1.2

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/neat-interpolation/Manifest            |  1 +
 .../neat-interpolation-0.5.1.2.ebuild              | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-haskell/neat-interpolation/Manifest b/dev-haskell/neat-interpolation/Manifest
index c80334ea5ec..ab7171078f3 100644
--- a/dev-haskell/neat-interpolation/Manifest
+++ b/dev-haskell/neat-interpolation/Manifest
@@ -1 +1,2 @@
 DIST neat-interpolation-0.3.2.6.tar.gz 5437 BLAKE2B 0a84a4e0ed3126d6ab11ff382dc46d8760a14f725c23bb87650290b2b8c3791be996f734fecfe326fc8236548360a163de3979eb12534e52fa927787d2dfb803 SHA512 0b3725258cebdf6144a9442b3dfb5e46a1d36525fdfec7f1797546416ef7788c7ad679d33105d541ae37b208c170d695757355291ef0d05297d8e35ea4116546
+DIST neat-interpolation-0.5.1.2.tar.gz 5757 BLAKE2B dd7b39a56d127d0be25a8968ec8047bcad58a0eb75956056bd71af01979f79a304119738026a46d215052dc2899817371ec24e6184866d2f9770080ee5a2a9c1 SHA512 147bfca831dccc4646cce7c91635d3885049c67c93c3da83a774eaf1c7f485fba14e695efa173fd3a125380c13d70fe3ca017c2179e161d8e53d60278bb0b7a8

diff --git a/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild b/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild
new file mode 100644
index 00000000000..2b836782cfc
--- /dev/null
+++ b/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A quasiquoter for neat and simple multiline text interpolation"
+HOMEPAGE="https://github.com/nikita-volkov/neat-interpolation"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/megaparsec-7:=[profile?] <dev-haskell/megaparsec-10:=[profile?]
+	>=dev-haskell/text-1:=[profile?] <dev-haskell/text-2:=[profile?]
+	>=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.24.0.0
+	test? ( >=dev-haskell/quickcheck-2.13 <dev-haskell/quickcheck-3
+		>=dev-haskell/quickcheck-instances-0.3.22 <dev-haskell/quickcheck-instances-0.4
+		<dev-haskell/rerebase-2
+		>=dev-haskell/tasty-1.2.3 <dev-haskell/tasty-2
+		>=dev-haskell/tasty-hunit-0.10.0.2 <dev-haskell/tasty-hunit-0.11
+		>=dev-haskell/tasty-quickcheck-0.10.1 <dev-haskell/tasty-quickcheck-0.11 )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/neat-interpolation/
@ 2020-09-06 21:44 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-09-06 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d84dce0d8c26716ae99c9c9f3e7777a8ed7331dd
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sat Sep  5 06:45:03 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 21:44:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84dce0d

dev-haskell/neat-interpolation: remove old

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/neat-interpolation/Manifest            |  1 -
 .../neat-interpolation-0.3.2.6.ebuild              | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-haskell/neat-interpolation/Manifest b/dev-haskell/neat-interpolation/Manifest
index ab7171078f3..65bc3136364 100644
--- a/dev-haskell/neat-interpolation/Manifest
+++ b/dev-haskell/neat-interpolation/Manifest
@@ -1,2 +1 @@
-DIST neat-interpolation-0.3.2.6.tar.gz 5437 BLAKE2B 0a84a4e0ed3126d6ab11ff382dc46d8760a14f725c23bb87650290b2b8c3791be996f734fecfe326fc8236548360a163de3979eb12534e52fa927787d2dfb803 SHA512 0b3725258cebdf6144a9442b3dfb5e46a1d36525fdfec7f1797546416ef7788c7ad679d33105d541ae37b208c170d695757355291ef0d05297d8e35ea4116546
 DIST neat-interpolation-0.5.1.2.tar.gz 5757 BLAKE2B dd7b39a56d127d0be25a8968ec8047bcad58a0eb75956056bd71af01979f79a304119738026a46d215052dc2899817371ec24e6184866d2f9770080ee5a2a9c1 SHA512 147bfca831dccc4646cce7c91635d3885049c67c93c3da83a774eaf1c7f485fba14e695efa173fd3a125380c13d70fe3ca017c2179e161d8e53d60278bb0b7a8

diff --git a/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.6.ebuild b/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.6.ebuild
deleted file mode 100644
index 809ded48fb0..00000000000
--- a/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A quasiquoter for neat and simple multiline text interpolation"
-HOMEPAGE="https://github.com/nikita-volkov/neat-interpolation"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/megaparsec-7:=[profile?] <dev-haskell/megaparsec-9:=[profile?]
-	>=dev-haskell/text-1:=[profile?] <dev-haskell/text-2:=[profile?]
-	>=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.24.0.0
-	test? ( >=dev-haskell/quickcheck-2.13 <dev-haskell/quickcheck-3
-		>=dev-haskell/quickcheck-instances-0.3.22 <dev-haskell/quickcheck-instances-0.4
-		<dev-haskell/rerebase-2
-		>=dev-haskell/tasty-1.2.3 <dev-haskell/tasty-2
-		>=dev-haskell/tasty-hunit-0.10.0.2 <dev-haskell/tasty-hunit-0.11
-		>=dev-haskell/tasty-quickcheck-0.10.1 <dev-haskell/tasty-quickcheck-0.11 )
-"


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

end of thread, other threads:[~2020-09-06 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-29 19:52 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/neat-interpolation/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-09-06 21:44 Sergei Trofimovich
2020-09-06 21:44 Sergei Trofimovich
2017-05-28 17:53 Sergei Trofimovich

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