public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/
@ 2016-06-07 22:24 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 7+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-06-07 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     47a591d4781fa42418e736190921e590cbf1eb3e
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 22:15:23 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 22:20:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a591d4

dev-erlang/hamcrest: Add new package

It is debundled from net-im/ejabberd-16.04 and therefore inherits
keywords from ejabberd: ~amd64, ~arm, ~ppc and ~x86. ~ia64 and ~sparc
are not inherited because other dependency is missing these keywords and
there's no chance it can get them any time soon.

Package-Manager: portage-2.3.0_rc1

 dev-erlang/hamcrest/Manifest                       |  1 +
 .../hamcrest/hamcrest-0.1.0_p20150103.ebuild       | 38 ++++++++++++++++++++++
 dev-erlang/hamcrest/metadata.xml                   |  8 +++++
 3 files changed, 47 insertions(+)

diff --git a/dev-erlang/hamcrest/Manifest b/dev-erlang/hamcrest/Manifest
new file mode 100644
index 0000000..6c1d4a4
--- /dev/null
+++ b/dev-erlang/hamcrest/Manifest
@@ -0,0 +1 @@
+DIST hamcrest-0.1.0_p20150103.tar.gz 160516 SHA256 4d218370ab4f557636dc4867f5996637e1cfdbc6e5b6d0703591c9be1b8a0860 SHA512 d7ed0db598f15e5a2724c31d35a2e34ca55ff37d715c1e8a4b35fd438567f1ae2c4d266dee7215690e8508f77f625a551b7ecbef06582a9ffddb9d14d895fab8 WHIRLPOOL 4a8af0847ed2586e8038a62c178afcf69e48ae258c5d430824e28315c2beefa7abf9a68bff03959c4793e2738a6aeec7318133c11784e217bb3d6464705a91bf

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
new file mode 100644
index 0000000..f75b91a
--- /dev/null
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Erlang port of Hamcrest"
+HOMEPAGE="https://github.com/hyperthunk/hamcrest-erlang"
+SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${CDEPEND}
+	test? ( >=dev-erlang/proper-1.1 )"
+RDEPEND="${CDEPEND}"
+
+DOCS=( NOTES  README.markdown TODO.md )
+
+# FIXME: Fails, reported upstream:
+# FIXME: https://github.com/hyperthunk/hamcrest-erlang/issues/21
+RESTRICT="test"
+
+# Override with EAPI default because it's missing hamcrest.app.src and doesn't
+# have any deps.
+src_prepare() {
+	default
+}
+
+src_test() {
+	rebar_remove_deps test.config
+	erebar -C test.config compile ct
+}

diff --git a/dev-erlang/hamcrest/metadata.xml b/dev-erlang/hamcrest/metadata.xml
new file mode 100644
index 0000000..674f5ad
--- /dev/null
+++ b/dev-erlang/hamcrest/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>aidecoe@gentoo.org</email>
+		<name>Amadeusz Żołnowski</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/
@ 2016-07-09 14:29 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 7+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-07-09 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     663ae0bb7ca3d7282b9d0dfa0bca67671d62ec49
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 14:19:51 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 14:28:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663ae0bb

dev-erlang/hamcrest: Restrict Erlang version to <19

It doesn't build with >=dev-lang/erlang-19.0.

Package-Manager: portage-2.3.0

 dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
index c4cf81f..25e888d 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 IUSE="test"
 
-CDEPEND=">=dev-lang/erlang-17.1"
+CDEPEND=">=dev-lang/erlang-17.1
+	<dev-lang/erlang-19"
 DEPEND="${CDEPEND}
 	test? ( >=dev-erlang/proper-1.1 )"
 RDEPEND="${CDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/
@ 2016-08-20  3:11 Matthias Maier
  0 siblings, 0 replies; 7+ messages in thread
From: Matthias Maier @ 2016-08-20  3:11 UTC (permalink / raw
  To: gentoo-commits

commit:     afd3506e09e9dbd573b663d97c4e1a4988873146
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 02:31:02 2016 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 03:10:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd3506e

dev-erlang/hamcrest: stabilize 0.1.0_p20150103 on amd64/x86, bug #587908

Package-Manager: portage-2.2.28

 dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
index 787dff1..c8d1690 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 
 CDEPEND=">=dev-lang/erlang-17.1


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/
@ 2016-08-20 20:11 Anthony G. Basile
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2016-08-20 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a5ccfebc983ac291d309121e342461fc703f3c40
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 20:10:24 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 20:10:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ccfebc

dev-erlang/hamcrest: stabilize 0.1.0_p20150103 on ppc, bug #587908

Package-Manager: portage-2.2.28

 dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
index c8d1690..e147ad4 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
 IUSE="test"
 
 CDEPEND=">=dev-lang/erlang-17.1


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/
@ 2020-05-11  5:50 Hanno Böck
  0 siblings, 0 replies; 7+ messages in thread
From: Hanno Böck @ 2020-05-11  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     447292fefd73925a9aee02610487df445a03c4b2
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 05:50:30 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon May 11 05:50:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447292fe

dev-erlang/hamcrest: Change snapshot URL

Mirror in my public_html.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
index 6d92d2d1f42..9880f72dcd6 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.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
@@ -7,7 +7,7 @@ inherit rebar
 
 DESCRIPTION="Erlang port of Hamcrest"
 HOMEPAGE="https://github.com/hyperthunk/hamcrest-erlang"
-SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~hanno/distfiles/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/
@ 2023-12-24 23:16 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2023-12-24 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     aff8f86b933db1bb021a712b1c0585dcb43cab27
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Dec 24 10:50:08 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:16:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff8f86b

dev-erlang/hamcrest: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34457
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
index 9880f72dcd6f..322dc237d72b 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit rebar
 
@@ -15,12 +15,12 @@ KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-CDEPEND=">=dev-lang/erlang-17.1"
-DEPEND="${CDEPEND}
+COMMON_DEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${COMMON_DEPEND}
 	test? ( >=dev-erlang/proper-1.2 )"
-RDEPEND="${CDEPEND}"
+RDEPEND="${COMMON_DEPEND}"
 
-DOCS=( NOTES  README.markdown TODO.md )
+DOCS=( NOTES README.markdown TODO.md )
 
 # Override with EAPI default because it's missing hamcrest.app.src and doesn't
 # have any deps.


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

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/
@ 2024-06-10 20:05 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-06-10 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     fffc9b3dd45fcc4553ba9ca0df06751c373d7bd5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 19:59:30 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 20:05:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffc9b3d

dev-erlang/hamcrest: dekeyword ia64

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
index 2ebc9aa9baab..81eb24852cc6 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~hanno/distfiles/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2024-06-10 20:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-24 23:16 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 20:05 Arthur Zamarin
2020-05-11  5:50 Hanno Böck
2016-08-20 20:11 Anthony G. Basile
2016-08-20  3:11 Matthias Maier
2016-07-09 14:29 Amadeusz Piotr Żołnowski
2016-06-07 22:24 Amadeusz Piotr Żołnowski

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