From: "Brayan" <this.brayan@proton.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/
Date: Sat, 7 Sep 2024 13:54:11 +0000 (UTC) [thread overview]
Message-ID: <1725717064.94c25f61c59c46eb9ba66e1908f103e1a33fd4d2.this.brayan@gentoo> (raw)
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"
next reply other threads:[~2024-09-07 13:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-07 13:54 Brayan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-17 12:24 [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portagecfg/ Brayan
2024-09-13 13:39 Brayan
2024-09-08 23:33 Brayan
2024-09-05 13:02 Brayan
2024-07-26 12:17 Brayan
2024-07-25 15:05 Brayan
2024-07-25 14:37 Brayan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725717064.94c25f61c59c46eb9ba66e1908f103e1a33fd4d2.this.brayan@gentoo \
--to=this.brayan@proton.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox