* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
@ 2017-03-09 21:31 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-03-09 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 9eeb96af291d7fcb9eab6b2ea58aef7a315e17eb
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 20:33:41 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 21:31:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eeb96af
dev-ml/ocaml-autoconf: keyword ~arm
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild
index c716ccf1680..9ef426fb883 100644
--- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild
+++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
@ 2017-06-22 11:48 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-06-22 11:48 UTC (permalink / raw
To: gentoo-commits
commit: c1c27233b2980e93c6466de7ccca0c6ba4c05732
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 11:32:28 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 11:47:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c27233
dev-ml/ocaml-autoconf: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild
index 9ef426fb883..194d83a1595 100644
--- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild
+++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
@ 2019-02-09 19:56 Aaron Bauman
0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2019-02-09 19:56 UTC (permalink / raw
To: gentoo-commits
commit: f4165dc2b132ba0217701f5bfa72cddd4fde1481
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Aug 17 15:25:17 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Feb 9 19:55:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4165dc2
dev-ml/ocaml-autoconf: revbump for EAPI7
Closes: https://bugs.gentoo.org/663882
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9600
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
new file mode 100644
index 00000000000..9fba6468f10
--- /dev/null
+++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="autoconf macros to support configuration of OCaml programs and libraries"
+HOMEPAGE="http://ocaml-autoconf.forge.ocamlcore.org/"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+src_install() {
+ emake DESTDIR="${D}" prefix="/usr" install
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
@ 2019-03-07 17:40 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-03-07 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 411fc8e5d1497477a81e4e196438a74acf648d17
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 17:39:32 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 17:40:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411fc8e5
dev-ml/ocaml-autoconf: x86 stable wrt bug #679468
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
index 35f6fbb5cdb..7b2ab99fb8e 100644
--- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
+++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
src_install() {
emake DESTDIR="${D}" prefix="/usr" install
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
@ 2019-03-07 17:40 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-03-07 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 904c434668e89df7151eeaee39e14c786bffe573
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 17:39:04 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 17:40:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904c4346
dev-ml/ocaml-autoconf: ppc stable wrt bug #679468
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
index 59bc71b2622..35f6fbb5cdb 100644
--- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
+++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~x86"
src_install() {
emake DESTDIR="${D}" prefix="/usr" install
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
@ 2019-03-07 17:40 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-03-07 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 635024851193dc13b8eeae42e12a1dbd62fa3f90
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 17:38:41 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 17:40:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63502485
dev-ml/ocaml-autoconf: amd64 stable wrt bug #679468
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
index 9fba6468f10..59bc71b2622 100644
--- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
+++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
src_install() {
emake DESTDIR="${D}" prefix="/usr" install
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
@ 2019-03-07 17:40 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-03-07 17:40 UTC (permalink / raw
To: gentoo-commits
commit: eadad8cb4f7a0b2868dec5011ba830e43a5981c7
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 17:40:30 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 17:40:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadad8cb
dev-ml/ocaml-autoconf: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild
deleted file mode 100644
index 194d83a1595..00000000000
--- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="autoconf macros to support configuration of OCaml programs and libraries"
-HOMEPAGE="http://ocaml-autoconf.forge.ocamlcore.org/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" prefix="/usr" install || die
- dodoc README
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
@ 2020-10-28 3:36 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-10-28 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 3c5cfc40c09f1fc30454c9f599a2d0156e9465e9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:36:06 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:36:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5cfc40
dev-ml/ocaml-autoconf: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
index 7b2ab99fb8e..3543bd9c305 100644
--- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
+++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.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=7
@@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
src_install() {
emake DESTDIR="${D}" prefix="/usr" install
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-10-28 3:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09 21:31 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2017-06-22 11:48 Alexis Ballier
2019-02-09 19:56 Aaron Bauman
2019-03-07 17:40 Mikle Kolyada
2019-03-07 17:40 Mikle Kolyada
2019-03-07 17:40 Mikle Kolyada
2019-03-07 17:40 Mikle Kolyada
2020-10-28 3:36 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox