diff options
author | turret <turret@duck.com> | 2023-06-30 19:22:53 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-06-30 19:22:53 -0500 |
commit | 8b59fc5f0b7acbf1efa708f3c53d29ebefe1af2f (patch) | |
tree | 39e1f108f11fc6e1166815e0926eb144934065b7 /sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild | |
parent | 13ac9e7422105c69fb970cac234e09bcc73829c6 (diff) | |
download | portage-overlay-8b59fc5f0b7acbf1efa708f3c53d29ebefe1af2f.tar.gz portage-overlay-8b59fc5f0b7acbf1efa708f3c53d29ebefe1af2f.tar.bz2 portage-overlay-8b59fc5f0b7acbf1efa708f3c53d29ebefe1af2f.zip |
sys-kernel/gentoo-sources: upload old genpatches-23 distfiles
Diffstat (limited to 'sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild index 40f2e71..51aa1d9 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.19.ebuild @@ -11,11 +11,15 @@ detect_version detect_arch KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/" IUSE="experimental" DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" +SRC_URI="${ARCH_URI} +https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz +https://cdn.turret.cyou/939d01d7079d09be4f9f3a3b7a7fc9d1f33720dd/genpatches-6.1-23.base.tar.xz +https://cdn.turret.cyou/2626e8ab81d51427682d1160c6f21bc4de624033/genpatches-6.1-23.extras.tar.xz +https://cdn.turret.cyou/7d1645900832cf293b0c6c23a4473db78e436d00/genpatches-6.1-23.experimental.tar.xz" pkg_postinst() { kernel-2_pkg_postinst |