public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/configurator/
@ 2016-07-15 15:06 Michael Orlitzky
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Orlitzky @ 2016-07-15 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     433b6ea76a0905ce211403aaed013d571366c06c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 16:30:17 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 15:04:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433b6ea7

dev-haskell/configurator: new package to read config files in Haskell.

Package-Manager: portage-2.2.28

 dev-haskell/configurator/Manifest                  |  1 +
 .../configurator/configurator-0.3.0.0-r1.ebuild    | 39 ++++++++++++++++++++++
 dev-haskell/configurator/metadata.xml              | 31 +++++++++++++++++
 3 files changed, 71 insertions(+)

diff --git a/dev-haskell/configurator/Manifest b/dev-haskell/configurator/Manifest
new file mode 100644
index 0000000..31cea2f
--- /dev/null
+++ b/dev-haskell/configurator/Manifest
@@ -0,0 +1 @@
+DIST configurator-0.3.0.0.tar.gz 15232 SHA256 6eb9996b672e9f7112ca23482c42fa533553312c3c13f38a8a06476e67c031b4 SHA512 0c4c95b3182874c87c4b6b8e74bf8e39ec7528b49f06e9a02baed5fa4aa90a22a9504f59e881c17616ef95a1aa5450b431df8cc9317ef837d8e821f330e303c9 WHIRLPOOL c2f814197a26254f9c8881f20d913d88a24fc7030050f2c264550b379fd45f188eff405bbcb863739773a56e5cfb1a338ac01aa39d9cb5a16ccf54d22045dbc3

diff --git a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
new file mode 100644
index 0000000..c58f248
--- /dev/null
+++ b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.4.2.9999
+#hackport: flags: -developer
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Configuration management"
+HOMEPAGE="https://github.com/bos/configurator"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/attoparsec-0.10.0.2:=[profile?]
+	dev-haskell/hashable:=[profile?]
+	>=dev-haskell/text-0.11.1.0:=[profile?]
+	dev-haskell/unix-compat:=[profile?]
+	dev-haskell/unordered-containers:=[profile?]
+	>=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.8
+	test? ( dev-haskell/hunit
+		dev-haskell/test-framework
+		dev-haskell/test-framework-hunit )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		--flag=-developer
+}

diff --git a/dev-haskell/configurator/metadata.xml b/dev-haskell/configurator/metadata.xml
new file mode 100644
index 0000000..e605a4e
--- /dev/null
+++ b/dev-haskell/configurator/metadata.xml
@@ -0,0 +1,31 @@
+<?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 configuration management library for programs and daemons.
+		
+		Features include:
+		
+		* Automatic, dynamic reloading in response to modifications to
+		configuration files.
+		
+		* A simple, but flexible, configuration language, supporting several
+		of the most commonly needed types of data, along with
+		interpolation of strings from the configuration or the system
+		environment (e.g. @$(HOME)@).
+		
+		* Subscription-based notification of changes to configuration
+		properties.
+		
+		* An @import@ directive allows the configuration of a complex
+		application to be split across several smaller files, or common
+		configuration data to be shared across several applications.
+		
+		For details of the configuration file format, see
+		&lt;http://hackage.haskell.org/packages/archive/configurator/latest/doc/html/Data-Configurator.html&gt;.
+	</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/configurator/
@ 2022-08-28 22:03 Michael Orlitzky
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Orlitzky @ 2022-08-28 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     aa34f0deec83d16a79f464f35f93a2159d158665
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Aug 23 14:41:36 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 22:01:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa34f0de

dev-haskell/configurator: keyword 0.3.0.0-r1 for ~ppc64

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
index 6fbdc4a01a11..4139b3a7ef3b 100644
--- a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
+++ b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/attoparsec-0.10.0.2:=[profile?]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/configurator/
@ 2022-08-31 21:32 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-08-31 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6d2f6ff0d7bef28073e024179fda6c823354b946
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sun Aug 28 22:42:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 21:31:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2f6ff0

dev-haskell/configurator: keyword 0.3.0.0-r1 for ~arm64

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
index 4139b3a7ef3b..7591dd38ca19 100644
--- a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
+++ b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/attoparsec-0.10.0.2:=[profile?]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/configurator/
@ 2022-10-06  6:12 Jakov Smolić
  0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2022-10-06  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b48eeaef3cdc9b72044c738d216b46d64c44ee4a
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Sep 22 02:35:45 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 06:11:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48eeaef

dev-haskell/configurator: keyword 0.3.0.0-r1 for ~riscv

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
index 7591dd38ca19..20b170e556f0 100644
--- a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
+++ b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/attoparsec-0.10.0.2:=[profile?]


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

end of thread, other threads:[~2022-10-06  6:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-31 21:32 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/configurator/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-10-06  6:12 Jakov Smolić
2022-08-28 22:03 Michael Orlitzky
2016-07-15 15:06 Michael Orlitzky

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