* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uuid-types/
@ 2015-08-09 17:50 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2015-08-09 17:50 UTC (permalink / raw
To: gentoo-commits
commit: ea60559138eddec3ab10789759c8f2e60b762a67
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 17:48:52 2015 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 17:50:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea605591
dev-haskell/uuid-types: version bump up to 1.0.2
Package-Manager: portage-2.2.20
dev-haskell/uuid-types/Manifest | 1 +
dev-haskell/uuid-types/uuid-types-1.0.2.ebuild | 35 ++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-haskell/uuid-types/Manifest b/dev-haskell/uuid-types/Manifest
index 1dc867d..792a670 100644
--- a/dev-haskell/uuid-types/Manifest
+++ b/dev-haskell/uuid-types/Manifest
@@ -1,2 +1,3 @@
DIST uuid-types-1.0.0.tar.gz 12649 SHA256 986eaf295f20853437448f18a38a0b05af547326190d9e1576459de656c3b225 SHA512 2d7d95188c1aeefd1d642d9c17a76f1fa3c9088723f360b9bafd6a46200823b0dc78a0d2b1c3feae276ac593c3cc4429ea7dd63ce560855b4be921edf3024f45 WHIRLPOOL e49d31f7649e5b035062ead307ffc62ac9ad813b7266e86a4cb1dbbbfd5b8aebb29b19c53ceb7e9d56ae9a1f5983e452e183a2b5c766d17c24cfd291840b5893
DIST uuid-types-1.0.1.tar.gz 12018 SHA256 4b1e7f72892249195cb29a5b85b4e8ac75a5b278711a74b01eadde816dd03caf SHA512 284d20a684fa5d35de2e345712d48aea8b8ede2d1078ec871e6b1338fc0d619bf411b952aeefd5edb9866ef8db2626b00915cf4839440c4f5bff90255a16932c WHIRLPOOL 9ab5344a248ab6cd09c49a16cf2abd8b8b8c1c70c79f9c7c7b2517f64e1dc59fc0f83708c23ececf2ea855d5c137774f507f5484a9f1039f7eb9e169d8d43b98
+DIST uuid-types-1.0.2.tar.gz 12142 SHA256 56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05 SHA512 bf90fea8512ddc1adbef14dec86881d2d2385b767609c7d974ea12a18bbd8a47aa0446a2a35effa51bf22539d6c9632d4a6ca0efee43b63b7e19ea2eeb875344 WHIRLPOOL 83a5d6f8329061d31c9479ae05243187cf5732ab468cbfbd48c33270e9c21478a0c7de07158a2837f0dc5ea54f313c8502c3ae1c6f9322ad8857d6fd12b554ef
diff --git a/dev-haskell/uuid-types/uuid-types-1.0.2.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.2.ebuild
new file mode 100644
index 0000000..0366665
--- /dev/null
+++ b/dev-haskell/uuid-types/uuid-types-1.0.2.ebuild
@@ -0,0 +1,35 @@
+# 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.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Type definitions for Universally Unique Identifiers"
+HOMEPAGE="https://github.com/aslatter/uuid"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/binary-0.4:=[profile?] <dev-haskell/binary-0.8:=[profile?]
+ >=dev-haskell/random-1.0.1:=[profile?] <dev-haskell/random-1.2:=[profile?]
+ >=dev-haskell/text-1:=[profile?] <dev-haskell/text-1.3:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ || ( ( >=dev-haskell/hashable-1.1.1.0:=[profile?] <dev-haskell/hashable-1.2.0:=[profile?] )
+ ( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) )
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
+ >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9
+ >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.11
+ >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
+ >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 )
+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uuid-types/
@ 2016-04-22 8:09 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2016-04-22 8:09 UTC (permalink / raw
To: gentoo-commits
commit: d8aa5b766b0a382c875433b76d21247ffb09e210
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 07:55:10 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 08:08:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8aa5b76
dev-haskell/uuid-types: bump up to 1.0.3
Package-Manager: portage-2.2.28
dev-haskell/uuid-types/Manifest | 1 +
dev-haskell/uuid-types/uuid-types-1.0.3.ebuild | 34 ++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-haskell/uuid-types/Manifest b/dev-haskell/uuid-types/Manifest
index f915c02..0707029 100644
--- a/dev-haskell/uuid-types/Manifest
+++ b/dev-haskell/uuid-types/Manifest
@@ -1 +1,2 @@
DIST uuid-types-1.0.2.tar.gz 12142 SHA256 56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05 SHA512 bf90fea8512ddc1adbef14dec86881d2d2385b767609c7d974ea12a18bbd8a47aa0446a2a35effa51bf22539d6c9632d4a6ca0efee43b63b7e19ea2eeb875344 WHIRLPOOL 83a5d6f8329061d31c9479ae05243187cf5732ab468cbfbd48c33270e9c21478a0c7de07158a2837f0dc5ea54f313c8502c3ae1c6f9322ad8857d6fd12b554ef
+DIST uuid-types-1.0.3.tar.gz 11999 SHA256 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd SHA512 039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e WHIRLPOOL d4e8377c39bb9b30df666c5df96a0cd618a8773b4eee92f2845fa08f38badc6986cb5aa85087f77dd5eb3ef93338bca7187e726aec7aa4f78e9f158abec48ab1
diff --git a/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild
new file mode 100644
index 0000000..caef74d
--- /dev/null
+++ b/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Type definitions for Universally Unique Identifiers"
+HOMEPAGE="https://github.com/aslatter/uuid"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/binary-0.4:=[profile?] <dev-haskell/binary-0.9:=[profile?]
+ >=dev-haskell/random-1.0.1:=[profile?] <dev-haskell/random-1.2:=[profile?]
+ >=dev-haskell/text-1:=[profile?] <dev-haskell/text-1.3:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ >=dev-haskell/hashable-1.1.1.0:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4
+ >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9
+ >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12
+ >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
+ >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 )
+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uuid-types/
@ 2016-04-22 8:09 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2016-04-22 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 68f6c1065524bd6c1cd8714ff8eaccd0bf396bfc
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 07:55:20 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 08:08:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f6c106
dev-haskell/uuid-types: drop old
Package-Manager: portage-2.2.28
dev-haskell/uuid-types/Manifest | 1 -
dev-haskell/uuid-types/uuid-types-1.0.2-r2.ebuild | 41 -----------------------
2 files changed, 42 deletions(-)
diff --git a/dev-haskell/uuid-types/Manifest b/dev-haskell/uuid-types/Manifest
index 0707029..3f5747e 100644
--- a/dev-haskell/uuid-types/Manifest
+++ b/dev-haskell/uuid-types/Manifest
@@ -1,2 +1 @@
-DIST uuid-types-1.0.2.tar.gz 12142 SHA256 56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05 SHA512 bf90fea8512ddc1adbef14dec86881d2d2385b767609c7d974ea12a18bbd8a47aa0446a2a35effa51bf22539d6c9632d4a6ca0efee43b63b7e19ea2eeb875344 WHIRLPOOL 83a5d6f8329061d31c9479ae05243187cf5732ab468cbfbd48c33270e9c21478a0c7de07158a2837f0dc5ea54f313c8502c3ae1c6f9322ad8857d6fd12b554ef
DIST uuid-types-1.0.3.tar.gz 11999 SHA256 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd SHA512 039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e WHIRLPOOL d4e8377c39bb9b30df666c5df96a0cd618a8773b4eee92f2845fa08f38badc6986cb5aa85087f77dd5eb3ef93338bca7187e726aec7aa4f78e9f158abec48ab1
diff --git a/dev-haskell/uuid-types/uuid-types-1.0.2-r2.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.2-r2.ebuild
deleted file mode 100644
index 7d2d6de..0000000
--- a/dev-haskell/uuid-types/uuid-types-1.0.2-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Type definitions for Universally Unique Identifiers"
-HOMEPAGE="https://github.com/aslatter/uuid"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/binary-0.4:=[profile?] <dev-haskell/binary-0.8:=[profile?]
- >=dev-haskell/random-1.0.1:=[profile?] <dev-haskell/random-1.2:=[profile?]
- >=dev-haskell/text-1:=[profile?] <dev-haskell/text-1.3:=[profile?]
- >=dev-lang/ghc-7.4.1:=
- || ( ( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] )
- ( >=dev-haskell/hashable-1.1.1.0:=[profile?] <dev-haskell/hashable-1.2.0:=[profile?] ) )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hunit-1.2
- >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9
- >=dev-haskell/tasty-0.10
- >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
- >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 )
-"
-
-src_prepare() {
- cabal_chdeps \
- 'HUnit >=1.2 && < 1.3' 'HUnit >=1.2' \
- 'tasty == 0.10.*' 'tasty >= 0.10'
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uuid-types/
@ 2017-02-16 10:22 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2017-02-16 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 2b31a360115f388597bc606a73d32fa8642fb2dc
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 09:07:25 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 10:21:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b31a360
dev-haskell/uuid-types: allow quickcheck-2.9
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-haskell/uuid-types/uuid-types-1.0.3.ebuild | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild
index caef74d63e..67a2fa8f07 100644
--- a/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild
+++ b/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -27,8 +27,15 @@ RDEPEND=">=dev-haskell/binary-0.4:=[profile?] <dev-haskell/binary-0.9:=[profile?
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4
- >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9
+ >=dev-haskell/quickcheck-2.4
>=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12
>=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
>=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 )
"
+
+src_prepare() {
+ default
+
+ cabal_chdeps \
+ 'QuickCheck >=2.4 && < 2.9' 'QuickCheck >=2.4'
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uuid-types/
@ 2018-01-27 9:54 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-01-27 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 67e4989dffae572f994bd8faaa28d5be28034cd4
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Thu Sep 7 15:07:19 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 09:54:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e4989d
dev-haskell/uuid-types: use HTTPS for links to en.wikipedia.org, bug #637190
dev-haskell/uuid-types/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/uuid-types/metadata.xml b/dev-haskell/uuid-types/metadata.xml
index 8b381ac50b6..6ed8d01282a 100644
--- a/dev-haskell/uuid-types/metadata.xml
+++ b/dev-haskell/uuid-types/metadata.xml
@@ -8,7 +8,7 @@
<longdescription>
This library contains type definitions for Universally Unique Identifiers
and basic conversion functions.
- See <http://en.wikipedia.org/wiki/UUID> for the general idea.
+ See <https://en.wikipedia.org/wiki/UUID> for the general idea.
</longdescription>
<upstream>
<remote-id type="github">aslatter/uuid</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uuid-types/
@ 2020-11-01 13:01 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-11-01 13:01 UTC (permalink / raw
To: gentoo-commits
commit: e96d26d64edc51bd02a4adb130107d978a8e346f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 1 13:01:23 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 1 13:01:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96d26d6
dev-haskell/uuid-types: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild
index 4cae53fd394..8df1fd9cf77 100644
--- a/dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild
+++ b/dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
# ebuild generated by hackport 0.4.7.9999
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-11-01 13:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 8:09 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uuid-types/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-11-01 13:01 Sergei Trofimovich
2018-01-27 9:54 Michał Górny
2017-02-16 10:22 Sergei Trofimovich
2016-04-22 8:09 Sergei Trofimovich
2015-08-09 17:50 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox