public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
@ 2024-07-25 14:37 Brayan
  0 siblings, 0 replies; 8+ messages in thread
From: Brayan @ 2024-07-25 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4acd667e29e520ede12bf5ae0fe438658d0ed761
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Thu Jul 25 14:36:55 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Thu Jul 25 14:36:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4acd667e

app-portage/portagecfg: new package, add 2.0.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 app-portage/portagecfg/Manifest                |  1 +
 app-portage/portagecfg/metadata.xml            | 12 ++++++++++++
 app-portage/portagecfg/portagecfg-2.0.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/app-portage/portagecfg/Manifest b/app-portage/portagecfg/Manifest
new file mode 100644
index 000000000..6e017c08f
--- /dev/null
+++ b/app-portage/portagecfg/Manifest
@@ -0,0 +1 @@
+DIST portagecfg-2.0.0.tar.gz 607413 BLAKE2B e4aa5b1fa2377a69797050c82c6014473f2ef10291882f2395f2108065f8f761ebe2749f451e158e8d3d10aa78ea28c8a55707ded26237ac65b78f53e07e75f1 SHA512 ac650482c6a5d2fd42a2afee206666ab8fad8766d49bd4fdd567af53d8bdbf27ec0cd6cb993c9338b83c389d8c82ec8a44db714843d0564217800ee512ec4093

diff --git a/app-portage/portagecfg/metadata.xml b/app-portage/portagecfg/metadata.xml
new file mode 100644
index 000000000..f1e1bffbe
--- /dev/null
+++ b/app-portage/portagecfg/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>this.brayan@proton.me</email>
+    <name>Brayan M. Salazar</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">brookiestein/portagecfg</remote-id>
+    <bugs-to>https://github.com/brookiestein/portagecfg/issues</bugs-to>
+  </upstream>
+</pkgmetadata>

diff --git a/app-portage/portagecfg/portagecfg-2.0.0.ebuild b/app-portage/portagecfg/portagecfg-2.0.0.ebuild
new file mode 100644
index 000000000..5b63207a1
--- /dev/null
+++ b/app-portage/portagecfg/portagecfg-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Utility to write Portage config files in an easy manner."
+HOMEPAGE="https://github.com/brookiestein/portagecfg"
+SRC_URI="https://github.com/brookiestein/portagecfg/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+dev-qt/qtbase:6
+dev-qt/linguist-tools:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
@ 2024-07-25 15:05 Brayan
  0 siblings, 0 replies; 8+ messages in thread
From: Brayan @ 2024-07-25 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     02c2737f4e246a8fb6b3ac608a5f93621d61ae75
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Thu Jul 25 15:05:12 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Thu Jul 25 15:05:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02c2737f

app-portage/portagecfg: Fixed wrong BDEPEND.

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 app-portage/portagecfg/portagecfg-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portagecfg/portagecfg-2.0.0.ebuild b/app-portage/portagecfg/portagecfg-2.0.0.ebuild
index 5b63207a1..8ffca7b0e 100644
--- a/app-portage/portagecfg/portagecfg-2.0.0.ebuild
+++ b/app-portage/portagecfg/portagecfg-2.0.0.ebuild
@@ -18,4 +18,4 @@ dev-qt/qtbase:6
 dev-qt/linguist-tools:5
 "
 RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
+BDEPEND=">=dev-build/cmake-3.28"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
@ 2024-07-26 12:17 Brayan
  0 siblings, 0 replies; 8+ messages in thread
From: Brayan @ 2024-07-26 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2221dcf316d0f1f863fb47e7c9481f5666c00dc5
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Fri Jul 26 12:16:07 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Fri Jul 26 12:16:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2221dcf3

app-portage/portagecfg: add 2.1.1

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 app-portage/portagecfg/Manifest                |  1 +
 app-portage/portagecfg/portagecfg-2.1.1.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-portage/portagecfg/Manifest b/app-portage/portagecfg/Manifest
index 6e017c08f..2010b31b3 100644
--- a/app-portage/portagecfg/Manifest
+++ b/app-portage/portagecfg/Manifest
@@ -1 +1,2 @@
 DIST portagecfg-2.0.0.tar.gz 607413 BLAKE2B e4aa5b1fa2377a69797050c82c6014473f2ef10291882f2395f2108065f8f761ebe2749f451e158e8d3d10aa78ea28c8a55707ded26237ac65b78f53e07e75f1 SHA512 ac650482c6a5d2fd42a2afee206666ab8fad8766d49bd4fdd567af53d8bdbf27ec0cd6cb993c9338b83c389d8c82ec8a44db714843d0564217800ee512ec4093
+DIST portagecfg-2.1.1.tar.gz 609102 BLAKE2B 00f86615ee6b311d198ad42f3a5866be74369eb55e14be51463a278853a813f82d8572bec4bddedb41ba818a52d58bdf503b60b5e5280e46b9aa0e6e3b7e6bd0 SHA512 56be6991db907ce04ae8b12d5e1f245fdda494710c513d2ae73315d3a088c15bef90b3dd150b2545869dc0f25398a0d461ac08c5a044883b1b439b6d7c5f7add

diff --git a/app-portage/portagecfg/portagecfg-2.1.1.ebuild b/app-portage/portagecfg/portagecfg-2.1.1.ebuild
new file mode 100644
index 000000000..8ffca7b0e
--- /dev/null
+++ b/app-portage/portagecfg/portagecfg-2.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Utility to write Portage config files in an easy manner."
+HOMEPAGE="https://github.com/brookiestein/portagecfg"
+SRC_URI="https://github.com/brookiestein/portagecfg/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+dev-qt/qtbase:6
+dev-qt/linguist-tools:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-build/cmake-3.28"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
@ 2024-09-05 13:02 Brayan
  0 siblings, 0 replies; 8+ messages in thread
From: Brayan @ 2024-09-05 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     df30f8ec829a931c90ce022f4084157c5e1626d0
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Thu Sep  5 12:43:08 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Thu Sep  5 12:43:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df30f8ec

app-portage/portagecfg: add 2.1.3

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 app-portage/portagecfg/Manifest                |  1 +
 app-portage/portagecfg/portagecfg-2.1.3.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-portage/portagecfg/Manifest b/app-portage/portagecfg/Manifest
index 2010b31b3..de0d9491e 100644
--- a/app-portage/portagecfg/Manifest
+++ b/app-portage/portagecfg/Manifest
@@ -1,2 +1,3 @@
 DIST portagecfg-2.0.0.tar.gz 607413 BLAKE2B e4aa5b1fa2377a69797050c82c6014473f2ef10291882f2395f2108065f8f761ebe2749f451e158e8d3d10aa78ea28c8a55707ded26237ac65b78f53e07e75f1 SHA512 ac650482c6a5d2fd42a2afee206666ab8fad8766d49bd4fdd567af53d8bdbf27ec0cd6cb993c9338b83c389d8c82ec8a44db714843d0564217800ee512ec4093
 DIST portagecfg-2.1.1.tar.gz 609102 BLAKE2B 00f86615ee6b311d198ad42f3a5866be74369eb55e14be51463a278853a813f82d8572bec4bddedb41ba818a52d58bdf503b60b5e5280e46b9aa0e6e3b7e6bd0 SHA512 56be6991db907ce04ae8b12d5e1f245fdda494710c513d2ae73315d3a088c15bef90b3dd150b2545869dc0f25398a0d461ac08c5a044883b1b439b6d7c5f7add
+DIST portagecfg-2.1.3.tar.gz 608887 BLAKE2B abe8ecb53c6220a71c8d4f126dbcd29190d03253252d3e21c09994ea40d758cbd8c197e9ef3b3f2590704e6f75784bc27489d025752bc5a76e2d32d53d5950e0 SHA512 08b6a627aaf8fc92d191830938c2b669dd7e6df33bede9c471ebac7a61bf07c9f312c60c9bac6913ca6f902ebe6fdbfbdd1c68c3c40a2f0954d739739b12ff49

diff --git a/app-portage/portagecfg/portagecfg-2.1.3.ebuild b/app-portage/portagecfg/portagecfg-2.1.3.ebuild
new file mode 100644
index 000000000..8ffca7b0e
--- /dev/null
+++ b/app-portage/portagecfg/portagecfg-2.1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Utility to write Portage config files in an easy manner."
+HOMEPAGE="https://github.com/brookiestein/portagecfg"
+SRC_URI="https://github.com/brookiestein/portagecfg/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+dev-qt/qtbase:6
+dev-qt/linguist-tools:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-build/cmake-3.28"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
@ 2024-09-07 13:54 Brayan
  0 siblings, 0 replies; 8+ messages in thread
From: Brayan @ 2024-09-07 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     94c25f61c59c46eb9ba66e1908f103e1a33fd4d2
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Sat Sep  7 13:51:04 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Sat Sep  7 13:51:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94c25f61

app-portage/portagecfg: add 2.2.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 app-portage/portagecfg/Manifest                |  1 +
 app-portage/portagecfg/portagecfg-2.2.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-portage/portagecfg/Manifest b/app-portage/portagecfg/Manifest
index de0d9491e..dcf339473 100644
--- a/app-portage/portagecfg/Manifest
+++ b/app-portage/portagecfg/Manifest
@@ -1,3 +1,4 @@
 DIST portagecfg-2.0.0.tar.gz 607413 BLAKE2B e4aa5b1fa2377a69797050c82c6014473f2ef10291882f2395f2108065f8f761ebe2749f451e158e8d3d10aa78ea28c8a55707ded26237ac65b78f53e07e75f1 SHA512 ac650482c6a5d2fd42a2afee206666ab8fad8766d49bd4fdd567af53d8bdbf27ec0cd6cb993c9338b83c389d8c82ec8a44db714843d0564217800ee512ec4093
 DIST portagecfg-2.1.1.tar.gz 609102 BLAKE2B 00f86615ee6b311d198ad42f3a5866be74369eb55e14be51463a278853a813f82d8572bec4bddedb41ba818a52d58bdf503b60b5e5280e46b9aa0e6e3b7e6bd0 SHA512 56be6991db907ce04ae8b12d5e1f245fdda494710c513d2ae73315d3a088c15bef90b3dd150b2545869dc0f25398a0d461ac08c5a044883b1b439b6d7c5f7add
 DIST portagecfg-2.1.3.tar.gz 608887 BLAKE2B abe8ecb53c6220a71c8d4f126dbcd29190d03253252d3e21c09994ea40d758cbd8c197e9ef3b3f2590704e6f75784bc27489d025752bc5a76e2d32d53d5950e0 SHA512 08b6a627aaf8fc92d191830938c2b669dd7e6df33bede9c471ebac7a61bf07c9f312c60c9bac6913ca6f902ebe6fdbfbdd1c68c3c40a2f0954d739739b12ff49
+DIST portagecfg-2.2.0.tar.gz 609899 BLAKE2B df2ba3f5fd4eeec4712c44d5c2015cf7860f1be09aa10b88840cb264d667aec173fb4b8e7b1a784a5571e86ffbdeb3129bce741a5cce859742c803273400c7e5 SHA512 cbb1a858cf8e549d8ba858240f6036da1e9b1f8dd091e8a57622eea9c389b7aba41b5a9aa2aabe938d109d128abbc555f0fe126d260bb0f0f3a7155f4e7c46d2

diff --git a/app-portage/portagecfg/portagecfg-2.2.0.ebuild b/app-portage/portagecfg/portagecfg-2.2.0.ebuild
new file mode 100644
index 000000000..8ffca7b0e
--- /dev/null
+++ b/app-portage/portagecfg/portagecfg-2.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Utility to write Portage config files in an easy manner."
+HOMEPAGE="https://github.com/brookiestein/portagecfg"
+SRC_URI="https://github.com/brookiestein/portagecfg/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+dev-qt/qtbase:6
+dev-qt/linguist-tools:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-build/cmake-3.28"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
@ 2024-09-08 23:33 Brayan
  0 siblings, 0 replies; 8+ messages in thread
From: Brayan @ 2024-09-08 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c8602c7584bbb228e672027d3bea285dc06bcd52
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Sun Sep  8 23:31:22 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Sun Sep  8 23:32:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8602c75

app-portage/portagecfg: add 2.2.2, drop 2.2.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 app-portage/portagecfg/Manifest                                         | 2 +-
 .../portagecfg/{portagecfg-2.2.0.ebuild => portagecfg-2.2.2.ebuild}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portagecfg/Manifest b/app-portage/portagecfg/Manifest
index dcf339473..806488cfa 100644
--- a/app-portage/portagecfg/Manifest
+++ b/app-portage/portagecfg/Manifest
@@ -1,4 +1,4 @@
 DIST portagecfg-2.0.0.tar.gz 607413 BLAKE2B e4aa5b1fa2377a69797050c82c6014473f2ef10291882f2395f2108065f8f761ebe2749f451e158e8d3d10aa78ea28c8a55707ded26237ac65b78f53e07e75f1 SHA512 ac650482c6a5d2fd42a2afee206666ab8fad8766d49bd4fdd567af53d8bdbf27ec0cd6cb993c9338b83c389d8c82ec8a44db714843d0564217800ee512ec4093
 DIST portagecfg-2.1.1.tar.gz 609102 BLAKE2B 00f86615ee6b311d198ad42f3a5866be74369eb55e14be51463a278853a813f82d8572bec4bddedb41ba818a52d58bdf503b60b5e5280e46b9aa0e6e3b7e6bd0 SHA512 56be6991db907ce04ae8b12d5e1f245fdda494710c513d2ae73315d3a088c15bef90b3dd150b2545869dc0f25398a0d461ac08c5a044883b1b439b6d7c5f7add
 DIST portagecfg-2.1.3.tar.gz 608887 BLAKE2B abe8ecb53c6220a71c8d4f126dbcd29190d03253252d3e21c09994ea40d758cbd8c197e9ef3b3f2590704e6f75784bc27489d025752bc5a76e2d32d53d5950e0 SHA512 08b6a627aaf8fc92d191830938c2b669dd7e6df33bede9c471ebac7a61bf07c9f312c60c9bac6913ca6f902ebe6fdbfbdd1c68c3c40a2f0954d739739b12ff49
-DIST portagecfg-2.2.0.tar.gz 609899 BLAKE2B df2ba3f5fd4eeec4712c44d5c2015cf7860f1be09aa10b88840cb264d667aec173fb4b8e7b1a784a5571e86ffbdeb3129bce741a5cce859742c803273400c7e5 SHA512 cbb1a858cf8e549d8ba858240f6036da1e9b1f8dd091e8a57622eea9c389b7aba41b5a9aa2aabe938d109d128abbc555f0fe126d260bb0f0f3a7155f4e7c46d2
+DIST portagecfg-2.2.2.tar.gz 610533 BLAKE2B 814abbfe5482fbfd50aa0ba6c90aa9ea487b5d9a7a14c7067a5570dfd525b2160f19cfad973a72b793953f936d4b16fc862f1c381cc50388015f526c3667a727 SHA512 9b31e2839fc14981dd62b91aecd672675d2ed5ce6dad7a79f3434d75b6b5535606cb25961748c3cc0bf84d983450d6a7e8eb47c42078073a1cbb69a63f6d5a43

diff --git a/app-portage/portagecfg/portagecfg-2.2.0.ebuild b/app-portage/portagecfg/portagecfg-2.2.2.ebuild
similarity index 100%
rename from app-portage/portagecfg/portagecfg-2.2.0.ebuild
rename to app-portage/portagecfg/portagecfg-2.2.2.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
@ 2024-09-13 13:39 Brayan
  0 siblings, 0 replies; 8+ messages in thread
From: Brayan @ 2024-09-13 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     814e7010be27f082badfab03b479fced75e6f94c
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Fri Sep 13 13:37:08 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Fri Sep 13 13:37:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=814e7010

app-portage/portagecfg: add 2.3.0, drop 2.0.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 app-portage/portagecfg/Manifest                                         | 2 +-
 .../portagecfg/{portagecfg-2.0.0.ebuild => portagecfg-2.3.0.ebuild}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portagecfg/Manifest b/app-portage/portagecfg/Manifest
index 806488cfa..24d5d5171 100644
--- a/app-portage/portagecfg/Manifest
+++ b/app-portage/portagecfg/Manifest
@@ -1,4 +1,4 @@
-DIST portagecfg-2.0.0.tar.gz 607413 BLAKE2B e4aa5b1fa2377a69797050c82c6014473f2ef10291882f2395f2108065f8f761ebe2749f451e158e8d3d10aa78ea28c8a55707ded26237ac65b78f53e07e75f1 SHA512 ac650482c6a5d2fd42a2afee206666ab8fad8766d49bd4fdd567af53d8bdbf27ec0cd6cb993c9338b83c389d8c82ec8a44db714843d0564217800ee512ec4093
 DIST portagecfg-2.1.1.tar.gz 609102 BLAKE2B 00f86615ee6b311d198ad42f3a5866be74369eb55e14be51463a278853a813f82d8572bec4bddedb41ba818a52d58bdf503b60b5e5280e46b9aa0e6e3b7e6bd0 SHA512 56be6991db907ce04ae8b12d5e1f245fdda494710c513d2ae73315d3a088c15bef90b3dd150b2545869dc0f25398a0d461ac08c5a044883b1b439b6d7c5f7add
 DIST portagecfg-2.1.3.tar.gz 608887 BLAKE2B abe8ecb53c6220a71c8d4f126dbcd29190d03253252d3e21c09994ea40d758cbd8c197e9ef3b3f2590704e6f75784bc27489d025752bc5a76e2d32d53d5950e0 SHA512 08b6a627aaf8fc92d191830938c2b669dd7e6df33bede9c471ebac7a61bf07c9f312c60c9bac6913ca6f902ebe6fdbfbdd1c68c3c40a2f0954d739739b12ff49
 DIST portagecfg-2.2.2.tar.gz 610533 BLAKE2B 814abbfe5482fbfd50aa0ba6c90aa9ea487b5d9a7a14c7067a5570dfd525b2160f19cfad973a72b793953f936d4b16fc862f1c381cc50388015f526c3667a727 SHA512 9b31e2839fc14981dd62b91aecd672675d2ed5ce6dad7a79f3434d75b6b5535606cb25961748c3cc0bf84d983450d6a7e8eb47c42078073a1cbb69a63f6d5a43
+DIST portagecfg-2.3.0.tar.gz 610799 BLAKE2B 0ac8715ab85099122c6abf48a1d885ab2ba664328609f09c2c5d16a426fe339f5e47e5017639110e1b832fc121663385d10a78f9b981b10b6a1170e622a82321 SHA512 ec7061d6228b73976701ea9c7937d4996a063dec64339cbd8bfdcf1a8d5d8fa309fe222e1e0501e83a0ff7c7522ea69edb7b262c499697caaf2b1be06644e7d4

diff --git a/app-portage/portagecfg/portagecfg-2.0.0.ebuild b/app-portage/portagecfg/portagecfg-2.3.0.ebuild
similarity index 100%
rename from app-portage/portagecfg/portagecfg-2.0.0.ebuild
rename to app-portage/portagecfg/portagecfg-2.3.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
@ 2024-09-17 12:24 Brayan
  0 siblings, 0 replies; 8+ messages in thread
From: Brayan @ 2024-09-17 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b8bd6ff59ad654930ef9ce36f2674129bac1fdaf
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue Sep 17 12:20:27 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue Sep 17 12:20:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8bd6ff5

app-portage/portagecfg: add 2.4.0, drop 2.1.1

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 app-portage/portagecfg/Manifest                                         | 2 +-
 .../portagecfg/{portagecfg-2.1.1.ebuild => portagecfg-2.4.0.ebuild}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portagecfg/Manifest b/app-portage/portagecfg/Manifest
index 24d5d5171..f61544bbd 100644
--- a/app-portage/portagecfg/Manifest
+++ b/app-portage/portagecfg/Manifest
@@ -1,4 +1,4 @@
-DIST portagecfg-2.1.1.tar.gz 609102 BLAKE2B 00f86615ee6b311d198ad42f3a5866be74369eb55e14be51463a278853a813f82d8572bec4bddedb41ba818a52d58bdf503b60b5e5280e46b9aa0e6e3b7e6bd0 SHA512 56be6991db907ce04ae8b12d5e1f245fdda494710c513d2ae73315d3a088c15bef90b3dd150b2545869dc0f25398a0d461ac08c5a044883b1b439b6d7c5f7add
 DIST portagecfg-2.1.3.tar.gz 608887 BLAKE2B abe8ecb53c6220a71c8d4f126dbcd29190d03253252d3e21c09994ea40d758cbd8c197e9ef3b3f2590704e6f75784bc27489d025752bc5a76e2d32d53d5950e0 SHA512 08b6a627aaf8fc92d191830938c2b669dd7e6df33bede9c471ebac7a61bf07c9f312c60c9bac6913ca6f902ebe6fdbfbdd1c68c3c40a2f0954d739739b12ff49
 DIST portagecfg-2.2.2.tar.gz 610533 BLAKE2B 814abbfe5482fbfd50aa0ba6c90aa9ea487b5d9a7a14c7067a5570dfd525b2160f19cfad973a72b793953f936d4b16fc862f1c381cc50388015f526c3667a727 SHA512 9b31e2839fc14981dd62b91aecd672675d2ed5ce6dad7a79f3434d75b6b5535606cb25961748c3cc0bf84d983450d6a7e8eb47c42078073a1cbb69a63f6d5a43
 DIST portagecfg-2.3.0.tar.gz 610799 BLAKE2B 0ac8715ab85099122c6abf48a1d885ab2ba664328609f09c2c5d16a426fe339f5e47e5017639110e1b832fc121663385d10a78f9b981b10b6a1170e622a82321 SHA512 ec7061d6228b73976701ea9c7937d4996a063dec64339cbd8bfdcf1a8d5d8fa309fe222e1e0501e83a0ff7c7522ea69edb7b262c499697caaf2b1be06644e7d4
+DIST portagecfg-2.4.0.tar.gz 612770 BLAKE2B 77c12c5bf631af4ce6040d6b9e784930e94909f08d61616450485480dc08bb4ef2ae2673d60f1c5ea1d0b420a99fa96a3c10ea4b1f0fffffe594f86836a79b5e SHA512 99569f7150e3b642ecb05f064d1d75215b8f56c404f9186edf6815b01ddbbbc01d303e59a6551fcfa503278f2d99c235bc6e427236f9d0b18e866be93916ad04

diff --git a/app-portage/portagecfg/portagecfg-2.1.1.ebuild b/app-portage/portagecfg/portagecfg-2.4.0.ebuild
similarity index 100%
rename from app-portage/portagecfg/portagecfg-2.1.1.ebuild
rename to app-portage/portagecfg/portagecfg-2.4.0.ebuild


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

end of thread, other threads:[~2024-09-17 12:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 13:02 [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/ Brayan
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 12:24 Brayan
2024-09-13 13:39 Brayan
2024-09-08 23:33 Brayan
2024-09-07 13:54 Brayan
2024-07-26 12:17 Brayan
2024-07-25 15:05 Brayan
2024-07-25 14:37 Brayan

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