public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/uek-sources/
Date: Sun,  6 Mar 2022 01:39:46 +0000 (UTC)	[thread overview]
Message-ID: <1646530782.4fbeb2084e3321300b3fb309b1e019f5ad6a639f.epsilon-0@gentoo> (raw)

commit:     4fbeb2084e3321300b3fb309b1e019f5ad6a639f
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Mar  5 18:26:55 2022 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Mar  6 01:39:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fbeb208

sys-kernel/uek-sources: drop old version

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sys-kernel/uek-sources/Manifest                    |  1 -
 .../uek-sources-5.4.17.2136.305.4.ebuild           | 67 ----------------------
 2 files changed, 68 deletions(-)

diff --git a/sys-kernel/uek-sources/Manifest b/sys-kernel/uek-sources/Manifest
index 041db832f..08e68e28b 100644
--- a/sys-kernel/uek-sources/Manifest
+++ b/sys-kernel/uek-sources/Manifest
@@ -1,5 +1,4 @@
 DIST genpatches-5.4-185.base.tar.xz 4446400 BLAKE2B 543f3c223d01c6a42fd2a5a8c2d35856ebea1567ad9bc0e6dfb4781e1cb7335f90ac63987ca614c3995121f39478575cd144f720561ea8e19efd1f8b1a353d7c SHA512 43eefa02743e516ab37effe13c89246679c4247314aaafa407d796489383cf730531f50a1b49b185bc8bdddbe62b7c47c36e7a10102fd5da7f8023bcd032165c
 DIST genpatches-5.4-185.experimental.tar.xz 16892 BLAKE2B c480c1250fa0bba8e29aadf543d073b47fab5fc50f89e19c27cd010238aa411bc065fa1a10c1d279b25b2b2ee1c2c9cc4fb5ed01352356965e1e60894ef22d9e SHA512 02100a80ce209c7746a9bf128cc8883c69dfe6848489431c45f76e837f1b38905c95f17c921e4fa610ce5c63f12657c1513a6c345a9325f50bc7ff5c2950b2c1
 DIST genpatches-5.4-185.extras.tar.xz 1816 BLAKE2B 20364d1e6bca36b5335f6c0e0f63780b939668159207be2f4211da56525720963d432e90930151491962dc0353e48dca713a80e498f2da69912b709efca5bf6a SHA512 c80111e1c03629106a3f0839df80c12bb8cb6027d21cd98e7ce023f1d0eb8f188adb319d2c25cee9e2ca8c1b03f92bc0f69d02b23ad56c4eace4b5d5fd87927e
-DIST linux-uek-5.4.17-2136.305.4.tar.gz 175489600 BLAKE2B 24522757acd044c46b5c3585778c2150ea53366c8372acb7d849f1e95630629e1e560bc6f5c25a371e548e52b953bb6d5d076822f5c42421e94e178aea1a13b2 SHA512 bd9ed1066f4a6791c7cc908fa48d302ed609c0dcab144f84f88007bbc9df8d871c73abc09b6e5a11900c7a7d6862d115061e4ca5636b5ffebaab4e03d88cd5b0
 DIST linux-uek-5.4.17-2136.305.5.tar.gz 175486059 BLAKE2B e51fd6ddc031f3a901ad5e041a966f280be7b33efc43aac6ee468653b7cb9215270c669589891f20e2399031fa9e62ffe4b1357961cfaca4cc51bcf9178a268d SHA512 83a2380013af0cf9600cf7ef36a6eb530e544603684945932bca1a3dd874a366a857bfb7f20e774be545d253bd20457a02c36524982408e498cafbe2f7b6e885

diff --git a/sys-kernel/uek-sources/uek-sources-5.4.17.2136.305.4.ebuild b/sys-kernel/uek-sources/uek-sources-5.4.17.2136.305.4.ebuild
deleted file mode 100644
index 2e8b8444b..000000000
--- a/sys-kernel/uek-sources/uek-sources-5.4.17.2136.305.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KERNEL_VERSION=$(ver_cut 1-3)
-KERNEL_TRUNK=$(ver_cut 1-2)
-UEK_PATCH_VERSION=$(ver_cut 4-6)
-UEK_VERSION="${KERNEL_VERSION}-${UEK_PATCH_VERSION}"
-
-ETYPE="sources"
-
-K_GENPATCHES_VER="185"
-K_SECURITY_UNSUPPORTED="1"
-CKV="${KERNEL_VERSION}_p${UEK_PATCH_VERSION}"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-DESCRIPTION="Unbreakable Enterprise Kernel (UEK) sources built from Oracle"
-HOMEPAGE="https://github.com/oracle/linux-uek"
-SRC_URI="
-	https://github.com/oracle/linux-uek/archive/refs/tags/v${UEK_VERSION}.tar.gz
-		-> linux-uek-${UEK_VERSION}.tar.gz
-	https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.base.tar.xz
-	https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.experimental.tar.xz
-	https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.extras.tar.xz
-"
-S="${WORKDIR}/linux-uek-${UEK_VERSION}"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE="+gentoo experimental"
-
-PATCHES=(
-	"${FILESDIR}"/uek-sources-5.4.17.2136.303.1-ip6_sock_set_v6only.patch
-	"${FILESDIR}"/uek-sources-5.4.17.2136.303.2-O3.patch
-)
-
-src_unpack() {
-	default
-
-	# remove all backup files
-	find . -iname "*~" -print -exec rm {} \; 2>/dev/null
-
-	unpack_set_extraversion
-	unpack_fix_install_path
-
-	env_setup_xmakeopts
-}
-
-src_prepare() {
-	use gentoo && PATCHES+=(
-		"${WORKDIR}"/1500_XATTR_USER_PREFIX.patch
-		"${WORKDIR}"/1510_fs-enable-link-security-restrictions-by-default.patch
-		"${WORKDIR}"/2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
-		"${WORKDIR}"/2600_enable-key-swapping-for-apple-mac.patch
-		"${WORKDIR}"/2920_sign-file-patch-for-libressl.patch
-		"${WORKDIR}"/4567_distro-Gentoo-Kconfig.patch
-	)
-	use experimental && PATCHES+=(
-		"${WORKDIR}"/5000_shifts-ubuntu-20.04.patch
-		"${WORKDIR}"/5010_enable-cpu-optimizations-universal.patch
-	)
-	default
-}


             reply	other threads:[~2022-03-06  1:39 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-06  1:39 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  1:35 [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/uek-sources/ Aisha Tammy
2024-08-15 22:33 Aisha Tammy
2024-07-14 16:03 Aisha Tammy
2024-07-03 22:02 Aisha Tammy
2024-05-16 16:41 Aisha Tammy
2024-04-28  4:29 Aisha Tammy
2024-03-31  0:47 Aisha Tammy
2024-03-30 20:46 Aisha Tammy
2024-03-29 11:02 Aisha Tammy
2024-03-17 12:45 Aisha Tammy
2024-03-17 12:38 Aisha Tammy
2024-03-12  3:19 Aisha Tammy
2024-03-12  3:03 Aisha Tammy
2024-02-18  3:52 Aisha Tammy
2024-02-04  0:39 Aisha Tammy
2024-01-27 16:29 Aisha Tammy
2024-01-26  1:04 Aisha Tammy
2024-01-20  4:38 Aisha Tammy
2024-01-13  2:50 Aisha Tammy
2024-01-09  5:46 Aisha Tammy
2023-12-23 15:53 Aisha Tammy
2023-12-22 22:28 Aisha Tammy
2023-11-19 20:04 Aisha Tammy
2023-11-03  3:05 Aisha Tammy
2023-08-19 18:30 Aisha Tammy
2023-05-27 16:17 Rahul Sandhu
2023-02-24 13:43 Aisha Tammy
2023-01-14  2:58 Aisha Tammy
2022-10-29 14:30 Aisha Tammy
2022-10-29 14:30 Aisha Tammy
2022-10-29 14:30 Aisha Tammy
2022-10-16  1:40 Aisha Tammy
2022-09-17 15:27 Aisha Tammy
2022-09-17 15:27 Aisha Tammy
2022-09-03 16:24 Aisha Tammy
2022-09-03 16:24 Aisha Tammy
2022-08-13 22:54 Aisha Tammy
2022-08-12 23:48 Aisha Tammy
2022-07-27  0:14 Aisha Tammy
2022-07-21 18:16 Aisha Tammy
2022-07-21 18:12 Aisha Tammy
2022-07-03 13:26 Aisha Tammy
2022-07-03 13:14 Aisha Tammy
2022-06-17 15:15 Aisha Tammy
2022-06-09 12:34 Aisha Tammy
2022-05-14 16:30 Aisha Tammy
2022-04-26 18:18 Aisha Tammy
2022-03-31 13:23 Aisha Tammy
2022-03-05 18:26 Aisha Tammy
2022-02-25 18:01 Aisha Tammy
2022-02-25 18:01 Aisha Tammy
2022-02-23 19:51 Aisha Tammy
2022-02-20 11:53 Aisha Tammy
2022-01-23 20:44 Aisha Tammy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1646530782.4fbeb2084e3321300b3fb309b1e019f5ad6a639f.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox