public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-23 18:45 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-23 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bdb280cb424aab922b22dd09ba0eafa85668c7bd
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Sat Jul 20 17:12:41 2024 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Sat Aug 23 18:43:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdb280cb

app-misc/cepl: new package, add 9.0.2

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest          |  1 +
 app-misc/cepl/cepl-9.0.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
 app-misc/cepl/metadata.xml      | 12 ++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
new file mode 100644
index 0000000000..95269aec02
--- /dev/null
+++ b/app-misc/cepl/Manifest
@@ -0,0 +1 @@
+DIST cepl-9.0.2.tar.gz 2007846 BLAKE2B ceedaeeaf1fbf684ce9d260e52951ce0e97ca1313bcdc08e37ac5bce1616245c140e0411b92e209822116da92a7bf70f0d647c3c426a8114912f2f5784fbf902 SHA512 c14ceb0bcc512849969e6979437ff09942fcf73b5f4924a27d6c2f468532a52bb1b0110393d7fa3d78b90fa7ced2dab73d2101cc12b97b01f64c5d161c4ae35a

diff --git a/app-misc/cepl/cepl-9.0.2.ebuild b/app-misc/cepl/cepl-9.0.2.ebuild
new file mode 100644
index 0000000000..7e5373c0b9
--- /dev/null
+++ b/app-misc/cepl/cepl-9.0.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A readline C and C++ REPL with history, tab-completion, and undo."
+HOMEPAGE="https://github.com/alyptik/cepl"
+SRC_URI="https://github.com/alyptik/cepl/releases/download/v${PV}/${P}.tar.gz"
+S="${WORKDIR}"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RDEPEND="
+	sys-libs/readline:=
+	virtual/libelf:=
+	"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eapply_user
+}
+
+src_compile() {
+	tc-export CC
+	export {C,LD}FLAGS
+	emake cepl
+}
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+	# uncompress manpage to silence QA warning
+	bzip2 -d "${D}${EPREFIX}/usr/share/man/man1/cepl.1.bz2"
+}

diff --git a/app-misc/cepl/metadata.xml b/app-misc/cepl/metadata.xml
new file mode 100644
index 0000000000..413135f5a4
--- /dev/null
+++ b/app-misc/cepl/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>joeypabalinas@gmail.com</email>
+		<name>Joey Pabalinas</name>
+		<description>jp</description>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">alyptik/cepl</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-28 17:19 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-28 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9fe340dbcc8a0655aa46e821d078927893b7f6dc
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 17:16:38 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 17:19:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fe340db

app-misc/cepl: add 9.0.3, drop 9.0.2

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                 | 2 +-
 app-misc/cepl/{cepl-9.0.2.ebuild => cepl-9.0.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 95269aec02..21a74a4211 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-9.0.2.tar.gz 2007846 BLAKE2B ceedaeeaf1fbf684ce9d260e52951ce0e97ca1313bcdc08e37ac5bce1616245c140e0411b92e209822116da92a7bf70f0d647c3c426a8114912f2f5784fbf902 SHA512 c14ceb0bcc512849969e6979437ff09942fcf73b5f4924a27d6c2f468532a52bb1b0110393d7fa3d78b90fa7ced2dab73d2101cc12b97b01f64c5d161c4ae35a
+DIST cepl-9.0.3.tar.gz 2008279 BLAKE2B 842cc53a11e2866d68690df4d4c1df123dd5996a86612b2420b45df9e103432bd38eddee1a1b92115d0465b154610090b885663b39c29236cd2ead68f77df01e SHA512 7db7e8d19315f3eccb5f37dd60aaf26028a1cfbd69925c92781dba4a7e1f6bfd747f89a0fa7cb8303879dc1afcba8e89f6b6122069c4a03163a86dd572e6fd2d

diff --git a/app-misc/cepl/cepl-9.0.2.ebuild b/app-misc/cepl/cepl-9.0.3.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-9.0.2.ebuild
rename to app-misc/cepl/cepl-9.0.3.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-29 15:58 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-29 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     706c4aad61f7cac02bcf9bc8642a70e81689da83
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Fri Aug 29 15:57:09 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Fri Aug 29 15:57:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=706c4aad

app-misc/cepl: add 9.1.0, drop 9.0.3

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                 | 2 +-
 app-misc/cepl/{cepl-9.0.3.ebuild => cepl-9.1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 21a74a4211..63c8354179 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-9.0.3.tar.gz 2008279 BLAKE2B 842cc53a11e2866d68690df4d4c1df123dd5996a86612b2420b45df9e103432bd38eddee1a1b92115d0465b154610090b885663b39c29236cd2ead68f77df01e SHA512 7db7e8d19315f3eccb5f37dd60aaf26028a1cfbd69925c92781dba4a7e1f6bfd747f89a0fa7cb8303879dc1afcba8e89f6b6122069c4a03163a86dd572e6fd2d
+DIST cepl-9.1.0.tar.gz 2008148 BLAKE2B c29ed5920c2658bfc23721738dca585decfc8a7aa93cec1caff476fba40fcbd63bb6f6805423972bacba4932a553ae2a946907df25e4eb1c4db1bfd558b5cf85 SHA512 c5215983b25ae25aa8a35c406761381e545cc4ee9c1f7178745647f837b83b774505a5dfb6ef716aec2fcbf8306b81e1769d60b6b6b16a776c6c8596c41e1b9c

diff --git a/app-misc/cepl/cepl-9.0.3.ebuild b/app-misc/cepl/cepl-9.1.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-9.0.3.ebuild
rename to app-misc/cepl/cepl-9.1.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-29 16:42 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-29 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6126e06bb67c0b69e419031b0ef65e2101a941
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Fri Aug 29 16:40:58 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Fri Aug 29 16:41:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b6126e0

app-misc/cepl: add 9.1.1, drop 9.1.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                 | 2 +-
 app-misc/cepl/{cepl-9.1.0.ebuild => cepl-9.1.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 63c8354179..32561cae08 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-9.1.0.tar.gz 2008148 BLAKE2B c29ed5920c2658bfc23721738dca585decfc8a7aa93cec1caff476fba40fcbd63bb6f6805423972bacba4932a553ae2a946907df25e4eb1c4db1bfd558b5cf85 SHA512 c5215983b25ae25aa8a35c406761381e545cc4ee9c1f7178745647f837b83b774505a5dfb6ef716aec2fcbf8306b81e1769d60b6b6b16a776c6c8596c41e1b9c
+DIST cepl-9.1.1.tar.gz 2008147 BLAKE2B 68823c4917ca6aa3736b397e7fb79eab4949d01f7800652e1fb697530658665139f537d5aadfa9750f75f448b39e2dbf4220ec8f6fb511cbd66cdb92879dc0ee SHA512 24541e9feed43466c5fb3ecca5e39000769751345b4c54d7fd13ecd6f258a9157b2a88262b9331979b91b468192aa492140029dad3464a0f80b3cfc7f93690d9

diff --git a/app-misc/cepl/cepl-9.1.0.ebuild b/app-misc/cepl/cepl-9.1.1.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-9.1.0.ebuild
rename to app-misc/cepl/cepl-9.1.1.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-30 13:21 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-30 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b5b5ce758823dc633fcecb32eb2afe660ae3ef2a
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Sat Aug 30 13:20:12 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Sat Aug 30 13:20:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5b5ce75

app-misc/cepl: add 9.2.0, drop 9.1.1

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                 | 2 +-
 app-misc/cepl/{cepl-9.1.1.ebuild => cepl-9.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 32561cae08..d6dfd76af9 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-9.1.1.tar.gz 2008147 BLAKE2B 68823c4917ca6aa3736b397e7fb79eab4949d01f7800652e1fb697530658665139f537d5aadfa9750f75f448b39e2dbf4220ec8f6fb511cbd66cdb92879dc0ee SHA512 24541e9feed43466c5fb3ecca5e39000769751345b4c54d7fd13ecd6f258a9157b2a88262b9331979b91b468192aa492140029dad3464a0f80b3cfc7f93690d9
+DIST cepl-9.2.0.tar.gz 2007806 BLAKE2B 18b9d986d681e81c745655f107fc9e225de95cf10538339c8f4680713b5d957eae7536033fe8e44b583488f1fb3ce5f607ab4c146f60d00a623f9dce931ce3f7 SHA512 db79ad0954ece7d89ae036ae9c57b25ddbd28520903452abdd99b547ee479db8128b8946fcf574aafe681f00f1235e935eff26f123516d8c2089d4961d19ac1a

diff --git a/app-misc/cepl/cepl-9.1.1.ebuild b/app-misc/cepl/cepl-9.2.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-9.1.1.ebuild
rename to app-misc/cepl/cepl-9.2.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-30 17:09 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-30 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d5fce9f750b08f0e1294abeb9544e815bc7cd742
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Sat Aug 30 17:07:30 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Sat Aug 30 17:07:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5fce9f7

app-misc/cepl: add 9.3.0, drop 9.2.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                 | 2 +-
 app-misc/cepl/{cepl-9.2.0.ebuild => cepl-9.3.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index d6dfd76af9..57449552e6 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-9.2.0.tar.gz 2007806 BLAKE2B 18b9d986d681e81c745655f107fc9e225de95cf10538339c8f4680713b5d957eae7536033fe8e44b583488f1fb3ce5f607ab4c146f60d00a623f9dce931ce3f7 SHA512 db79ad0954ece7d89ae036ae9c57b25ddbd28520903452abdd99b547ee479db8128b8946fcf574aafe681f00f1235e935eff26f123516d8c2089d4961d19ac1a
+DIST cepl-9.3.0.tar.gz 2007402 BLAKE2B 3c9a5c54b76fac953857cd6e96fa39ed8bbdbd133e52b5780f75030b5fc77ee01dd4994939dbb6c8e0223ea2a261ce7df464715857c37366aa9c26a87541010d SHA512 5183a5a33d4199edda6446840436144124265b0cb9453e83d27a8629788ef6f7ddce6d9cdbb71b388a1fa097235d55185afbe1cfcdc3133767da0abc5c4c2a22

diff --git a/app-misc/cepl/cepl-9.2.0.ebuild b/app-misc/cepl/cepl-9.3.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-9.2.0.ebuild
rename to app-misc/cepl/cepl-9.3.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-31  5:56 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-31  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3bc5b55dbbb0d0a3c0838bf049727f8972192c82
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Sun Aug 31 05:55:26 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Sun Aug 31 05:55:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bc5b55d

app-misc/cepl: add 10.0.0, drop 9.3.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                  | 2 +-
 app-misc/cepl/{cepl-9.3.0.ebuild => cepl-10.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 57449552e6..8fa7d91de0 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-9.3.0.tar.gz 2007402 BLAKE2B 3c9a5c54b76fac953857cd6e96fa39ed8bbdbd133e52b5780f75030b5fc77ee01dd4994939dbb6c8e0223ea2a261ce7df464715857c37366aa9c26a87541010d SHA512 5183a5a33d4199edda6446840436144124265b0cb9453e83d27a8629788ef6f7ddce6d9cdbb71b388a1fa097235d55185afbe1cfcdc3133767da0abc5c4c2a22
+DIST cepl-10.0.0.tar.gz 2007408 BLAKE2B df06e1342572f0f9969ffb4781301ac0b7c080c32cad35a67eca6d4a1184f16a2944229350619342c89b7863bcfb10ffe91ec86df0da1d1f68f8d0a9d3b96d06 SHA512 a9a5518be22b17a2d72da77171fdbd52e49aeebb6e848bd64e17bd7747a6333db3253775dfab894f84a26e67e9dcd0fb85e8a653ee177b051edb0a7c946d2119

diff --git a/app-misc/cepl/cepl-9.3.0.ebuild b/app-misc/cepl/cepl-10.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-9.3.0.ebuild
rename to app-misc/cepl/cepl-10.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-31  6:53 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-31  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6570af60254831e4f9162296400f364fa3ff1e37
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Sun Aug 31 06:51:28 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Sun Aug 31 06:51:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6570af60

app-misc/cepl: add 11.0.0, drop 10.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-10.0.0.ebuild => cepl-11.0.0.ebuild} | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 8fa7d91de0..3a918ccf76 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-10.0.0.tar.gz 2007408 BLAKE2B df06e1342572f0f9969ffb4781301ac0b7c080c32cad35a67eca6d4a1184f16a2944229350619342c89b7863bcfb10ffe91ec86df0da1d1f68f8d0a9d3b96d06 SHA512 a9a5518be22b17a2d72da77171fdbd52e49aeebb6e848bd64e17bd7747a6333db3253775dfab894f84a26e67e9dcd0fb85e8a653ee177b051edb0a7c946d2119
+DIST cepl-11.0.0.tar.gz 2007793 BLAKE2B 7b1c9fb778bc5a095253512da0dbe7ca7d3b8906869447045d661c8354205206b230dfc7f7980cd52f04baf059531e0493b2b61b1fddce0fdc32e9948afb3d32 SHA512 1f33d53f5583b7412998079a24dcd90db196d2a57668c05326098ca6abe083e36d09f1fc435b77d3af8b2ca934f063b67068484972ed07f1790a5ef8a618ca1b

diff --git a/app-misc/cepl/cepl-10.0.0.ebuild b/app-misc/cepl/cepl-11.0.0.ebuild
similarity index 86%
rename from app-misc/cepl/cepl-10.0.0.ebuild
rename to app-misc/cepl/cepl-11.0.0.ebuild
index 7e5373c0b9..b93ed065d1 100644
--- a/app-misc/cepl/cepl-10.0.0.ebuild
+++ b/app-misc/cepl/cepl-11.0.0.ebuild
@@ -30,6 +30,4 @@ src_compile() {
 
 src_install() {
 	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-	# uncompress manpage to silence QA warning
-	bzip2 -d "${D}${EPREFIX}/usr/share/man/man1/cepl.1.bz2"
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-08-31 17:19 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-08-31 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1b5a220d8e15475561f98d5dfc628acd601b688c
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Sun Aug 31 17:18:27 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Sun Aug 31 17:19:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b5a220d

app-misc/cepl: add 12.0.0, drop 11.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-11.0.0.ebuild => cepl-12.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 3a918ccf76..7d298f085e 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-11.0.0.tar.gz 2007793 BLAKE2B 7b1c9fb778bc5a095253512da0dbe7ca7d3b8906869447045d661c8354205206b230dfc7f7980cd52f04baf059531e0493b2b61b1fddce0fdc32e9948afb3d32 SHA512 1f33d53f5583b7412998079a24dcd90db196d2a57668c05326098ca6abe083e36d09f1fc435b77d3af8b2ca934f063b67068484972ed07f1790a5ef8a618ca1b
+DIST cepl-12.0.0.tar.gz 2007442 BLAKE2B 056a3880ea2c871c3902cd6d66b49ebbf1563258c2f025492b1333f78e329b46cda68c603d0e174ca7d8ff59155332e20e3131a84e9b3ca8ade02ddb35a65656 SHA512 7939d4e568cba85fb410ce2cea14f44902804834cdf13c793e3c5ff4cbbfd9692ef1fd9ffe0180ddf0acbc8cd198f0d1223d5d39b3bbb4addcc2081a6e0c5212

diff --git a/app-misc/cepl/cepl-11.0.0.ebuild b/app-misc/cepl/cepl-12.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-11.0.0.ebuild
rename to app-misc/cepl/cepl-12.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-01 17:12 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-01 17:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b325b4e0d57556c8121e823ebcc43809a184508c
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 17:11:12 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 17:11:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b325b4e0

app-misc/cepl: add 13.0.0, drop 12.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-12.0.0.ebuild => cepl-13.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 7d298f085e..28f910a81b 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-12.0.0.tar.gz 2007442 BLAKE2B 056a3880ea2c871c3902cd6d66b49ebbf1563258c2f025492b1333f78e329b46cda68c603d0e174ca7d8ff59155332e20e3131a84e9b3ca8ade02ddb35a65656 SHA512 7939d4e568cba85fb410ce2cea14f44902804834cdf13c793e3c5ff4cbbfd9692ef1fd9ffe0180ddf0acbc8cd198f0d1223d5d39b3bbb4addcc2081a6e0c5212
+DIST cepl-13.0.0.tar.gz 2007565 BLAKE2B b326d5bf93501eda4be8258fd7405dfd8edd75aa1d00afcd23097e656f6781ab0e365942538c63f521d3a79aa665a7e035ae86aebd72cab96b5570261f886948 SHA512 93834b698a5008937893efbd0e9c3b2c668125d1b4a09c7d955676365d837fccf5fbf3849eee79eb790d10c817285e6f0a5ffb45626ced63fe0c573f217031d2

diff --git a/app-misc/cepl/cepl-12.0.0.ebuild b/app-misc/cepl/cepl-13.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-12.0.0.ebuild
rename to app-misc/cepl/cepl-13.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-01 20:56 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-01 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f3cd1efb13201eba404099cb74c648a13fcb9d33
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 20:56:02 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 20:56:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3cd1efb

app-misc/cepl: add 13.1.0, drop 13.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-13.0.0.ebuild => cepl-13.1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 28f910a81b..a8476a8399 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-13.0.0.tar.gz 2007565 BLAKE2B b326d5bf93501eda4be8258fd7405dfd8edd75aa1d00afcd23097e656f6781ab0e365942538c63f521d3a79aa665a7e035ae86aebd72cab96b5570261f886948 SHA512 93834b698a5008937893efbd0e9c3b2c668125d1b4a09c7d955676365d837fccf5fbf3849eee79eb790d10c817285e6f0a5ffb45626ced63fe0c573f217031d2
+DIST cepl-13.1.0.tar.gz 2008136 BLAKE2B 5de60e53cca4a5b3d225cc2a160bff4292e8029c9fedafe07c76657ae8c9d7fa35cf40a999a8d575736ca07252bc2094cefe139f304968dd3ffe21ac91f40948 SHA512 e276a1ca50f32b8daa336fe47c669719d285c41920e2cfa3f9eefe3358ab65b6257867a63e6784b2751bc1fb0c767d9b7c9cb9d11d3628f1d9b5fc80f945a7ba

diff --git a/app-misc/cepl/cepl-13.0.0.ebuild b/app-misc/cepl/cepl-13.1.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-13.0.0.ebuild
rename to app-misc/cepl/cepl-13.1.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-01 22:18 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-01 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ef163f50584dacd3fb7e8b0fb2793a8ef7d3ac00
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 22:17:23 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 22:17:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef163f50

app-misc/cepl: add 14.0.0, drop 13.1.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-13.1.0.ebuild => cepl-14.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index a8476a8399..8ef6495156 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-13.1.0.tar.gz 2008136 BLAKE2B 5de60e53cca4a5b3d225cc2a160bff4292e8029c9fedafe07c76657ae8c9d7fa35cf40a999a8d575736ca07252bc2094cefe139f304968dd3ffe21ac91f40948 SHA512 e276a1ca50f32b8daa336fe47c669719d285c41920e2cfa3f9eefe3358ab65b6257867a63e6784b2751bc1fb0c767d9b7c9cb9d11d3628f1d9b5fc80f945a7ba
+DIST cepl-14.0.0.tar.gz 2002786 BLAKE2B a2b48fb2fbe8e80b0a6b57426c9d7913e276287bab705a2211c4c6df6f499a55918913857c689e868e403f95a6962cb2cdfc929f46a18b101f5f0dae178048a7 SHA512 cd1c6d04b6a8b61414420f18cfc101ba0703538dd83316e020aba7d58803f3849032c562b26de3dca86a0e3fddff31cd237a2f2cd6915fe25f379c7ec722d449

diff --git a/app-misc/cepl/cepl-13.1.0.ebuild b/app-misc/cepl/cepl-14.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-13.1.0.ebuild
rename to app-misc/cepl/cepl-14.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-01 22:47 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-01 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5ebb47decc91db3193814fb50cea90451f857060
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 22:47:18 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 22:47:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ebb47de

app-misc/cepl: add 15.0.0, drop 14.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-14.0.0.ebuild => cepl-15.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 8ef6495156..77f7181ea4 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-14.0.0.tar.gz 2002786 BLAKE2B a2b48fb2fbe8e80b0a6b57426c9d7913e276287bab705a2211c4c6df6f499a55918913857c689e868e403f95a6962cb2cdfc929f46a18b101f5f0dae178048a7 SHA512 cd1c6d04b6a8b61414420f18cfc101ba0703538dd83316e020aba7d58803f3849032c562b26de3dca86a0e3fddff31cd237a2f2cd6915fe25f379c7ec722d449
+DIST cepl-15.0.0.tar.gz 2002002 BLAKE2B d64f9e51b719be3bbb6d11568c51f2f4761a05921e62110d86aeb94fbdba541145b927c84b6409ee1536ccacd4567f5e6e0c10b154cd3edc21fe6f219c366544 SHA512 d735f0540045cb0b587ae070b4260ea606fad41c107c3c5d7248f8bdf097fb939752ffbcb414aaf0728634dfff867092cc3d1e62c7c34ee1aa04b19776b3cdcb

diff --git a/app-misc/cepl/cepl-14.0.0.ebuild b/app-misc/cepl/cepl-15.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-14.0.0.ebuild
rename to app-misc/cepl/cepl-15.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-01 23:20 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-01 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d904264c5e8a6fecbe5e25500668c0c26a39f357
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 23:19:57 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 23:19:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d904264c

app-misc/cepl: add 15.1.0, drop 15.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-15.0.0.ebuild => cepl-15.1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 77f7181ea4..57327e0b5b 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-15.0.0.tar.gz 2002002 BLAKE2B d64f9e51b719be3bbb6d11568c51f2f4761a05921e62110d86aeb94fbdba541145b927c84b6409ee1536ccacd4567f5e6e0c10b154cd3edc21fe6f219c366544 SHA512 d735f0540045cb0b587ae070b4260ea606fad41c107c3c5d7248f8bdf097fb939752ffbcb414aaf0728634dfff867092cc3d1e62c7c34ee1aa04b19776b3cdcb
+DIST cepl-15.1.0.tar.gz 2002009 BLAKE2B edd7544f89580edb514cc9949d7e7bfcc3a7fecc48c2d0f9c21023597939c21bb4b4450fbd82f1824e7596e89baddb178d3231b519bf2d223030c291ca2ff4c8 SHA512 92fc5d3ad71af721f4c0e3d3994ecf6c159ee928d1e24162de117febd848dbc9b999befdff9a579bf1b27553b988dc5bb08ad3b4c0615a0187afc51ed6f5d1e5

diff --git a/app-misc/cepl/cepl-15.0.0.ebuild b/app-misc/cepl/cepl-15.1.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-15.0.0.ebuild
rename to app-misc/cepl/cepl-15.1.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-01 23:36 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-01 23:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e182c86f4b08036bd873919d17381b6282d77fbf
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 23:36:30 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 23:36:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e182c86f

app-misc/cepl: add 15.2.0, drop 15.1.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-15.1.0.ebuild => cepl-15.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 57327e0b5b..b1155409c2 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-15.1.0.tar.gz 2002009 BLAKE2B edd7544f89580edb514cc9949d7e7bfcc3a7fecc48c2d0f9c21023597939c21bb4b4450fbd82f1824e7596e89baddb178d3231b519bf2d223030c291ca2ff4c8 SHA512 92fc5d3ad71af721f4c0e3d3994ecf6c159ee928d1e24162de117febd848dbc9b999befdff9a579bf1b27553b988dc5bb08ad3b4c0615a0187afc51ed6f5d1e5
+DIST cepl-15.2.0.tar.gz 2001975 BLAKE2B 31565245b1d58fbf2447a9ec79138138ceacdb4fc9eefc44c64a999c6ffb4c31ab5e1ab7a0148742e00ae0c18f534ed82640972c5aee8f3343c622edf80e7394 SHA512 c6cddd757d5636717ab3d89b0181f9d694ca957710c647ae0d0404a57dcf3898f582b76c10e0186a1da75df79c77a2a3be9db4efb2a74af8e8ac112180020b67

diff --git a/app-misc/cepl/cepl-15.1.0.ebuild b/app-misc/cepl/cepl-15.2.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-15.1.0.ebuild
rename to app-misc/cepl/cepl-15.2.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-02  0:25 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-02  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3fb046eb6ad1babc1b217214e71fb7279ee4792e
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Tue Sep  2 00:24:52 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Tue Sep  2 00:24:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fb046eb

app-misc/cepl: add 16.0.0, drop 15.2.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-15.2.0.ebuild => cepl-16.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index b1155409c2..60189aa9c7 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-15.2.0.tar.gz 2001975 BLAKE2B 31565245b1d58fbf2447a9ec79138138ceacdb4fc9eefc44c64a999c6ffb4c31ab5e1ab7a0148742e00ae0c18f534ed82640972c5aee8f3343c622edf80e7394 SHA512 c6cddd757d5636717ab3d89b0181f9d694ca957710c647ae0d0404a57dcf3898f582b76c10e0186a1da75df79c77a2a3be9db4efb2a74af8e8ac112180020b67
+DIST cepl-16.0.0.tar.gz 2002011 BLAKE2B d44e6c3ad80ccd6455b95afadd13fe533ffecf01f715c7360517661a3ad5df0c23c08e84ff1221c09a29a315ba62deb3e49c099de67ebacb81649248d3beac62 SHA512 61e5341e4199c14bd031a4cabcd23f6bc4008e4a5ad30402424044ec66fe577d8dc1176773e894fb858a898569c2f33e5a95d9c36d96ff220ddcfb89c1ecbfb4

diff --git a/app-misc/cepl/cepl-15.2.0.ebuild b/app-misc/cepl/cepl-16.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-15.2.0.ebuild
rename to app-misc/cepl/cepl-16.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-02  1:15 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-02  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     669c62d99bcf6f47e59a63102bae898d18396a87
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Tue Sep  2 01:15:13 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Tue Sep  2 01:15:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=669c62d9

app-misc/cepl: add 17.0.0, drop 16.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-16.0.0.ebuild => cepl-17.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 60189aa9c7..8435252d0b 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-16.0.0.tar.gz 2002011 BLAKE2B d44e6c3ad80ccd6455b95afadd13fe533ffecf01f715c7360517661a3ad5df0c23c08e84ff1221c09a29a315ba62deb3e49c099de67ebacb81649248d3beac62 SHA512 61e5341e4199c14bd031a4cabcd23f6bc4008e4a5ad30402424044ec66fe577d8dc1176773e894fb858a898569c2f33e5a95d9c36d96ff220ddcfb89c1ecbfb4
+DIST cepl-17.0.0.tar.gz 2001538 BLAKE2B 31256d60c60b27751d7933e0de54e60856f31373f92fc6f630a4850b40fd9ad256691c675371f3c76cdf29de3b565134d0324975ebbd9bdc67db62195a4fa113 SHA512 596ad5ed05b0af1ea95fb1517687f2167f477a9aea27c746f33d6ef7f9ec00c08494e6e08055755be7b0dcc345e3cd769d45eed93dda630769f0a80023a1422a

diff --git a/app-misc/cepl/cepl-16.0.0.ebuild b/app-misc/cepl/cepl-17.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-16.0.0.ebuild
rename to app-misc/cepl/cepl-17.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-02  6:44 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-02  6:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fff99c10c44afbd8e34d87cb805ac8253966a5f4
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Tue Sep  2 06:43:11 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Tue Sep  2 06:43:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fff99c10

app-misc/cepl: add 17.0.1, drop 17.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-17.0.0.ebuild => cepl-17.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 8435252d0b..6a1a0f287f 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-17.0.0.tar.gz 2001538 BLAKE2B 31256d60c60b27751d7933e0de54e60856f31373f92fc6f630a4850b40fd9ad256691c675371f3c76cdf29de3b565134d0324975ebbd9bdc67db62195a4fa113 SHA512 596ad5ed05b0af1ea95fb1517687f2167f477a9aea27c746f33d6ef7f9ec00c08494e6e08055755be7b0dcc345e3cd769d45eed93dda630769f0a80023a1422a
+DIST cepl-17.0.1.tar.gz 2001530 BLAKE2B da767bbd1c03b8d258a546b74ac75dfc4b284e54651946324aff17a4853fb1ae00aff201f553eae9c7d9ca73d5b07ce56787d494943dc1a4ba2b442474114d03 SHA512 ae4e507941f6dbb49afb607a40e9588e7b0477a7d4db046358301a0e4f1e084e5e4928d6d5979e0a1a0694c130d960d67a8b02723f3b4285fb26b1721bdcb1a8

diff --git a/app-misc/cepl/cepl-17.0.0.ebuild b/app-misc/cepl/cepl-17.0.1.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-17.0.0.ebuild
rename to app-misc/cepl/cepl-17.0.1.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-02  7:58 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-02  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     928fe166df17b58c7fef81caf8a4e9460cc9eee2
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Tue Sep  2 07:57:52 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Tue Sep  2 07:57:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=928fe166

app-misc/cepl: add 18.0.0, drop 17.0.1

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-17.0.1.ebuild => cepl-18.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 6a1a0f287f..ac0788eff9 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-17.0.1.tar.gz 2001530 BLAKE2B da767bbd1c03b8d258a546b74ac75dfc4b284e54651946324aff17a4853fb1ae00aff201f553eae9c7d9ca73d5b07ce56787d494943dc1a4ba2b442474114d03 SHA512 ae4e507941f6dbb49afb607a40e9588e7b0477a7d4db046358301a0e4f1e084e5e4928d6d5979e0a1a0694c130d960d67a8b02723f3b4285fb26b1721bdcb1a8
+DIST cepl-18.0.0.tar.gz 18954 BLAKE2B 242323446102bad8f09d644f607526d5bea5ea8ed67174604254869fe25ce7a8b2e6e854c9a395760f52fdca4c7007082a0117950e32c000da21bb668f55f5ea SHA512 65920082db72d2f9935e5c267b1e8e3615986697b04e2b79def720ae8d841b2aac930de2e3d311411b8e55e4fffc64d7a3d4e7396e630699349c5545c94a2490

diff --git a/app-misc/cepl/cepl-17.0.1.ebuild b/app-misc/cepl/cepl-18.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-17.0.1.ebuild
rename to app-misc/cepl/cepl-18.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-02  8:19 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-02  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     86c8867cd0637b174e8431a1e050b81f9fe7af7d
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Tue Sep  2 08:18:36 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Tue Sep  2 08:18:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86c8867c

app-misc/cepl: add 19.0.0, drop 18.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-18.0.0.ebuild => cepl-19.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index ac0788eff9..78ea626a72 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-18.0.0.tar.gz 18954 BLAKE2B 242323446102bad8f09d644f607526d5bea5ea8ed67174604254869fe25ce7a8b2e6e854c9a395760f52fdca4c7007082a0117950e32c000da21bb668f55f5ea SHA512 65920082db72d2f9935e5c267b1e8e3615986697b04e2b79def720ae8d841b2aac930de2e3d311411b8e55e4fffc64d7a3d4e7396e630699349c5545c94a2490
+DIST cepl-19.0.0.tar.gz 18972 BLAKE2B f23e485f83344d4a8b846c6d60a2ca5feaf16f4f01f2a08f1cfe454613e6366a038a15550db3588639eb3505d6eaa8a11ed9faa10323e52ef48caf908c1c3462 SHA512 f44b07b14350d4f96a2c82222deafe537305224b479bbb64f70fda408426e764368b91449a45c2dad75938788773d8b888013c672f3b47e2caafe8684b5921d5

diff --git a/app-misc/cepl/cepl-18.0.0.ebuild b/app-misc/cepl/cepl-19.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-18.0.0.ebuild
rename to app-misc/cepl/cepl-19.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-02  9:45 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-02  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     66d8b2e2813941c27946af66dd71093a77be5f57
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Tue Sep  2 09:44:50 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Tue Sep  2 09:45:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66d8b2e2

app-misc/cepl: add 20.0.0, drop 19.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-19.0.0.ebuild => cepl-20.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 78ea626a72..b396242cb4 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-19.0.0.tar.gz 18972 BLAKE2B f23e485f83344d4a8b846c6d60a2ca5feaf16f4f01f2a08f1cfe454613e6366a038a15550db3588639eb3505d6eaa8a11ed9faa10323e52ef48caf908c1c3462 SHA512 f44b07b14350d4f96a2c82222deafe537305224b479bbb64f70fda408426e764368b91449a45c2dad75938788773d8b888013c672f3b47e2caafe8684b5921d5
+DIST cepl-20.0.0.tar.gz 18969 BLAKE2B 619ddfc6c31ccf6052ed19f8fbe318f094eb5e1a0c14df10a68a469dbf641e626881c8aded7190460332c0923841d457446f2f077774aa738e5f4d943c51e1f0 SHA512 b4fe83cfdec4ca42ae55a9e01cfb8637edac86a5602dadc0a0822c01bcac7cbaf18e1554113755a7d47bb97d6245385af48b91d3caf8c16d74c3f2c5c685db1e

diff --git a/app-misc/cepl/cepl-19.0.0.ebuild b/app-misc/cepl/cepl-20.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-19.0.0.ebuild
rename to app-misc/cepl/cepl-20.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-02 17:14 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-02 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     202294784d733e621b21129acd7ecf385d0a996a
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Tue Sep  2 17:12:29 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Tue Sep  2 17:14:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20229478

app-misc/cepl: add 21.0.0, drop 20.0.0

Add "debug" USE flag.

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-20.0.0.ebuild => cepl-21.0.0.ebuild} | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index b396242cb4..967a27603a 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-20.0.0.tar.gz 18969 BLAKE2B 619ddfc6c31ccf6052ed19f8fbe318f094eb5e1a0c14df10a68a469dbf641e626881c8aded7190460332c0923841d457446f2f077774aa738e5f4d943c51e1f0 SHA512 b4fe83cfdec4ca42ae55a9e01cfb8637edac86a5602dadc0a0822c01bcac7cbaf18e1554113755a7d47bb97d6245385af48b91d3caf8c16d74c3f2c5c685db1e
+DIST cepl-21.0.0.tar.gz 19097 BLAKE2B ce1e914b71d7cc51d179c1f4ec0cf15975fbc156c49a02e629afa7cc16a9f8b34f98798ecd3c59ac988a6265765573e0bc3b04121bf06085ef1feb8c7c4f552d SHA512 47cd760dddd380467e6ecf31455f6bcf11a3553c38e72285b248f04e352be23f40cb8343d1717acb0542639740edb751aa1d4a1b306d58d3f14e550ceb713f14

diff --git a/app-misc/cepl/cepl-20.0.0.ebuild b/app-misc/cepl/cepl-21.0.0.ebuild
similarity index 85%
rename from app-misc/cepl/cepl-20.0.0.ebuild
rename to app-misc/cepl/cepl-21.0.0.ebuild
index b93ed065d1..f37b501490 100644
--- a/app-misc/cepl/cepl-20.0.0.ebuild
+++ b/app-misc/cepl/cepl-21.0.0.ebuild
@@ -12,6 +12,7 @@ S="${WORKDIR}"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+IUSE="debug"
 RDEPEND="
 	sys-libs/readline:=
 	virtual/libelf:=
@@ -19,13 +20,18 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 src_prepare() {
+	default
 	eapply_user
 }
 
 src_compile() {
+	local myemakeargs=()
+
 	tc-export CC
 	export {C,LD}FLAGS
-	emake cepl
+
+	use debug && myemakeargs+="debug"
+	emake "${myemakeargs[@]}"
 }
 
 src_install() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-03 15:37 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-03 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e52e0579d8442371cd9432b20164af0988c67d3d
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Wed Sep  3 15:36:54 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Wed Sep  3 15:36:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e52e0579

app-misc/cepl: add 22.0.0, drop 21.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-21.0.0.ebuild => cepl-22.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 967a27603a..4d3b49eae5 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-21.0.0.tar.gz 19097 BLAKE2B ce1e914b71d7cc51d179c1f4ec0cf15975fbc156c49a02e629afa7cc16a9f8b34f98798ecd3c59ac988a6265765573e0bc3b04121bf06085ef1feb8c7c4f552d SHA512 47cd760dddd380467e6ecf31455f6bcf11a3553c38e72285b248f04e352be23f40cb8343d1717acb0542639740edb751aa1d4a1b306d58d3f14e550ceb713f14
+DIST cepl-22.0.0.tar.gz 18395 BLAKE2B 3f4a0ac89fc5ed82b6fef446563d116dc3b1b286bedfa827495d0d715c7fc50bb0709ca7786695923c389f75f2ace44dc8998e7390c48e12d0c806815d7a1fdb SHA512 4c5867353d8adbe1e08a028082b1a8c5ef2b16ee741568da73c9135016a1a25391936134ae0246cd25fae4785776e6382c3fc00d0d9adf084caad0af59432682

diff --git a/app-misc/cepl/cepl-21.0.0.ebuild b/app-misc/cepl/cepl-22.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-21.0.0.ebuild
rename to app-misc/cepl/cepl-22.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-04  0:14 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-04  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9642a8f883c37aeae1be6a0583d521d96d143fe4
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Thu Sep  4 00:14:16 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Thu Sep  4 00:14:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9642a8f8

app-misc/cepl: add 23.0.0, drop 22.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-22.0.0.ebuild => cepl-23.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 4d3b49eae5..e572ab8da0 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-22.0.0.tar.gz 18395 BLAKE2B 3f4a0ac89fc5ed82b6fef446563d116dc3b1b286bedfa827495d0d715c7fc50bb0709ca7786695923c389f75f2ace44dc8998e7390c48e12d0c806815d7a1fdb SHA512 4c5867353d8adbe1e08a028082b1a8c5ef2b16ee741568da73c9135016a1a25391936134ae0246cd25fae4785776e6382c3fc00d0d9adf084caad0af59432682
+DIST cepl-23.0.0.tar.gz 18341 BLAKE2B ab7b7d6e51e7a102f1beb0ffe480ccf9aa36f044a9658f034e943d4d23c7df31da20983f68e859d9e197d18abda62dcc834dc84dbeabec007f48e0e30e1e6b5f SHA512 b025d32118f23bb31909c27bb35d742620a92cfb9e50a9bf978c0bb9fd8fe520d61a9f7c16c4e3a6f54086f01ba779096727648a90643ba6df4c537c0c344795

diff --git a/app-misc/cepl/cepl-22.0.0.ebuild b/app-misc/cepl/cepl-23.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-22.0.0.ebuild
rename to app-misc/cepl/cepl-23.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-04  4:41 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-04  4:41 UTC (permalink / raw
  To: gentoo-commits

commit:     53e40119c3075819a6283ce52314692564b136e5
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Thu Sep  4 04:40:57 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Thu Sep  4 04:40:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e40119

app-misc/cepl: add 9999

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/cepl-9999.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/app-misc/cepl/cepl-9999.ebuild b/app-misc/cepl/cepl-9999.ebuild
new file mode 100644
index 0000000000..bcd7865b2d
--- /dev/null
+++ b/app-misc/cepl/cepl-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs git-r3
+
+DESCRIPTION="A readline C and C++ REPL with history, tab-completion, and undo."
+HOMEPAGE="https://github.com/alyptik/cepl"
+S="${WORKDIR}"
+EGIT_REPO_URI="https://github.com/alyptik/${PN}.git"
+EGIT_SUBMODULES=('*')
+EGIT_BRANCH="master"
+EGIT_CHECKOUT_DIR="${S}"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+RDEPEND="
+	sys-libs/readline:=
+	virtual/libelf:=
+	"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	eapply_user
+}
+
+src_compile() {
+	local myemakeargs=()
+
+	tc-export CC
+	export {C,LD}FLAGS
+
+	use debug && myemakeargs+="debug"
+	emake "${myemakeargs[@]}"
+}
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-04  5:13 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-04  5:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5ee215658af9888fb0bfe50ae8022fc275048cc4
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Thu Sep  4 05:13:19 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Thu Sep  4 05:13:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ee21565

app=misc/cepl: update 23.0.0 and 9999

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/cepl-23.0.0.ebuild | 14 ++++++++++++--
 app-misc/cepl/cepl-9999.ebuild   | 19 +++++++++++++------
 2 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/app-misc/cepl/cepl-23.0.0.ebuild b/app-misc/cepl/cepl-23.0.0.ebuild
index f37b501490..18cafa6635 100644
--- a/app-misc/cepl/cepl-23.0.0.ebuild
+++ b/app-misc/cepl/cepl-23.0.0.ebuild
@@ -7,11 +7,21 @@ inherit toolchain-funcs
 
 DESCRIPTION="A readline C and C++ REPL with history, tab-completion, and undo."
 HOMEPAGE="https://github.com/alyptik/cepl"
-SRC_URI="https://github.com/alyptik/cepl/releases/download/v${PV}/${P}.tar.gz"
 S="${WORKDIR}"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/alyptik/${PN}.git"
+	EGIT_SUBMODULES=('*')
+	EGIT_BRANCH="master"
+	EGIT_CHECKOUT_DIR="${S}"
+else
+	SRC_URI="https://github.com/alyptik/cepl/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
 IUSE="debug"
 RDEPEND="
 	sys-libs/readline:=

diff --git a/app-misc/cepl/cepl-9999.ebuild b/app-misc/cepl/cepl-9999.ebuild
index bcd7865b2d..18cafa6635 100644
--- a/app-misc/cepl/cepl-9999.ebuild
+++ b/app-misc/cepl/cepl-9999.ebuild
@@ -3,18 +3,25 @@
 
 EAPI=8
 
-inherit toolchain-funcs git-r3
+inherit toolchain-funcs
 
 DESCRIPTION="A readline C and C++ REPL with history, tab-completion, and undo."
 HOMEPAGE="https://github.com/alyptik/cepl"
 S="${WORKDIR}"
-EGIT_REPO_URI="https://github.com/alyptik/${PN}.git"
-EGIT_SUBMODULES=('*')
-EGIT_BRANCH="master"
-EGIT_CHECKOUT_DIR="${S}"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/alyptik/${PN}.git"
+	EGIT_SUBMODULES=('*')
+	EGIT_BRANCH="master"
+	EGIT_CHECKOUT_DIR="${S}"
+else
+	SRC_URI="https://github.com/alyptik/cepl/releases/download/v${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
 IUSE="debug"
 RDEPEND="
 	sys-libs/readline:=


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-05 17:04 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-05 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     53804a2073dc8cd247bf58c46f27d9d8615ae253
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 17:03:42 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 17:04:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53804a20

app-misc/cepl: add 24.0.0, drop 23.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-23.0.0.ebuild => cepl-24.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index e572ab8da0..ab446cf4f4 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-23.0.0.tar.gz 18341 BLAKE2B ab7b7d6e51e7a102f1beb0ffe480ccf9aa36f044a9658f034e943d4d23c7df31da20983f68e859d9e197d18abda62dcc834dc84dbeabec007f48e0e30e1e6b5f SHA512 b025d32118f23bb31909c27bb35d742620a92cfb9e50a9bf978c0bb9fd8fe520d61a9f7c16c4e3a6f54086f01ba779096727648a90643ba6df4c537c0c344795
+DIST cepl-24.0.0.tar.gz 18555 BLAKE2B fdc6637309ebd1e8bc8d26f0560724330f0f471c62c20b06bc2bf5378ef86877a16e2651c5958a1ce3e54668a387cc070beb71ecfb7fa212deff1867038b5d26 SHA512 c38b8125c60f26980f37f58e8cef8474370884cc58838f90e62def68318846ca45252d70b9d48e6c1b88da87bdb9c5f0b94c52574e1e48622cd69e9f524a05c6

diff --git a/app-misc/cepl/cepl-23.0.0.ebuild b/app-misc/cepl/cepl-24.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-23.0.0.ebuild
rename to app-misc/cepl/cepl-24.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-05 17:08 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-05 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e9e0e4d0452f4b785fd9e911cc869e2cbb26c7fa
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 17:07:59 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 17:07:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9e0e4d0

app-misc/cepl: add 25.0.0, drop 24.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-24.0.0.ebuild => cepl-25.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index ab446cf4f4..c89dcbcf1a 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-24.0.0.tar.gz 18555 BLAKE2B fdc6637309ebd1e8bc8d26f0560724330f0f471c62c20b06bc2bf5378ef86877a16e2651c5958a1ce3e54668a387cc070beb71ecfb7fa212deff1867038b5d26 SHA512 c38b8125c60f26980f37f58e8cef8474370884cc58838f90e62def68318846ca45252d70b9d48e6c1b88da87bdb9c5f0b94c52574e1e48622cd69e9f524a05c6
+DIST cepl-25.0.0.tar.gz 18558 BLAKE2B 26c677debcdcea36b60576cb649fbe16eb4a39fc8ba81f993c696566f67ea3a8f010a87179cf36b94e5fad0116cb6d8f6f01a3a714f71bbfd506c98070779ca3 SHA512 c7cfc6c0ede7a5ef3491cbc3e002a8e854d2e34134d168f19a335ec7f17a05448fe3c0a2b929c4ce4b8ba1a7f6def2fe02652259756a11d8a47d801e0ebef11f

diff --git a/app-misc/cepl/cepl-24.0.0.ebuild b/app-misc/cepl/cepl-25.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-24.0.0.ebuild
rename to app-misc/cepl/cepl-25.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-05 17:25 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-05 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ddb3d6c8b61d11ac64b6655f5e57f931f9dd4528
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 17:25:08 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 17:25:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddb3d6c8

app-misc/cepl: add 26.0.0, drop 25.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-25.0.0.ebuild => cepl-26.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index c89dcbcf1a..0f7dbf0a8b 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-25.0.0.tar.gz 18558 BLAKE2B 26c677debcdcea36b60576cb649fbe16eb4a39fc8ba81f993c696566f67ea3a8f010a87179cf36b94e5fad0116cb6d8f6f01a3a714f71bbfd506c98070779ca3 SHA512 c7cfc6c0ede7a5ef3491cbc3e002a8e854d2e34134d168f19a335ec7f17a05448fe3c0a2b929c4ce4b8ba1a7f6def2fe02652259756a11d8a47d801e0ebef11f
+DIST cepl-26.0.0.tar.gz 18593 BLAKE2B 768e5c43ae4e527a795224ae0140820571be359eae3d692320f392ddb21e268ad79b14ececed7d7a312cd2d8c40d1a2916997f519288cb71edc1b1b38b0b4d76 SHA512 09e815152f9dc77c0d3f688ad2f85e6350e81cb6c3db8190267dcd1968f27b5ad79163ea4dbb985417c4e6ec833912a9d327ce5084fc95340ac00382aeac83ef

diff --git a/app-misc/cepl/cepl-25.0.0.ebuild b/app-misc/cepl/cepl-26.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-25.0.0.ebuild
rename to app-misc/cepl/cepl-26.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-09-06 18:43 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-09-06 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1e21ad56d72ea397bdf0829b96c73fc1c98c7455
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Sat Sep  6 18:42:53 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Sat Sep  6 18:43:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e21ad56

app-misc/cepl: add 27.0.0, drop 26.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-26.0.0.ebuild => cepl-27.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index 0f7dbf0a8b..f2039fdc73 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-26.0.0.tar.gz 18593 BLAKE2B 768e5c43ae4e527a795224ae0140820571be359eae3d692320f392ddb21e268ad79b14ececed7d7a312cd2d8c40d1a2916997f519288cb71edc1b1b38b0b4d76 SHA512 09e815152f9dc77c0d3f688ad2f85e6350e81cb6c3db8190267dcd1968f27b5ad79163ea4dbb985417c4e6ec833912a9d327ce5084fc95340ac00382aeac83ef
+DIST cepl-27.0.0.tar.gz 150740 BLAKE2B f38ee24dca4857044cbc938e6be13c3d351496f1eba81cf4cba22bed1e48453e0d4c287aaeaa07be05eab1f0080e2d27b951c7cb51d867a71b25981a05c039bb SHA512 cfb7fc4d226801a9315ea3b846231b3645fe954b4e855019288d8c033c70a99f46f92d2a91b0e6285b01748495787fbc9efefa8b964c21f3656b3987297d62d2

diff --git a/app-misc/cepl/cepl-26.0.0.ebuild b/app-misc/cepl/cepl-27.0.0.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-26.0.0.ebuild
rename to app-misc/cepl/cepl-27.0.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/
@ 2025-10-12 17:32 Joey Pabalinas
  0 siblings, 0 replies; 31+ messages in thread
From: Joey Pabalinas @ 2025-10-12 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d06f6fc75f10913e4e7bf79aa3605ca7923c9d2c
Author:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
AuthorDate: Sun Oct 12 17:31:54 2025 +0000
Commit:     Joey Pabalinas <joeypabalinas <AT> gmail <DOT> com>
CommitDate: Sun Oct 12 17:31:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d06f6fc7

app-misc/cepl: add 27.0.1, drop 27.0.0

Signed-off-by: Joey Pabalinas <joeypabalinas <AT> gmail.com>

 app-misc/cepl/Manifest                                   | 2 +-
 app-misc/cepl/{cepl-27.0.0.ebuild => cepl-27.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cepl/Manifest b/app-misc/cepl/Manifest
index f2039fdc73..2fa3b6772a 100644
--- a/app-misc/cepl/Manifest
+++ b/app-misc/cepl/Manifest
@@ -1 +1 @@
-DIST cepl-27.0.0.tar.gz 150740 BLAKE2B f38ee24dca4857044cbc938e6be13c3d351496f1eba81cf4cba22bed1e48453e0d4c287aaeaa07be05eab1f0080e2d27b951c7cb51d867a71b25981a05c039bb SHA512 cfb7fc4d226801a9315ea3b846231b3645fe954b4e855019288d8c033c70a99f46f92d2a91b0e6285b01748495787fbc9efefa8b964c21f3656b3987297d62d2
+DIST cepl-27.0.1.tar.gz 150461 BLAKE2B ad690302379b80f0413aee4c556f274e05a102d2527b91cd5b3bf595c9b7750d5ae64bc750283067241a9a39ff640c5d243a2cf8cd3de43a1dbba38d5d5f4f92 SHA512 be4fad1e2ae6786c5d7cbea56f86d6dd72df8c207639945f68131a32f8a3622dbff9d35846b932e732b7f2a251b5b2846f5e7e674fb7947290cef18ed2b825eb

diff --git a/app-misc/cepl/cepl-27.0.0.ebuild b/app-misc/cepl/cepl-27.0.1.ebuild
similarity index 100%
rename from app-misc/cepl/cepl-27.0.0.ebuild
rename to app-misc/cepl/cepl-27.0.1.ebuild


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

end of thread, other threads:[~2025-10-12 17:32 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-05 17:25 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cepl/ Joey Pabalinas
  -- strict thread matches above, loose matches on Subject: below --
2025-10-12 17:32 Joey Pabalinas
2025-09-06 18:43 Joey Pabalinas
2025-09-05 17:08 Joey Pabalinas
2025-09-05 17:04 Joey Pabalinas
2025-09-04  5:13 Joey Pabalinas
2025-09-04  4:41 Joey Pabalinas
2025-09-04  0:14 Joey Pabalinas
2025-09-03 15:37 Joey Pabalinas
2025-09-02 17:14 Joey Pabalinas
2025-09-02  9:45 Joey Pabalinas
2025-09-02  8:19 Joey Pabalinas
2025-09-02  7:58 Joey Pabalinas
2025-09-02  6:44 Joey Pabalinas
2025-09-02  1:15 Joey Pabalinas
2025-09-02  0:25 Joey Pabalinas
2025-09-01 23:36 Joey Pabalinas
2025-09-01 23:20 Joey Pabalinas
2025-09-01 22:47 Joey Pabalinas
2025-09-01 22:18 Joey Pabalinas
2025-09-01 20:56 Joey Pabalinas
2025-09-01 17:12 Joey Pabalinas
2025-08-31 17:19 Joey Pabalinas
2025-08-31  6:53 Joey Pabalinas
2025-08-31  5:56 Joey Pabalinas
2025-08-30 17:09 Joey Pabalinas
2025-08-30 13:21 Joey Pabalinas
2025-08-29 16:42 Joey Pabalinas
2025-08-29 15:58 Joey Pabalinas
2025-08-28 17:19 Joey Pabalinas
2025-08-23 18:45 Joey Pabalinas

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