Diff dbus-glib-0.110 with a dbus-glib-0.112

/usr/portage/dev-libs/dbus-glib/dbus-glib-0.112.ebuild 2023-10-09 14:52:29.496368350 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5

  
5 6
inherit autotools bash-completion-r1 multilib-minimal toolchain-funcs
6 7

  
7 8
DESCRIPTION="D-Bus bindings for glib"
......
10 11

  
11 12
LICENSE="|| ( GPL-2 AFL-2.1 )"
12 13
SLOT="0"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14 15
IUSE="debug static-libs test"
15 16
RESTRICT="!test? ( test )"
16 17

  
......
29 30
	virtual/pkgconfig
30 31
" # CBUILD dependencies are needed to make a native tool while cross-compiling.
31 32

  
32
DOCS=( AUTHORS ChangeLog HACKING NEWS README )
33

  
34
PATCHES=( "${FILESDIR}"/${P}-config-glib-genmarshal.conf )
33
DOCS=( AUTHORS CONTRIBUTING.md NEWS README )
35 34

  
36 35
set_TBD() {
37 36
	# out of sources build dir for make check
......
101 100
	einstalldocs
102 101

  
103 102
	newbashcomp "${ED}"/etc/bash_completion.d/dbus-bash-completion.sh dbus-send
104
	rm -rf "${ED}"/etc/bash_completion.d || die
103
	rm -r "${ED}"/etc/bash_completion.d || die
105 104

  
106 105
	find "${ED}" -type f -name '*.la' -delete || die
107 106
}
Thank you!