public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/optparse-simple/
@ 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:     298d41f0fe0f684efc79536cfede67bb11a662ce
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 12:57:59 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 28 17:53:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298d41f0

dev-haskell/optparse-simple: new package, a depend of dev-haskell/stack

Simple interface to optparse-applicative

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/optparse-simple/Manifest               |  1 +
 dev-haskell/optparse-simple/metadata.xml           | 11 +++++++++
 .../optparse-simple/optparse-simple-0.0.3.ebuild   | 27 ++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-haskell/optparse-simple/Manifest b/dev-haskell/optparse-simple/Manifest
new file mode 100644
index 00000000000..c1081d4add9
--- /dev/null
+++ b/dev-haskell/optparse-simple/Manifest
@@ -0,0 +1 @@
+DIST optparse-simple-0.0.3.tar.gz 2972 SHA256 4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e SHA512 d607482a9ef9e9d4992328fb141cf797ad72e43cbe42eab23adacd21843b8c62c98d6c8fc342b2a11019a220759854b6587a1fd07fa8268462c4cc3d40c4a1c4 WHIRLPOOL a023eab34712537b3678edc1a3c60250253ef637a5a5f65d4ddda2a078a3e7c3b410fc53133f40032467f76f410387224c449cb6c2ac71e40c975c5500e617eb

diff --git a/dev-haskell/optparse-simple/metadata.xml b/dev-haskell/optparse-simple/metadata.xml
new file mode 100644
index 00000000000..fd80ae8104d
--- /dev/null
+++ b/dev-haskell/optparse-simple/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>
+		Simple interface to optparse-applicative
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild b/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild
new file mode 100644
index 00000000000..0ac1d9a5a79
--- /dev/null
+++ b/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Simple interface to optparse-applicative"
+HOMEPAGE="http://hackage.haskell.org/package/optparse-simple"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/either:=[profile?]
+	dev-haskell/gitrev:=[profile?]
+	dev-haskell/optparse-applicative:=[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/optparse-simple/
@ 2020-06-06 17:56 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-06-06 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bff2d899d0f7d66967db9ff11b8ae24cd387bf5e
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jun  6 10:47:00 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 17:56:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff2d899

dev-haskell/optparse-simple: 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/optparse-simple/optparse-simple-0.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild b/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild
index d18ab714cf2..ee21268650a 100644
--- a/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild
+++ b/dev-haskell/optparse-simple/optparse-simple-0.0.3.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=6
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Simple interface to optparse-applicative"
-HOMEPAGE="http://hackage.haskell.org/package/optparse-simple"
+HOMEPAGE="https://hackage.haskell.org/package/optparse-simple"
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/optparse-simple/
@ 2020-08-20  6:34 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-08-20  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bd94e31932f715c0893ffd0f149ea6d7ee880c30
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug 19 08:55:14 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 06:34:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd94e319

dev-haskell/optparse-simple: bump up to 0.1.1.3

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/17170
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/optparse-simple/Manifest               |  1 +
 .../optparse-simple/optparse-simple-0.1.1.3.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-haskell/optparse-simple/Manifest b/dev-haskell/optparse-simple/Manifest
index d6796a4f110..782db78150e 100644
--- a/dev-haskell/optparse-simple/Manifest
+++ b/dev-haskell/optparse-simple/Manifest
@@ -1,2 +1,3 @@
 DIST optparse-simple-0.0.3.tar.gz 2972 BLAKE2B ff7a559c9f05278ba3b18085fc4f8a48d43025383c38840b3987613ad79aa74590df1ce518b78c338c8bef412c098954b72cb92a31744dbad113510c2e3b4eb7 SHA512 d607482a9ef9e9d4992328fb141cf797ad72e43cbe42eab23adacd21843b8c62c98d6c8fc342b2a11019a220759854b6587a1fd07fa8268462c4cc3d40c4a1c4
 DIST optparse-simple-0.1.1.2.tar.gz 5067 BLAKE2B 1a1bbca9d142bb61af1c00eca720bb5c3315f021dcdf59e9eba418f5511a94b3fe0799c9f958ab4962ba8ed4ac6ef524a6edd4d678331935ae11d3a8e85401e9 SHA512 a2810745ba4a3fd62585fc7367f02ff8eb70752d4836da495a73f15d2b1672d7b5ff59a72bcbc8688efff71fec189c5cc11331b6c46b714233ad86049d581c03
+DIST optparse-simple-0.1.1.3.tar.gz 5096 BLAKE2B 56dccf13f5b2ef7b7b3f9fefa5562097fd934297f619d9f9e53aaecad1f26f8ab484cecfb19805b8efb7e1830493bf2eb14cfd29d82969af3d47b7d77d33f9e5 SHA512 9ab7208b459a196ec54511de6b51c98eabe29f5756c09c1f23653a0ff12cbd402ab8366ccfdc12467dce4be0fa1cae96571925ac5858d12478f0ed41168ecdf9

diff --git a/dev-haskell/optparse-simple/optparse-simple-0.1.1.3.ebuild b/dev-haskell/optparse-simple/optparse-simple-0.1.1.3.ebuild
new file mode 100644
index 00000000000..a1356dfda28
--- /dev/null
+++ b/dev-haskell/optparse-simple/optparse-simple-0.1.1.3.ebuild
@@ -0,0 +1,31 @@
+# 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="Simple interface to optparse-applicative"
+HOMEPAGE="https://github.com/fpco/optparse-simple#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="build-example"
+
+RDEPEND=">=dev-haskell/githash-0.1.3.0:=[profile?]
+	dev-haskell/optparse-applicative:=[profile?]
+	>=dev-lang/ghc-8.0.2:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.24.2.0
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		$(cabal_flag build-example build-example)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/optparse-simple/
@ 2020-08-20  6:34 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-08-20  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     94375456c1e2f05f1558acf2a439900238c99780
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug 19 08:58:00 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 06:34:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94375456

dev-haskell/optparse-simple: remove old

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

 dev-haskell/optparse-simple/Manifest               |  2 --
 .../optparse-simple/optparse-simple-0.0.3.ebuild   | 27 -------------------
 .../optparse-simple/optparse-simple-0.1.1.2.ebuild | 31 ----------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-haskell/optparse-simple/Manifest b/dev-haskell/optparse-simple/Manifest
index 782db78150e..d324cd3f07a 100644
--- a/dev-haskell/optparse-simple/Manifest
+++ b/dev-haskell/optparse-simple/Manifest
@@ -1,3 +1 @@
-DIST optparse-simple-0.0.3.tar.gz 2972 BLAKE2B ff7a559c9f05278ba3b18085fc4f8a48d43025383c38840b3987613ad79aa74590df1ce518b78c338c8bef412c098954b72cb92a31744dbad113510c2e3b4eb7 SHA512 d607482a9ef9e9d4992328fb141cf797ad72e43cbe42eab23adacd21843b8c62c98d6c8fc342b2a11019a220759854b6587a1fd07fa8268462c4cc3d40c4a1c4
-DIST optparse-simple-0.1.1.2.tar.gz 5067 BLAKE2B 1a1bbca9d142bb61af1c00eca720bb5c3315f021dcdf59e9eba418f5511a94b3fe0799c9f958ab4962ba8ed4ac6ef524a6edd4d678331935ae11d3a8e85401e9 SHA512 a2810745ba4a3fd62585fc7367f02ff8eb70752d4836da495a73f15d2b1672d7b5ff59a72bcbc8688efff71fec189c5cc11331b6c46b714233ad86049d581c03
 DIST optparse-simple-0.1.1.3.tar.gz 5096 BLAKE2B 56dccf13f5b2ef7b7b3f9fefa5562097fd934297f619d9f9e53aaecad1f26f8ab484cecfb19805b8efb7e1830493bf2eb14cfd29d82969af3d47b7d77d33f9e5 SHA512 9ab7208b459a196ec54511de6b51c98eabe29f5756c09c1f23653a0ff12cbd402ab8366ccfdc12467dce4be0fa1cae96571925ac5858d12478f0ed41168ecdf9

diff --git a/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild b/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild
deleted file mode 100644
index ee21268650a..00000000000
--- a/dev-haskell/optparse-simple/optparse-simple-0.0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Simple interface to optparse-applicative"
-HOMEPAGE="https://hackage.haskell.org/package/optparse-simple"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/either:=[profile?]
-	dev-haskell/gitrev:=[profile?]
-	dev-haskell/optparse-applicative:=[profile?]
-	>=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.18.1.3
-"

diff --git a/dev-haskell/optparse-simple/optparse-simple-0.1.1.2.ebuild b/dev-haskell/optparse-simple/optparse-simple-0.1.1.2.ebuild
deleted file mode 100644
index 55010cdd03e..00000000000
--- a/dev-haskell/optparse-simple/optparse-simple-0.1.1.2.ebuild
+++ /dev/null
@@ -1,31 +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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Simple interface to optparse-applicative"
-HOMEPAGE="https://github.com/fpco/optparse-simple#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="build-example"
-
-RDEPEND=">=dev-haskell/githash-0.1.3.0:=[profile?]
-	dev-haskell/optparse-applicative:=[profile?]
-	>=dev-lang/ghc-8.0.2:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.24.2.0
-"
-
-src_configure() {
-	haskell-cabal_src_configure \
-		$(cabal_flag build-example build-example)
-}


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

end of thread, other threads:[~2020-08-20  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20  6:34 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/optparse-simple/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-08-20  6:34 Sergei Trofimovich
2020-06-06 17:56 Aaron Bauman
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