public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/fsnotify/
@ 2015-08-09 17:50 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2015-08-09 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     6980ae262ee8931bbe507b66460413af1db8ce7d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 17:48:04 2015 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 17:50:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6980ae26

dev-haskell/fsnotify: version bump up to 0.2.1

Package-Manager: portage-2.2.20

 dev-haskell/fsnotify/Manifest              |  1 +
 dev-haskell/fsnotify/fsnotify-0.2.1.ebuild | 32 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-haskell/fsnotify/Manifest b/dev-haskell/fsnotify/Manifest
index 777a34c..bfd8e43 100644
--- a/dev-haskell/fsnotify/Manifest
+++ b/dev-haskell/fsnotify/Manifest
@@ -1,2 +1,3 @@
 DIST fsnotify-0.0.11.tar.gz 14530 SHA256 987be41d188782fd8fe081263d6a7345c8bad6576848457a73ef7b666f08a90e SHA512 e992864b349a134c3dac7a5a9da3452ba6c17c61b3a27a322f03eed3dd078923516604899a1d028fc6563a2677b86e6cf2f1eb1f92e2b3b33887e0df2a14573e WHIRLPOOL 7b73484e3ea75c89978284ef7e0fe2df8b59460af0cdef6003f46759591a6fefe7dae95bb242ff9a363de1ed790dca6fd1c3c9f936e2184663c5d92ca1d05c1e
 DIST fsnotify-0.1.0.3.tar.gz 14116 SHA256 1f15cc1380d3feaf12f4d7fed23a2327e0927ac69e3f3ae539637e55c8f3d254 SHA512 6835670a27bd0607c8dae7bfb4c197f78217eaa46d9a03d84ca53f5ade3fba78e85bbb0c1cc9621d9b17a2d415012a34eefb3ee2f63d518a9d7e354e07ce91ec WHIRLPOOL 4bdb9ffaf67757eb888bf1eb6edb9e8da7c5e0756764ea86c6627cbf175754386a423eb76604515410486d8943b625c1c181aa532c97986e52d71209251043e7
+DIST fsnotify-0.2.1.tar.gz 14689 SHA256 ebcf1b7bd825f269510850f20508a2ba0f640a41af08de0c171d8ba24618542b SHA512 b9c6505d27f7010b60dbd4cb2fdfe65efacd33398fda9f95526dd0d828b82b1afd029e6457aa1ece3421cffcb1a6189badc34b644faf8386e2631967380f1372 WHIRLPOOL fa5d79a9c0c1b8f7601447a518dbe47fa43754dbf4b63b80be011b68d81b15dd2670444569f028452174dc3c751dd98921ad0d242fc175ae4ba8071f830a3d65

diff --git a/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild b/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild
new file mode 100644
index 0000000..1cf6950
--- /dev/null
+++ b/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Cross platform library for file change notification"
+HOMEPAGE="https://github.com/haskell-fswatch/hfsnotify"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/async-2.0.1:=[profile?]
+	>=dev-haskell/hinotify-0.3.7:=[profile?]
+	>=dev-haskell/text-0.11.0:=[profile?]
+	>=dev-haskell/unix-compat-0.2:=[profile?]
+	>=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.8
+	test? ( >=dev-haskell/tasty-0.5
+		dev-haskell/tasty-hunit
+		dev-haskell/temporary-rc )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/fsnotify/
@ 2015-08-16 15:10 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-08-16 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f3dde4b690c13868120107026f47d2b586889403
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 14:52:57 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 15:10:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dde4b6

dev-haskell/fsnotify: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-haskell/fsnotify/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-haskell/fsnotify/metadata.xml b/dev-haskell/fsnotify/metadata.xml
index c40e263..eabb107 100644
--- a/dev-haskell/fsnotify/metadata.xml
+++ b/dev-haskell/fsnotify/metadata.xml
@@ -8,4 +8,7 @@
 		existing libraries for platform-specific Window, Mac,
 		and Linux filesystem event notification.
 	</longdescription>
+	<upstream>
+		<remote-id type="github">haskell-fswatch/hfsnotify</remote-id>
+	</upstream>
 </pkgmetadata>


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

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

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

dev-haskell/fsnotify: 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/fsnotify/fsnotify-0.0.11.ebuild  | 4 ++--
 dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild b/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
index 320e9dd0381..9e90d326620 100644
--- a/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
+++ b/dev-haskell/fsnotify/fsnotify-0.0.11.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 test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Cross platform library for file change notification"
-HOMEPAGE="http://hackage.haskell.org/package/fsnotify"
+HOMEPAGE="https://hackage.haskell.org/package/fsnotify"
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild b/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild
index e065612a726..5c0b0afe997 100644
--- a/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild
+++ b/dev-haskell/fsnotify/fsnotify-0.1.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=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Cross platform library for file change notification"
-HOMEPAGE="http://hackage.haskell.org/package/fsnotify"
+HOMEPAGE="https://hackage.haskell.org/package/fsnotify"
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/fsnotify/
@ 2020-09-12 20:23 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d4fac9e27f9bf33b28f1c71a458a025a803b5bb0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 20:10:08 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 20:23:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fac9e2

dev-haskell/fsnotify: drop old

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

 dev-haskell/fsnotify/Manifest                |  3 ---
 dev-haskell/fsnotify/fsnotify-0.0.11.ebuild  | 35 ----------------------------
 dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild | 34 ---------------------------
 dev-haskell/fsnotify/fsnotify-0.2.1.ebuild   | 31 ------------------------
 4 files changed, 103 deletions(-)

diff --git a/dev-haskell/fsnotify/Manifest b/dev-haskell/fsnotify/Manifest
index 20339503585..4ec15d05e7c 100644
--- a/dev-haskell/fsnotify/Manifest
+++ b/dev-haskell/fsnotify/Manifest
@@ -1,4 +1 @@
-DIST fsnotify-0.0.11.tar.gz 14530 BLAKE2B 983357e6f119a0b5cf1c43d5cf2355b11f49141c933110698f5e07a1d4509e6d6909969d3e902a3b07c5c6df89e9114ef3a688e105527e551bff5a2c47aff558 SHA512 e992864b349a134c3dac7a5a9da3452ba6c17c61b3a27a322f03eed3dd078923516604899a1d028fc6563a2677b86e6cf2f1eb1f92e2b3b33887e0df2a14573e
-DIST fsnotify-0.1.0.3.tar.gz 14116 BLAKE2B 4697f755028a876409d34138c00a084b1986990cfff9fcdb1f638be5d4be1d91a25f2d4077300582f7340f61fd874de3c5b463b9d8a06b288d59ea53a650ead4 SHA512 6835670a27bd0607c8dae7bfb4c197f78217eaa46d9a03d84ca53f5ade3fba78e85bbb0c1cc9621d9b17a2d415012a34eefb3ee2f63d518a9d7e354e07ce91ec
-DIST fsnotify-0.2.1.tar.gz 14689 BLAKE2B 06e8d05232b16c49045d4e737a587fb9c0a5e0f2706981949a579fa9ed3abb0795d5ecf60abddefb4eca86cd7a76313b8280e2badefe487ce2cdc9132039474b SHA512 b9c6505d27f7010b60dbd4cb2fdfe65efacd33398fda9f95526dd0d828b82b1afd029e6457aa1ece3421cffcb1a6189badc34b644faf8386e2631967380f1372
 DIST fsnotify-0.3.0.1.tar.gz 20638 BLAKE2B 8b897ed716e17ff4e22da274eacf03770ddf69661ea74a3ce2c284c21668a429ef92fd1f437fd104a82e02608a13fbc7e1a1bd5a5e8cc524fe2c70fbc3697ac6 SHA512 d5c96a54c1b4788e1d50f259d11d4e2d6eb7224552b50cb359a1f4cdcc2a9b7270f9b5ccdfe9738a163b54ab7ab5a0114de9cabc56660a7324cdfc4b16179e1a

diff --git a/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild b/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
deleted file mode 100644
index 9e90d326620..00000000000
--- a/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Cross platform library for file change notification"
-HOMEPAGE="https://hackage.haskell.org/package/fsnotify"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hinotify-0.3.5:=[profile?]
-		<dev-haskell/hinotify-0.4:=[profile?]
-		>=dev-haskell/system-fileio-0.3.8:=[profile?]
-		<dev-haskell/system-fileio-0.4:=[profile?]
-		>=dev-haskell/system-filepath-0.4.6:=[profile?]
-		<dev-haskell/system-filepath-0.5:=[profile?]
-		>=dev-haskell/text-0.11.0:=[profile?]
-		>=dev-lang/ghc-7.0.1:="
-DEPEND="${RDEPEND}
-		>=dev-haskell/cabal-1.8
-		test? ( >=dev-haskell/glob-0.7.1
-			>=dev-haskell/hspec-1.3.0
-			>=dev-haskell/quickcheck-2.4.2
-			>=dev-haskell/random-1.0.1.1
-			>=dev-haskell/uniqueid-0.1.1
-		)"

diff --git a/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild b/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild
deleted file mode 100644
index 5c0b0afe997..00000000000
--- a/dev-haskell/fsnotify/fsnotify-0.1.0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Cross platform library for file change notification"
-HOMEPAGE="https://hackage.haskell.org/package/fsnotify"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/async-2.0.1:=[profile?]
-	>=dev-haskell/hinotify-0.3.7:=[profile?]
-	>=dev-haskell/system-fileio-0.3.8:=[profile?]
-	>=dev-haskell/system-filepath-0.4.6:=[profile?]
-	>=dev-haskell/text-0.11.0:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.8
-	test? ( >=dev-haskell/system-fileio-0.3.11
-		>=dev-haskell/system-filepath-0.4.7
-		>=dev-haskell/tasty-0.5
-		dev-haskell/tasty-hunit
-		dev-haskell/temporary-rc )
-"

diff --git a/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild b/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild
deleted file mode 100644
index a8325ed40d4..00000000000
--- a/dev-haskell/fsnotify/fsnotify-0.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Cross platform library for file change notification"
-HOMEPAGE="https://github.com/haskell-fswatch/hfsnotify"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/async-2.0.1:=[profile?]
-	>=dev-haskell/hinotify-0.3.7:=[profile?]
-	>=dev-haskell/text-0.11.0:=[profile?]
-	>=dev-haskell/unix-compat-0.2:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.8
-	test? ( >=dev-haskell/tasty-0.5
-		dev-haskell/tasty-hunit
-		dev-haskell/temporary-rc )
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/fsnotify/
@ 2022-07-22 23:07 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-07-22 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e1de9d654ab408dfb946b9cd987f570b117a3b97
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Fri Jul 22 19:54:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 23:07:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1de9d65

dev-haskell/fsnotify: keyword 0.3.0.1 for ~ppc64

Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-haskell/fsnotify/fsnotify-0.3.0.1.ebuild b/dev-haskell/fsnotify/fsnotify-0.3.0.1.ebuild
index 376479a62aa3..dcb627211310 100644
--- a/dev-haskell/fsnotify/fsnotify-0.3.0.1.ebuild
+++ b/dev-haskell/fsnotify/fsnotify-0.3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,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/async-2.0.1:=[profile?]


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

end of thread, other threads:[~2022-07-22 23:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-09 17:50 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/fsnotify/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2015-08-16 15:10 Justin Lecher
2020-06-07 17:40 Aaron Bauman
2020-09-12 20:23 Sergei Trofimovich
2022-07-22 23:07 Sam James

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