mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
Merge updates from master
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Leonardo Hernández Hernández</name>
|
||||
<email>leohdz172@proton.me</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/silver-prompt/zsh/issues</bugs-to>
|
||||
<doc>https://github.com/silver-prompt/zsh/blob/master/README.md</doc>
|
||||
<remote-id type="github">silver-prompt/zsh</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Zsh plugin for silver"
|
||||
HOMEPAGE="https://github.com/silver-prompt/zsh"
|
||||
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/silver-prompt/zsh.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
app-shells/zsh
|
||||
app-shells/silver
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/zsh/site-contrib/zsh-silver
|
||||
doins silver.plugin.zsh
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "In order to use ${CATEGORY}/${PN} add"
|
||||
elog ". /usr/share/zsh/site-contrib/zsh-silver/silver.plugin.zsh"
|
||||
elog "at the end of your ~/.zshrc"
|
||||
elog
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
DIST evernote3-1.25.14.tar.gz 128787 BLAKE2B d3be20f6f582d30e19d20e8c91920f3b09588d035f337b784064c9659df6ce22cb6ece3736ced60dc33d8f04a0544241314cc5efd54a238f38b865361433155d SHA512 a7f80bb804c69274fb48a33f039787fcf8ee45a4af380f1e757df4f7b36bcfdf855a0776e8f7140286db1d1c52480c5be9d08ade3fc02d8d743f62329e48b287
|
||||
@@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Evernote SDK"
|
||||
HOMEPAGE="https://github.com/Evernote/evernote-sdk-python3"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="dev-python/oauth2[${PYTHON_USEDEP}]
|
||||
dev-python/oauthlib[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-oauthlib[${PYTHON_USEDEP}]"
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Evernote/evernote-sdk-python3</remote-id>
|
||||
<remote-id type="pypi">evernote3</remote-id>
|
||||
<bugs-to>https://github.com/Evernote/evernote-sdk-python3/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST oauth2-1.9.gh.tar.gz 27353 BLAKE2B 07fd62f16e4053d2bac7c1ab672fd178967ff20c9e3ecd6a1c31d5898fa0aeb6170944b07b2345f73aa9b2928622e7e0e88f2a96cf0d0bb4ea89417de80917cd SHA512 ba3183aa4e5512920fa540955321646c167d23dfd4bc2fad4d5426e1b71e35e91fe11f6cd919a7913015f9bf33c43849659cb97c862a57b5c2e288ace29ad452
|
||||
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription lang="en">
|
||||
This library implements OAuth 1.0 and not OAuth 2.0.
|
||||
|
||||
This code was originally forked from Leah Culver and Andy Smith's oauth.py code. Some of the tests come from a fork by Vic Fryzel, while a revamped Request class and more tests were merged in from Mark Paschal's fork. A number of notable differences exist between this code and its forefathers:
|
||||
|
||||
100% unit test coverage.
|
||||
The DataStore object has been completely ripped out. While creating unit tests for the library I found several substantial bugs with the implementation and confirmed with Andy Smith that it was never fully baked.
|
||||
Classes are no longer prefixed with OAuth.
|
||||
The Request class now extends from dict.
|
||||
The library is likely no longer compatible with Python 2.3.
|
||||
The Client class works and extends from httplib2. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
|
||||
</longdescription>
|
||||
<maintainer type="person">
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">joestump/python-oauth2</remote-id>
|
||||
<remote-id type="pypi">oauth2</remote-id>
|
||||
<bugs-to>https://github.com/joestump/python-oauth2/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{3..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A fully tested, abstract interface to creating OAuth clients and servers."
|
||||
HOMEPAGE="https://github.com/joestump/python-oauth2"
|
||||
SRC_URI="https://github.com/joestump/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}"/python-${P}
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pycodestyle[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
rm -rf "${S}/tests"
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
DIST python-oauth2-1.1.1.tar.gz 45363 BLAKE2B 26d502ab0f577d1ec50462bec50ce43ae94f7fd54ccc9145c731b2c1c2795f84eb939bdaea6fea43b8866076f065700a04f329c84c52114e3455507da0058d10 SHA512 5dad5ebf38298379fb430426f57f705bcfe38137c418d7b5afa837ab2473e699e0bf63cbc2078c28ca87fcdb10303f5a94cc4028739217c352eecb280a8e7847
|
||||
EBUILD python-oauth2-1.1.1-r1.ebuild 853 BLAKE2B ccd124326b21dd8a81ae8974d68eb2c8c09bfc3c2cb3f6af4782c1f233b6e88ed5918b50d6b3422e33ec369681f7ecd4fbec80b238f5b39594a9f7dfd31147ef SHA512 d139b094c6ce867bfc2cc37d39c9db6d4eb609c8704cf0f176880e24f8f39c1983a3ea3d21733f46d53302a3feb601e82732326f73481ad0df386b3d9ecca925
|
||||
MISC metadata.xml 344 BLAKE2B d89e439120cb6b7ea6e0543dcef2f107af475d9d13b9a5f2c6a79b5da4560434ff59f79929911a6f33f2459087d4001ac86815a3bd7019daa4b502ba72458c81 SHA512 aff830a58350d81f6c73a6a2249654f7b8982557dabe04bace6b05084eb940e94c07899c597f62845579a5d5e1bac2582fca230dfba153ced5581af729237e7f
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">frida/frida</remote-id>
|
||||
<remote-id type="pypi">python-oauth2</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="OAuth 2.0 provider for python"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/python-oauth2"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/pymongo[${PYTHON_USEDEP}]
|
||||
dev-python/python-memcached[${PYTHON_USEDEP}]
|
||||
dev-python/redis[${PYTHON_USEDEP}]
|
||||
dev-python/tornado[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
# test? ( dev-python/mock[${PYTHON_USEDEP}]
|
||||
# )"
|
||||
|
||||
#python_test() {
|
||||
# # Skip tests which require network access
|
||||
# py.test -k "not (test_access_token_post or test_access_token_get \
|
||||
# or test_two_legged_post or test_two_legged_get)" || die \
|
||||
# "tests failed with ${EPYTHON}"
|
||||
#}
|
||||
@@ -1,3 +1 @@
|
||||
DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52 SHA512 4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7
|
||||
DIST ruby-install-0.9.0.tar.gz 34536 BLAKE2B de44b380b47f1c194bd9c39e43527c48b61f051bc126b051d87ce23db7d5ed3c6f46a97ff454e847a47fe16535c15d5903839f07ed30446f0b2f0d063364961b SHA512 d40195519d4d49749e13fb9d1c2e8f6a4c4c7b1cb4c419ce737a2dc2f7f6fb80b0783626bfe4b4bdd642a189d6fd641a5a121a4fa661e8a7539b4eefa12435ae
|
||||
DIST ruby-install-0.9.1.tar.gz 35732 BLAKE2B b61d882d9f7a1c8e07b0b094689f6606f1a80fd03f334b2d6365e0a9b18a0ca6829ef0db009fa783821cfb58a13dc130d96a280775027a7d901eb599f0900b34 SHA512 48fdc6904b5ab7f4cb6f18385432edade88bf2f388ef167ab2752b51841a481fc0f1b735169b6ef50f2dd070e1e59c28d21c7a4aa8dabe292a668b5d41db52a7
|
||||
DIST ruby-install-0.9.3.tar.gz 39008 BLAKE2B aa498ec23eb96f1732e4b46b286939e9f39e632d1215e70bdcbc4ae05d2e490711ba4f9ae2766af4bb068e5ed9dbb041f118ff8fd4b6fb430294f5d7c84cf417 SHA512 4c9576ba5a825b696d4586034110adabbb687a8cefb27ade2d2129a23463ea7d9c01372c92395a1fcc2d35655a0d5f708a9d1368ee33051add602a8676da3c9e
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/share/ruby-install/ruby-install.sh b/share/ruby-install/ruby-install.sh
|
||||
index 976c2277..a0457d9f 100644
|
||||
--- a/share/ruby-install/ruby-install.sh
|
||||
+++ b/share/ruby-install/ruby-install.sh
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
shopt -s extglob
|
||||
|
||||
-ruby_install_version="0.9.0"
|
||||
+ruby_install_version="0.9.1"
|
||||
ruby_install_dir="${BASH_SOURCE[0]%/*}"
|
||||
ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), or mruby."
|
||||
HOMEPAGE="https://github.com/postmodern/ruby-install"
|
||||
SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
PROPERTIES="test_network"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND=">=app-shells/bash-3.0:*"
|
||||
RDEPEND="${DEPEND}
|
||||
sys-apps/grep
|
||||
|| ( >net-misc/wget-1.12 net-misc/curl )
|
||||
dev-libs/openssl
|
||||
app-arch/tar
|
||||
app-arch/bzip2
|
||||
app-arch/xz-utils
|
||||
sys-devel/patch
|
||||
|| ( >=sys-devel/gcc-4.2 sys-devel/clang )"
|
||||
BDEPEND="test? ( dev-util/shunit2 )"
|
||||
|
||||
# XXX: `make check` seems to be broken (violates shellcheck tests)
|
||||
src_test() {
|
||||
emake test
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
|
||||
|| die "Cannot fix doc location to follow Gentoo/FHS guidelines"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), or mruby."
|
||||
HOMEPAGE="https://github.com/postmodern/ruby-install"
|
||||
SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
PROPERTIES="test_network"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND=">=app-shells/bash-3.0:*"
|
||||
RDEPEND="${DEPEND}
|
||||
sys-apps/grep
|
||||
|| ( >net-misc/wget-1.12 net-misc/curl )
|
||||
dev-libs/openssl
|
||||
app-arch/tar
|
||||
app-arch/bzip2
|
||||
app-arch/xz-utils
|
||||
sys-devel/patch
|
||||
|| ( >=sys-devel/gcc-4.2 sys-devel/clang )"
|
||||
BDEPEND="test? ( dev-util/shunit2 )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-fix-version.patch"
|
||||
)
|
||||
|
||||
# BUG: `make check` fails: https://github.com/postmodern/ruby-install/issues/442
|
||||
src_test() {
|
||||
emake test
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
|
||||
|| die "Cannot fix doc location to follow Gentoo/FHS guidelines"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), or mruby."
|
||||
DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby, or MRuby."
|
||||
HOMEPAGE="https://github.com/postmodern/ruby-install"
|
||||
SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
@@ -35,7 +35,7 @@ src_test() {
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
|
||||
sed -i Makefile -e "s/^VERSION=${PV}$/VERSION=${PVR}/" \
|
||||
|| die "Cannot fix doc location to follow Gentoo/FHS guidelines"
|
||||
}
|
||||
|
||||
@@ -93,12 +93,6 @@ dev-python/hypothesmith
|
||||
# Masked for removal on 2024-05-28
|
||||
x11-terms/rio-terminfo
|
||||
|
||||
# David Roman <davidroman96@gmail.com> (2024-04-27)
|
||||
# Only a live ebuild without tests, inactive for +4 years
|
||||
# The package consist only of a 20 line zsh script
|
||||
# Removal on 2024-05-26
|
||||
app-shells/zsh-silver
|
||||
|
||||
# Lucio Sauer <watermanpaint@posteo.net> (2024-04-27)
|
||||
# Archived upstream, no revdeps, known security bugs, open downstream bugs
|
||||
# https://github.com/ad-oliviero/uwufetch/issues/257
|
||||
@@ -106,17 +100,6 @@ app-shells/zsh-silver
|
||||
# Removal on 2024-05-27
|
||||
app-misc/uwufetch
|
||||
|
||||
# David Roman <davidroman96@gmail.com> (2024-04-27)
|
||||
# According to the maintainer it does no longer works
|
||||
# Removal on 2024-05-26
|
||||
dev-python/evernote3
|
||||
|
||||
# David Roman <davidroman96@gmail.com> (2024-04-27)
|
||||
# Only needed by evernote2 and is deprecated and abandoned by upstream
|
||||
# Removal on 2024-05-26
|
||||
dev-python/python-oauth2
|
||||
dev-python/oauth2
|
||||
|
||||
# Julien Roy <julien@jroy.ca> (2024-03-21)
|
||||
# sys-libs/libucontext is masked in ::gentoo
|
||||
sys-libs/gcompat
|
||||
@@ -124,7 +107,7 @@ sys-libs/gcompat
|
||||
# Julien Roy <julien@jroy.ca> (2024-03-09)
|
||||
# Dracut fails to boot with Clevis 20
|
||||
# https://github.com/latchset/clevis/issues/456
|
||||
=app-crypt/clevis-20
|
||||
~app-crypt/clevis-20
|
||||
|
||||
# Viorel Munteanu <ceamac@gentoo.org> (2023-06-07)
|
||||
# Does not work on no-multilib profiles and cannot be masked per profile
|
||||
|
||||
Reference in New Issue
Block a user