diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest index 2701130057..59455c7430 100644 --- a/dev-ruby/ruby-install/Manifest +++ b/dev-ruby/ruby-install/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch b/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch new file mode 100644 index 0000000000..040452eed2 --- /dev/null +++ b/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch @@ -0,0 +1,13 @@ +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" + diff --git a/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild b/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild new file mode 100644 index 0000000000..4e4057cefa --- /dev/null +++ b/dev-ruby/ruby-install/ruby-install-0.9.1.ebuild @@ -0,0 +1,48 @@ +# 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 +} diff --git a/net-wireless/rtl8821cu/Manifest b/net-wireless/rtl8821cu/Manifest index 3b095d5cff..2516366926 100644 --- a/net-wireless/rtl8821cu/Manifest +++ b/net-wireless/rtl8821cu/Manifest @@ -1 +1 @@ -DIST rtl8821cu-0_pre20230713.tar.gz 13821458 BLAKE2B f72b073ed186c47bf7317680c3be7c54f8fc5b14a695c637bdd5b3de3a7983103a514c637ca936410050be320d903ee4a6e2d76ce2d2119756cd8110bdeacb76 SHA512 00b415cc34c9c26b78cf9e650af4ae1c4e5c75ea4f5df007ee9b509759590ff0b7c8d7b930b5331ae7ff63e1f000e178c790a3a02117d2a671ea23d2bbc485d1 +DIST rtl8821cu-0_pre20230719.tar.gz 13821814 BLAKE2B bfe3b3ed19bfc163bd0afdfd87ae0b6919af864a6e7f1dc32c669bac5c7abbbcbd5024057c131c1e4bc9c6b8c09d455f54fde973bc7eda4057f82a02385150fd SHA512 7db3e4b7b1198625b5c431b9564b9e5c501841f973120d5426fd4219c029f8655745ecec5f1795e04aafb8dec700fb7b9ed6918fe1fb88fe43da7ffaea4a55e5 diff --git a/net-wireless/rtl8821cu/rtl8821cu-0_pre20230713.ebuild b/net-wireless/rtl8821cu/rtl8821cu-0_pre20230719.ebuild similarity index 92% rename from net-wireless/rtl8821cu/rtl8821cu-0_pre20230713.ebuild rename to net-wireless/rtl8821cu/rtl8821cu-0_pre20230719.ebuild index 58bd208e49..9d2decd2f2 100644 --- a/net-wireless/rtl8821cu/rtl8821cu-0_pre20230713.ebuild +++ b/net-wireless/rtl8821cu/rtl8821cu-0_pre20230719.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit linux-mod-r1 MY_PN="8821cu-20210916" -COMMIT="e31f613ffa57c20250fc9ad3c4b8dd3ca2fbcc66" +COMMIT="4efe62365cea9f281ba67d5ceb214bf4850ba1f5" DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel" HOMEPAGE="https://github.com/morrownr/8821cu-20210916" SRC_URI="https://github.com/morrownr/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" diff --git a/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild b/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild index 41ee8893da..19acdd0a44 100644 --- a/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild +++ b/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..12} ) -inherit linux-mod-r1 git-r3 distutils-r1 desktop systemd +inherit linux-mod-r1 git-r3 distutils-r1 systemd EGIT_REPO_URI="https://github.com/johnfanv2/LenovoLegionLinux.git" diff --git a/sys-firmware/LenovoLegionLinux/files/cpu b/sys-firmware/LenovoLegionLinux/files/cpu deleted file mode 100644 index 76224d3fa7..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/cpu +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Remove the comment for your configuration - -#RYZEN (Cpu TDP control using RyzenADJ) -#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt] -#Disable by default see the github from both project -CPU_Control=0 -#NVIDIA (nvidia-smi) -#TEAM_GREEN=1 -#AMD (rocm-smi) -#TEAM_RED=1 \ No newline at end of file diff --git a/sys-firmware/LenovoLegionLinux/files/legion_cli.policy b/sys-firmware/LenovoLegionLinux/files/legion_cli.policy deleted file mode 100644 index c19c64c556..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/legion_cli.policy +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Authentication is required to run legion_cli - legion_cli - - auth_admin_keep - auth_admin_keep - auth_admin_keep - - /usr/bin/legion_cli - true - - - diff --git a/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop b/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop deleted file mode 100644 index 48b17927d2..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=LenovoLegionLinux -Icon=/usr/share/pixmaps/legion_logo.png -Exec=legion_gui --use_legion_cli_to_write -Comment=Control Lenovo Legion Laptops -Categories=System -Terminal=false diff --git a/sys-firmware/LenovoLegionLinux/files/nvidia b/sys-firmware/LenovoLegionLinux/files/nvidia deleted file mode 100644 index 93d3f08243..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/nvidia +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Remove the comment for your configuration - -#RYZEN (Cpu TDP control using RyzenADJ) -#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt] -#Disable by default see the github from both project -#CPU_Control=0 -#NVIDIA (nvidia-smi) -TEAM_GREEN=1 -#AMD (rocm-smi) -#TEAM_RED=1 \ No newline at end of file diff --git a/sys-firmware/LenovoLegionLinux/files/radeon b/sys-firmware/LenovoLegionLinux/files/radeon deleted file mode 100644 index 660f9f8815..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/radeon +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Remove the comment for your configuration - -#RYZEN (Cpu TDP control using RyzenADJ) -#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt] -#Disable by default see the github from both project -#CPU_Control=0 -#NVIDIA (nvidia-smi) -#TEAM_GREEN=1 -#AMD (rocm-smi) -TEAM_RED=1 \ No newline at end of file diff --git a/www-apps/code-server-bin/Manifest b/www-apps/code-server-bin/Manifest index a97c266172..09b6613860 100644 --- a/www-apps/code-server-bin/Manifest +++ b/www-apps/code-server-bin/Manifest @@ -1,8 +1,8 @@ -DIST code-server-4.13.0-linux-amd64.tar.gz 97870904 BLAKE2B 320b845f1cca424c52022795bd77d1646786dfa1582944aa402e49e877c90af32a069662af5bd8385671118f74d4f66bfc95d4d1f875e865f74fd81732290559 SHA512 e7f50fb0bff5dbe5b075d6c1410f056f0e78e790eeab91fd0fa9596b1c52b8243798f10d5f609beb0288f965eb40b4519a0ad83972804f52dc1b88e456d91a7f -DIST code-server-4.13.0-linux-arm64.tar.gz 96675774 BLAKE2B 4c117fa6e0c06b5203863ae1a35d5a57e36c0bc339ddf009ff106efbf3a0207ea9deb9efbf868a14f9c0bf64e3034c626d99647073c90fa9c4dd59b938b2e0ae SHA512 04478cc1280326fede817549e21a086f1f0281a79b52059a1523246f42d024463a7aac61f443b6441e10f202558889ad9cb63c962f4a075cd78c14b00318d5b9 DIST code-server-4.14.1-linux-amd64.tar.gz 98672270 BLAKE2B 9b7389b3578209391ac0c4a622e4e9a8bdb2bfcbc3f9eda5b26264b122273777819d097f6fa03114429a7bdc4ab7ac943bb104683b5867e3df248171551548d9 SHA512 1d70f5dbc4f4605d5fd254df117d34c8b05fc33085c27c909f8ec73d5ef9a3d71bb11617b38a6fa3dc32138c6df92db0555c14ede814b6868cb43acec182c70a DIST code-server-4.14.1-linux-arm64.tar.gz 97486113 BLAKE2B d918d2a7f5f0be73f26408d9bb0f4a499d98044da58b19dce1146508c9a68cdf8abfb577789a70fc15658c2265b1fc548f9ed96fbf69859a5993d0218d3cca0f SHA512 70db38d528ea24446859eab61c9a502e901dc325f15a50bc5788acf42bd49e29750350748a1534dbaaceb59fd1654d43e2092a481fae0768916031d07ad1e501 DIST code-server-4.15.0-linux-amd64.tar.gz 99499811 BLAKE2B b14a712624d312190be8320103f156fdefb99ab0990e11a555e3d2eb647bd28b7296e55ce9080d4b642ae1eda3780db6e6ab24310635ec1b714e7df7749250f9 SHA512 5c825ef33458bc7d8cb53657d7160dd01afe6fda4ce9f5dadcb9e977ab921dd092320c3e8bb1120543782a1591745dc46e712e87964f1abcc5fcc554566f9193 DIST code-server-4.15.0-linux-arm64.tar.gz 98256392 BLAKE2B 0a9391ab69139e8674fe0f408bc98946e50114239d08bcb152f617fba2bbf42601432c05861e19fff1500574f8d54df4b1d768898c381fe31d518f0d2d8886f5 SHA512 95f0a1ac33ef0280f3195fbf0563f8e5f3d3fce18991758edf095dec52cd501769951b4905a83fcb100b0c5aec8db29feea6cb992e945b4f4447e56be26df2db DIST code-server-4.16.0-linux-amd64.tar.gz 99495017 BLAKE2B 3d4afbc0d64bc31bd1caf4457fcd39e161ba2036085494c23f3b125975e8f2d2f56e458474781c3cad950634831b53c8da4d8e9128700fec8489cfe6f528e0cf SHA512 8c0f694671b050f020deed8247b14a480ae5a5855cb99c4c1c86ba248119cf0e34b4653a5a26237cd769ff4fb7e20438e45bc0bb31151fbd16f2fcb35caab7ee DIST code-server-4.16.0-linux-arm64.tar.gz 98257595 BLAKE2B 907cb8d0fd15e81eef3ed3cfa93018f289536cea480212424d89c90624dcd1bee3563008565fb8641fb2859989c211c1d1d791c42bf068e53bd43f71ecfa9eb5 SHA512 abc69af88743029d3bc2f1f4f7f2f46f671929f61dd193a531afba96bf678454b8ea0794709100aab5c6dbf86382bd9edb94582a2e6426219851e40e86bd489a +DIST code-server-bin-4.16.1-amd64.tar.gz 99495970 BLAKE2B 361c07e00ba297b2a901a133685b53d31e3804ce31c21b279619d61ae867c91261f8af9d1049a6467a87e5f355b32177207e68bdd970788e7ba8ac653deade6f SHA512 d0f657a6e1a455d8d5155174ac7700f5562513dccb816333286221d881346cbc837b3fdb1562966249535d975c017cd5f4f0dada2526517ad2622d945f2bd665 +DIST code-server-bin-4.16.1-arm64.tar.gz 98260104 BLAKE2B bc889fdfe577b7115d2a6411354b915b3da02a1a22bdf576aba99ade9819a613ec76d4b26130d06c49e8e42eeb3e3fdf40a89b1910e43f3704761494d315f3d9 SHA512 f9bd711fe2334501bf339c2bed73a9411d898bf44dd34cf0ff7a476b74ae7397032186aca3c911321ce6808cecb3e67f244eee58a55a50ae9c62d9fe65b39c28 diff --git a/www-apps/code-server-bin/code-server-bin-4.13.0-r1.ebuild b/www-apps/code-server-bin/code-server-bin-4.16.1.ebuild similarity index 93% rename from www-apps/code-server-bin/code-server-bin-4.13.0-r1.ebuild rename to www-apps/code-server-bin/code-server-bin-4.16.1.ebuild index 35845168af..cdf7ad04c1 100644 --- a/www-apps/code-server-bin/code-server-bin-4.13.0-r1.ebuild +++ b/www-apps/code-server-bin/code-server-bin-4.16.1.ebuild @@ -12,14 +12,14 @@ inherit systemd DESCRIPTION="VS Code in the browser (binary version with unbundled node and ripgrep)" HOMEPAGE="https://coder.com/" SRC_URI=" - amd64? ( ${BASE_URI}-amd64.tar.gz ) - arm64? ( ${BASE_URI}-arm64.tar.gz ) + amd64? ( ${BASE_URI}-amd64.tar.gz -> ${P}-amd64.tar.gz ) + arm64? ( ${BASE_URI}-arm64.tar.gz -> ${P}-arm64.tar.gz ) " RESTRICT="test" -LICENSE="MIT 0BSD ISC PYTHON BSD-2 BSD Apache-2.0 Unlicense LGPL-2.1+ - || ( BSD-2 MIT Apache-2.0 ) +LICENSE="MIT ISC BSD Apache-2.0 BSD-2 PYTHON GPL-2 0BSD" +LICENSE+=" LGPL-2.1+ || ( MIT WTFPL ) - || ( BSD GPL-2 ) + || ( BSD-2 MIT Apache-2.0 ) " SLOT="0" KEYWORDS="~amd64 ~arm64"