public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/charinfo_width/
@ 2021-12-07 23:26 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2021-12-07 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     488d05a50e94107a9a2f2cdb2141a75499077830
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 22:51:39 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 23:26:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488d05a5

dev-ml/charinfo_width: new package; add version 1.1.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/charinfo_width/Manifest                    |  1 +
 dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild | 26 +++++++++++++++++++++++
 dev-ml/charinfo_width/metadata.xml                | 13 ++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-ml/charinfo_width/Manifest b/dev-ml/charinfo_width/Manifest
new file mode 100644
index 000000000000..6c9d7c85ff1c
--- /dev/null
+++ b/dev-ml/charinfo_width/Manifest
@@ -0,0 +1 @@
+DIST charinfo_width-1.1.0.tar.gz 8307 BLAKE2B fcb37b82e2eb914322c78bcfebf901d713b55edc1c069b46cb157bbe1292b63aa69f4679f9077308a17e7d31d7c972e6b636ce7dad22fc963aedc33039dfbcfb SHA512 c8dac9eb6f520213de69b23433e2f0d6a21578c70ae69fb682065e707363968959395a6ddc6c88893e08372a138287318634b52a8b4fb70ac988b4ad4a18b140

diff --git a/dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild b/dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild
new file mode 100644
index 000000000000..93fb360c531e
--- /dev/null
+++ b/dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="charInfo_width"
+DUNE_PKG_NAME="${MY_PN}"
+
+inherit dune
+
+DESCRIPTION="Determine column width for a character"
+HOMEPAGE="https://github.com/kandu/charInfo_width"
+SRC_URI="https://github.com/kandu/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/camomile:=
+	dev-ml/ppx_expect:=
+	dev-ml/result:=
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ml/charinfo_width/metadata.xml b/dev-ml/charinfo_width/metadata.xml
new file mode 100644
index 000000000000..75f35c2292c1
--- /dev/null
+++ b/dev-ml/charinfo_width/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ml@gentoo.org</email>
+    <name>ML</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/kandu/charInfo_width/issues/</bugs-to>
+    <remote-id type="github">kandu/charInfo_width</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/charinfo_width/
@ 2023-04-18 21:55 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-04-18 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9e91de615dfca4a7335674c1fd8e2ed71a1f2488
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Tue Apr 18 13:22:32 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 21:55:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e91de61

dev-ml/charinfo_width: require <dev-ml/camomile-2.0.0

Closes: https://bugs.gentoo.org/904505
Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../{charinfo_width-1.1.0.ebuild => charinfo_width-1.1.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild b/dev-ml/charinfo_width/charinfo_width-1.1.0-r1.ebuild
similarity index 87%
rename from dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild
rename to dev-ml/charinfo_width/charinfo_width-1.1.0-r1.ebuild
index 93fb360c531e..6191c758438e 100644
--- a/dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild
+++ b/dev-ml/charinfo_width/charinfo_width-1.1.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_PN="charInfo_width"
 DUNE_PKG_NAME="${MY_PN}"
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-	dev-ml/camomile:=
+	<dev-ml/camomile-2.0.0:=
 	dev-ml/ppx_expect:=
 	dev-ml/result:=
 "


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/charinfo_width/
@ 2024-06-21 19:27 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2024-06-21 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4602301d006bddb1db35f63beb7befc3d04ce773
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 19:26:08 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 19:26:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4602301d

dev-ml/charinfo_width: add 2.0.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/charinfo_width/Manifest                    |  1 +
 dev-ml/charinfo_width/charinfo_width-2.0.0.ebuild | 26 +++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ml/charinfo_width/Manifest b/dev-ml/charinfo_width/Manifest
index 6c9d7c85ff1c..7ca90c0692c2 100644
--- a/dev-ml/charinfo_width/Manifest
+++ b/dev-ml/charinfo_width/Manifest
@@ -1 +1,2 @@
 DIST charinfo_width-1.1.0.tar.gz 8307 BLAKE2B fcb37b82e2eb914322c78bcfebf901d713b55edc1c069b46cb157bbe1292b63aa69f4679f9077308a17e7d31d7c972e6b636ce7dad22fc963aedc33039dfbcfb SHA512 c8dac9eb6f520213de69b23433e2f0d6a21578c70ae69fb682065e707363968959395a6ddc6c88893e08372a138287318634b52a8b4fb70ac988b4ad4a18b140
+DIST charinfo_width-2.0.0.tar.gz 8901 BLAKE2B 46dbacfc52093f03bf694cd74e5871e1b51602e3b36f927192d7c57de063d1210a4af5944dd340b92af84d3f1700a8ad7deffb082e941854002efa5824ea14c8 SHA512 54b875465ca275cfeedcdf0d0f91777020b1425e5062421f9dded01ae8a0299f1ccd749c944861e25e27d0ea96a2b044b71f34cdfcb7fe19fc9ea0cf87a151b8

diff --git a/dev-ml/charinfo_width/charinfo_width-2.0.0.ebuild b/dev-ml/charinfo_width/charinfo_width-2.0.0.ebuild
new file mode 100644
index 000000000000..f83ae74a5e3f
--- /dev/null
+++ b/dev-ml/charinfo_width/charinfo_width-2.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="charInfo_width"
+DUNE_PKG_NAME="${MY_PN}"
+
+inherit dune
+
+DESCRIPTION="Determine column width for a character"
+HOMEPAGE="https://github.com/kandu/charInfo_width"
+SRC_URI="https://github.com/kandu/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	>=dev-ml/camomile-2.0.0:=[ocamlopt?]
+	dev-ml/ppx_expect:=[ocamlopt?]
+	dev-ml/result:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2024-06-21 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18 21:55 [gentoo-commits] repo/gentoo:master commit in: dev-ml/charinfo_width/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21 19:27 Alfredo Tupone
2021-12-07 23:26 Maciej Barć

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