public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Remove kdbus support as it is, discontinued. First reported in bug #576614 by jon R-B
@ 2016-12-15  0:23 Mike Pagano
  2016-12-15 23:38 ` Mike Pagano
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Pagano @ 2016-12-15  0:23 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 1641 bytes --]

kdbus is discontinued and is being reworked upstream as a different
effort with a different name.
That said, remove unused kdbus support from the kernel eclass.

---
 eclass/kernel-2.eclass | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 2b4f21c..424aa03 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -156,13 +156,6 @@
 # in the long term directories on the upstream servers
 # as the location has been changed by upstream

-# @ECLASS-VARIABLE:  K_KDBUS_AVAILABLE		
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# If set, the ebuild contains the option of installing the
-# kdbus patch.  This patch is not installed without the 'kdbus'
-# and 'experimental' use flags.
-
 # @ECLASS-VARIABLE:  H_SUPPORTEDARCH		
 # @DEFAULT_UNSET
 # @DESCRIPTION:
@@ -610,10 +603,6 @@ if [[ ${ETYPE} == sources ]]; then
 	DESCRIPTION="Sources based on the Linux Kernel."
 	IUSE="symlink build"

-	if [[ -n ${K_KDBUS_AVAILABLE} ]]; then
-		IUSE="${IUSE} kdbus"
-	fi
-
 	# Bug #266157, deblob for libre support
 	if [[ -z ${K_PREDEBLOBBED} ]] ; then
 		# Bug #359865, force a call to detect_version if needed
@@ -1246,13 +1235,6 @@ unipatch() {
 					UNIPATCH_DROP+="
5000_enable-additional-cpu-optimizations-for-gcc.patch"
 				fi
 			fi
-
-			# if kdbus use flag is not set, drop the kdbus patch
-            if [[ $UNIPATCH_DROP != *"5015_kdbus*.patch"* ]]; then
-				if ! has kdbus ${IUSE} ||  ! use kdbus; then
-					UNIPATCH_DROP="${UNIPATCH_DROP} 5015_kdbus*.patch"
-				fi
-			fi
  		fi
 	done

-- 
2.10.2



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Remove kdbus support as it is, discontinued. First reported in bug #576614 by jon R-B
  2016-12-15  0:23 [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Remove kdbus support as it is, discontinued. First reported in bug #576614 by jon R-B Mike Pagano
@ 2016-12-15 23:38 ` Mike Pagano
  2016-12-16  3:33   ` Alice Ferrazzi
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Pagano @ 2016-12-15 23:38 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 500 bytes --]

On 12/14/2016 07:23 PM, Mike Pagano wrote:
> kdbus is discontinued and is being reworked upstream as a different
> effort with a different name.
> That said, remove unused kdbus support from the kernel eclass.
> 

Committed.


-- 
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Lead
E-Mail     : mpagano@gentoo.org
GnuPG FP   : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key :
http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Remove kdbus support as it is, discontinued. First reported in bug #576614 by jon R-B
  2016-12-15 23:38 ` Mike Pagano
@ 2016-12-16  3:33   ` Alice Ferrazzi
  0 siblings, 0 replies; 3+ messages in thread
From: Alice Ferrazzi @ 2016-12-16  3:33 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

looks nice

On 16 Dec 2016 08:38, "Mike Pagano" <mpagano@gentoo.org> wrote:

On 12/14/2016 07:23 PM, Mike Pagano wrote:
> kdbus is discontinued and is being reworked upstream as a different
> effort with a different name.
> That said, remove unused kdbus support from the kernel eclass.
>

Committed.


--
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Lead
E-Mail     : mpagano@gentoo.org
GnuPG FP   : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key :
http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index

[-- Attachment #2: Type: text/html, Size: 1191 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-16  3:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15  0:23 [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Remove kdbus support as it is, discontinued. First reported in bug #576614 by jon R-B Mike Pagano
2016-12-15 23:38 ` Mike Pagano
2016-12-16  3:33   ` Alice Ferrazzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox