* [gentoo-commits] repo/gentoo:master commit in: dev-ml/curses/
@ 2022-03-21 10:09 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2022-03-21 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 0cc8154372a2ec661a7a6b43f0f5cb684370f253
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 10:09:24 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 10:09:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc81543
dev-ml/curses: add to the tree
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/curses/Manifest | 1 +
dev-ml/curses/curses-1.0.10.ebuild | 19 +++++++++++++++++++
dev-ml/curses/metadata.xml | 11 +++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-ml/curses/Manifest b/dev-ml/curses/Manifest
new file mode 100644
index 000000000000..71ad4c6f1655
--- /dev/null
+++ b/dev-ml/curses/Manifest
@@ -0,0 +1 @@
+DIST curses-1.0.10.tbz 25780 BLAKE2B 62eba2e769571e73d22ed1cd698e64895be2a78fe53a98feffd98a0ee0914d765e8d9a997792721b7f2fb544d6db88c94e6e6946bf60cd1d3628a987a6891d60 SHA512 158626f3fd6931f30482a47ab149990ff49334c8c0dc966eb07d92f22e87faaab3fd48ed7788bbc5a77f82cb6163520588ce55ab53456bca22994f147c7e00c5
diff --git a/dev-ml/curses/curses-1.0.10.ebuild b/dev-ml/curses/curses-1.0.10.ebuild
new file mode 100644
index 000000000000..5639cdd42574
--- /dev/null
+++ b/dev-ml/curses/curses-1.0.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Bindings to ncurses"
+HOMEPAGE="https://github.com/mbacarella/curses"
+SRC_URI="https://github.com/mbacarella/${PN}/releases/download/${PV}/${P}.tbz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/dune-configurator"
diff --git a/dev-ml/curses/metadata.xml b/dev-ml/curses/metadata.xml
new file mode 100644
index 000000000000..eb7e88206e4c
--- /dev/null
+++ b/dev-ml/curses/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">mbacarella/curses</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/curses/
@ 2022-03-23 21:17 Jakov Smolić
0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2022-03-23 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 181e8ea8515b1de95c266020b35189a3a37a1f98
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 21:17:09 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 21:17:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181e8ea8
dev-ml/curses: Keyword 1.0.10 x86, #835864
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/curses/curses-1.0.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/curses/curses-1.0.10.ebuild b/dev-ml/curses/curses-1.0.10.ebuild
index e925252d6275..b8295ca2a935 100644
--- a/dev-ml/curses/curses-1.0.10.ebuild
+++ b/dev-ml/curses/curses-1.0.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mbacarella/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
DEPEND=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/curses/
@ 2023-02-02 14:42 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2023-02-02 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 5cac4ef33a62c0d21f4730e6c774c8ac1277f0e1
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 14:41:47 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Feb 2 14:41:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cac4ef3
dev-ml/curses: add 1.0.11
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/curses/Manifest | 1 +
dev-ml/curses/curses-1.0.11.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-ml/curses/Manifest b/dev-ml/curses/Manifest
index 71ad4c6f1655..4adfc30bb69e 100644
--- a/dev-ml/curses/Manifest
+++ b/dev-ml/curses/Manifest
@@ -1 +1,2 @@
DIST curses-1.0.10.tbz 25780 BLAKE2B 62eba2e769571e73d22ed1cd698e64895be2a78fe53a98feffd98a0ee0914d765e8d9a997792721b7f2fb544d6db88c94e6e6946bf60cd1d3628a987a6891d60 SHA512 158626f3fd6931f30482a47ab149990ff49334c8c0dc966eb07d92f22e87faaab3fd48ed7788bbc5a77f82cb6163520588ce55ab53456bca22994f147c7e00c5
+DIST curses-1.0.11.tar.gz 28807 BLAKE2B dec943cbde1c4cc15572601e198872a8e17ae0de48f71923c6a8f110f65f2bc882ced5a343823ed83c98b9d30eae23564c013a49e05aa2d700702d4c239de6b2 SHA512 343113ab56ce339d8dc534087c27c88513a15a7d4337187f0d8e939c05730c6f2f4e6ddb2bfa6eed96b38d8e0271762d34be0ecf94bbfcbaeef29c12a362c672
diff --git a/dev-ml/curses/curses-1.0.11.ebuild b/dev-ml/curses/curses-1.0.11.ebuild
new file mode 100644
index 000000000000..38976734e126
--- /dev/null
+++ b/dev-ml/curses/curses-1.0.11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Bindings to ncurses"
+HOMEPAGE="https://github.com/mbacarella/curses"
+SRC_URI="https://github.com/mbacarella/${PN}/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/dune-configurator"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-02 14:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-02 14:42 [gentoo-commits] repo/gentoo:master commit in: dev-ml/curses/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2022-03-23 21:17 Jakov Smolić
2022-03-21 10:09 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox