mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
Merge updates from master
This commit is contained in:
@@ -14,7 +14,7 @@ else
|
||||
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1 -> ${P}.1
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
||||
@@ -9,7 +9,7 @@ DESCRIPTION="A program to read and control device brightness"
|
||||
HOMEPAGE="https://github.com/Hummer12007/brightnessctl"
|
||||
SRC_URI="https://github.com/Hummer12007/brightnessctl/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="systemd udev"
|
||||
|
||||
@@ -1 +1 @@
|
||||
DIST nerdfetch-5.0.2.tar.gz 15475 BLAKE2B e7e5ac7e5e1e86069f423501c5b6196a9267352298708b270c5a47dc4f077ccac4d8b3579d1c6bf3e76ecac8cd550288e4b6f315f372b9b82b6ecaacdf482e19 SHA512 220d531ed0a25b402fe523135919a763687c290039fb40524ed3b2a6911acbf4f57837cc5e139ec13d941d6c00328574cc48409feb8068730e796d9e359b5d97
|
||||
DIST nerdfetch-8.1.0.tar.gz 5365 BLAKE2B f7b100ff351fa56645d24446623f462a638ee9942438503ec6c76eabb424ca1d77c9c487f879b94fe501f1a135087cda4b620dc6827d138fe25250c0ed408744 SHA512 05a9b450d4f03f188407cd338cfa37118019a35e3fa02a830d614b063b98d4a89a66b20e6fae17c885d3dd28ec2af6fc3a760b6fa019e535d1827ff4420df8b2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/ThatOneCalculator/NerdFetch"
|
||||
SRC_URI="https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/NerdFetch-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
DIST ufetch-0.1.tar.gz 44131 BLAKE2B c0d676ed8caf50d2981c52c3147f9abc081b7805868ecdcb6dd2fbef671a13626a6282e5bb1ce901086517900704ea75df5f6331b84f1a1ff58b49be5466c44a SHA512 8ae9165d9fb00dce9317ea8ac0ad99bcb5a85f5edf9ca3fa4129b66d9cccedbf1c5fdede6a1b6d466e1cc1293983436a2e33498f7bc5849d22bbe1257882f136
|
||||
DIST ufetch-0.2.tar.gz 44302 BLAKE2B 30e79bf4dd3ab38b939f223bb76488e7f54056e341b2a52226038509bb9f9b3e93b2176824fabffc98a6811f0c40e25e61238aa5779b549cb9d649d1c433f60f SHA512 814052ac45bdd226a36453b392b0d723d3483ae43ce7000a315c0d926f05bbad31ed63f384b64b5dacf2cecc6f60c1f436417c5599d27ec44313544d2ae568b9
|
||||
DIST ufetch-v0.3.tar.bz2 6608 BLAKE2B 73e19beb0fe821505baf61b3b1b7713d637e459848fa2f21d17e6c38061665f34eeb66993fdf06ed587d56c9de01383d8f378054c3817749acda52f40fc4055d SHA512 e067f58dcc6dff5036ebe065d3273315aa2ec1770d00e1c95ebb74c2b0d4e95112a7d2a5d1540cb8ea4622e90c8fc8015703d726c654c26bddc56e890687a8d3
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
|
||||
;;
|
||||
*)
|
||||
P0="${PN}-v${PV}"
|
||||
SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P0}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
esac
|
||||
|
||||
DESCRIPTION="Tiny system info for Unix-like operating systems"
|
||||
HOMEPAGE="https://gitlab.com/jschx/ufetch"
|
||||
LICENSE="ISC"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin &&
|
||||
newexe ufetch-gentoo ufetch ||
|
||||
die "Failed to install ufetch"
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
|
||||
;;
|
||||
*)
|
||||
P0="${PN}-v${PV}"
|
||||
SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P0}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
esac
|
||||
|
||||
DESCRIPTION="Tiny system info for Unix-like operating systems"
|
||||
HOMEPAGE="https://gitlab.com/jschx/ufetch"
|
||||
LICENSE="ISC"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin &&
|
||||
newexe ufetch-gentoo ufetch ||
|
||||
die "Failed to install ufetch"
|
||||
}
|
||||
19
app-misc/ufetch/ufetch-0.3.ebuild
Normal file
19
app-misc/ufetch/ufetch-0.3.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
|
||||
DESCRIPTION="Tiny system info for Unix-like operating systems"
|
||||
HOMEPAGE="https://gitlab.com/jschx/ufetch"
|
||||
SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_install() {
|
||||
newbin ufetch-gentoo ufetch
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
|
||||
;;
|
||||
*)
|
||||
P0="${PN}-v${PV}"
|
||||
SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P0}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
esac
|
||||
|
||||
DESCRIPTION="Tiny system info for Unix-like operating systems"
|
||||
HOMEPAGE="https://gitlab.com/jschx/ufetch"
|
||||
LICENSE="ISC"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin &&
|
||||
newexe ufetch-gentoo ufetch ||
|
||||
die "Failed to install ufetch"
|
||||
}
|
||||
@@ -31,9 +31,11 @@ RDEPEND="
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
# https://github.com/smarie/python-pytest-cases/issues/330
|
||||
BDEPEND="
|
||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
<dev-python/pytest-8[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-harvest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-steps[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -24,11 +24,13 @@ RDEPEND="
|
||||
>=dev-python/makefun-1.5[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
# https://github.com/smarie/python-pytest-cases/issues/330
|
||||
BDEPEND="
|
||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/pandas[${PYTHON_USEDEP}]
|
||||
<dev-python/pytest-8[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cases[${PYTHON_USEDEP}]
|
||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||
)
|
||||
|
||||
@@ -23,11 +23,13 @@ RDEPEND="
|
||||
>=dev-python/makefun-1.5[${PYTHON_USEDEP}]
|
||||
dev-python/wrapt[${PYTHON_USEDEP}]
|
||||
"
|
||||
# https://github.com/smarie/python-pytest-cases/issues/330
|
||||
BDEPEND="
|
||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/pandas[${PYTHON_USEDEP}]
|
||||
<dev-python/pytest-8[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cases[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-harvest[${PYTHON_USEDEP}]
|
||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -1 +1 @@
|
||||
DIST types-protobuf-4.24.0.20240106.tar.gz 48159 BLAKE2B 4b10f28990d8b204ab44f21e49c99ae8a80ea7c08063f91aed18964e91cf61b5c226caf65b2c01dc7e402877a1921512d307d539e5930c0c98d4cc8c08789e4e SHA512 7f72f404e8144c3637abec7bcf7c356e56a1a51136e3cd64bd13210c52af43ab5fee7702f01de7e0fb072058afb73ddeb2dde47d0f0cccb14fb82b413d37f40a
|
||||
DIST types-protobuf-4.24.0.20240129.tar.gz 48125 BLAKE2B 5348a59fe912411a06be7453066163b904f8183984da1f821745d0e7d1ff2ea81d087169c3ffdd5f4c22756b2c106a95a606e451eca84b341c1f05b882d87f56 SHA512 f7d381ed59ff72bddbd300d9d969bd323b6fd1f1a0add37065cdece3294a944e078d7701c6a8521c64103ab6e2a4d3c004ad2552523c0da75e45a971c2a96cde
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
DIST rpki-client-6.8p0.tar.gz 388472 BLAKE2B e0a3f7d8a3fa0503ba3d41556fa17fe5f1407513ed7417cc0fb185c206c7b525bc49d125723436f1e27b0b3c5f0c58a862579cd4b9ad23009ca0341959029e00 SHA512 cb34fbf9367e522a924d3ecaaff6d2be45cdec968946b491250949cbd07744b87b84c664bd70303b6568d387671217da99aba7fb35e4d8ed4eb33103063b00cd
|
||||
DIST rpki-client-6.8p1.tar.gz 390248 BLAKE2B f7d553cd1291ea803bf17da31a57ca940cfec4915cff1d504b3665b4c84e809bc2a20e5241d76589594426420903548fde4f1967526ae1e047661a03b948dd94 SHA512 41f6374e600b9411c70e6b5748ad4f06d779a47c25005111a72c28b2eeb941ea7ceaaced19c7f2917f62e4f595a951c7bfcbbc85288610501306a26454deb872
|
||||
DIST rpki-client-8.0-cert.pem 315784 BLAKE2B 52c61b36cccdeaf62874be17df2e80302fb71e3f806715e00eb9c3da49b35d562ccc27aa6fe6ee92fea5017898b86046f0f68123b8d54362d4b651e5d0c2ff4b SHA512 8e1dc1f9d079028c81ffd3755505645e6095a45042fe7fb26179b5fedcc580a5f12a111470fda1ece96643cb1845d730f0313fbdd8cb312a2f3fdfcb2f2c0963
|
||||
DIST rpki-client-8.0.tar.gz 465620 BLAKE2B d1babea261c058ba4ee259eb6a231204c8b00c82eac8897cc941fb2a815c655af98ac2ebf616a75c1355a9adfeb5920a0d7b1270b217077c991a83b873ded8d6 SHA512 f56fb7f6b20bac2f664608b7c4014be51090754c799c6b80d5fe641640d145d4acd9702e010f455c4e38be454fa3862b0881bf956c2ee6db24417f8c3d1b56f9
|
||||
DIST rpki-client-8.4-cert.pem 341121 BLAKE2B 2975da502335d1cda2eb907cf5bf4b9464bc06a2838d739c3872162055aa49be429999e492f76d9b1cfebe0bcaf55e4f69d58fc362f0f5ce4663e0b4e6cec959 SHA512 867ebc9543cbd3ec5affb4ec9878a99d01fa9dba8635e91d3fcda0d37c351b58eecc360800b04c929c18450cdbf7d45544acce0b4e066936b55cc87cdb01eea8
|
||||
DIST rpki-client-8.4.tar.gz 493885 BLAKE2B 194b5d757ab02b2138effc4d94beed29585a1ad3113eab51061fd08779cbf70a526fa08f28493c7a074388e9dd7a9a313ecc5c962a89c71a4b3efd3b86e26022 SHA512 c0e0c133c561c0db373a2ce2e021ea801ac6260586572ea02c89918a437eda06c9f00c2f426f2d89d4d5c37ef671a52f2c64567c6d0ade199b2382f8576ac86f
|
||||
DIST rpki-client-8.8-cert.pem 341121 BLAKE2B 2975da502335d1cda2eb907cf5bf4b9464bc06a2838d739c3872162055aa49be429999e492f76d9b1cfebe0bcaf55e4f69d58fc362f0f5ce4663e0b4e6cec959 SHA512 867ebc9543cbd3ec5affb4ec9878a99d01fa9dba8635e91d3fcda0d37c351b58eecc360800b04c929c18450cdbf7d45544acce0b4e066936b55cc87cdb01eea8
|
||||
DIST rpki-client-8.8.tar.gz 541743 BLAKE2B 1b6b86506731ef38228a0b53b0468fef6efe360e2bebd094d11be991de40c0adaf29d583cf1eb85f1cb3daca723bb4298a9e797dd9a22e02fe415b55026a6bdc SHA512 555384cbc65a0b9be1a63541613d0866067dc4ad328deda0391d0bd291d1854d2a875cef71e35da1d89447c21c875bb5d65671a7dfe9fb6453bf3a71638e11b4
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -7,8 +7,9 @@ MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="Portability shim for OpenBSD's rpki-client"
|
||||
HOMEPAGE="https://www.rpki-client.org/"
|
||||
SRC_URI="mirror://openbsd/${PN}/${PN}-${MY_PV}.tar.gz"
|
||||
HOMEPAGE="https://rpki-client.org/"
|
||||
SRC_URI="mirror://openbsd/${PN}/${PN}-${MY_PV}.tar.gz
|
||||
https://lg.breizh-ix.net/ssl/cert.pem -> ${PN}-${MY_PV}-cert.pem"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
@@ -18,6 +19,8 @@ IUSE=""
|
||||
DEPEND="
|
||||
acct-group/_rpki-client
|
||||
acct-user/_rpki-client
|
||||
dev-libs/libretls
|
||||
dev-libs/openssl[rfc3779]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
@@ -36,8 +39,12 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install
|
||||
|
||||
insinto /etc/rpki
|
||||
doins *.tal
|
||||
keepdir "/var/db/${PN}/"
|
||||
fowners -R _rpki-client "/var/db/${PN}/"
|
||||
|
||||
insinto /etc/ssl
|
||||
newins "${DISTDIR}/${PN}-${MY_PV}-cert.pem" cert.pem
|
||||
}
|
||||
@@ -7,19 +7,25 @@ MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="Portability shim for OpenBSD's rpki-client"
|
||||
HOMEPAGE="https://www.rpki-client.org/"
|
||||
SRC_URI="mirror://openbsd/${PN}/${PN}-${MY_PV}.tar.gz"
|
||||
HOMEPAGE="https://rpki-client.org/"
|
||||
SRC_URI="mirror://openbsd/${PN}/${PN}-${MY_PV}.tar.gz
|
||||
https://lg.breizh-ix.net/ssl/cert.pem -> ${PN}-${MY_PV}-cert.pem"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
acct-group/_rpki-client
|
||||
acct-user/_rpki-client
|
||||
dev-libs/libretls
|
||||
dev-libs/openssl[rfc3779]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-build/libtool"
|
||||
BDEPEND="
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
src_configure() {
|
||||
@@ -33,9 +39,12 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install
|
||||
|
||||
insinto /etc/rpki
|
||||
doins *.tal
|
||||
keepdir "/var/cache/rpki-client/"
|
||||
keepdir "/var/db/rpki-client/"
|
||||
fowners -R _rpki-client "/var/db/rpki-client/"
|
||||
keepdir "/var/db/${PN}/"
|
||||
fowners -R _rpki-client "/var/db/${PN}/"
|
||||
|
||||
insinto /etc/ssl
|
||||
newins "${DISTDIR}/${PN}-${MY_PV}-cert.pem" cert.pem
|
||||
}
|
||||
53
net-misc/rpki-client/rpki-client-8.8.ebuild
Normal file
53
net-misc/rpki-client/rpki-client-8.8.ebuild
Normal file
@@ -0,0 +1,53 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="Portability shim for OpenBSD's rpki-client"
|
||||
HOMEPAGE="https://rpki-client.org/"
|
||||
SRC_URI="mirror://openbsd/${PN}/${PN}-${MY_PV}.tar.gz
|
||||
https://lg.breizh-ix.net/ssl/cert.pem -> ${PN}-${MY_PV}-cert.pem"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
acct-group/_rpki-client
|
||||
acct-user/_rpki-client
|
||||
dev-libs/expat
|
||||
dev-libs/libretls
|
||||
dev-libs/openssl[rfc3779]
|
||||
sys-libs/zlib
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--with-rsync=rsync
|
||||
--with-base-dir="/var/cache/${PN}"
|
||||
--with-output-dir="/var/db/${PN}"
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install
|
||||
|
||||
insinto /etc/rpki
|
||||
doins *.tal
|
||||
doins *.constraints
|
||||
keepdir "/var/db/${PN}/"
|
||||
fowners -R _rpki-client "/var/db/${PN}/"
|
||||
|
||||
insinto /etc/ssl
|
||||
newins "${DISTDIR}/${PN}-${MY_PV}-cert.pem" cert.pem
|
||||
}
|
||||
Reference in New Issue
Block a user