-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Brayan M. Salazar <[email protected]>
- Loading branch information
1 parent
70abcc3
commit 94c25f6
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 2024 Brayan M. Salazar <[email protected]> | ||
# 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" |