Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/startup-notification/
Date: Mon, 28 Dec 2020 17:35:54
Message-Id: 1609176947.900c3363d2ae16c850584ed0ca7d23d1a58d8618.floppym@gentoo
1 commit: 900c3363d2ae16c850584ed0ca7d23d1a58d8618
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 26 02:59:32 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 17:35:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900c3363
7
8 x11-libs/startup-notification: EAPI 7
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 .../startup-notification-0.12-r1.ebuild | 15 ++++++---------
15 1 file changed, 6 insertions(+), 9 deletions(-)
16
17 diff --git a/x11-libs/startup-notification/startup-notification-0.12-r1.ebuild b/x11-libs/startup-notification/startup-notification-0.12-r1.ebuild
18 index bb0bf32b48f..59bd01ed51e 100644
19 --- a/x11-libs/startup-notification/startup-notification-0.12-r1.ebuild
20 +++ b/x11-libs/startup-notification/startup-notification-0.12-r1.ebuild
21 @@ -1,8 +1,8 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 -inherit eutils xorg-2
27 +EAPI=7
28 +inherit xorg-3
29
30 DESCRIPTION="Application startup notification and feedback library"
31 HOMEPAGE="https://www.freedesktop.org/wiki/Software/startup-notification"
32 @@ -11,7 +11,6 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
33 LICENSE="LGPL-2 MIT"
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -IUSE=""
37
38 RDEPEND=">=x11-libs/libX11-1.4.3
39 >x11-libs/libxcb-1.6
40 @@ -21,9 +20,7 @@ DEPEND="${RDEPEND}
41
42 DOCS=( AUTHORS ChangeLog NEWS doc/${PN}.txt )
43
44 -src_prepare() {
45 - epatch \
46 - "${FILESDIR}"/${P}-sys-select_h.patch \
47 - "${FILESDIR}"/${P}-time_t-crash-with-32bit.patch
48 - elibtoolize
49 -}
50 +PATCHES=(
51 + "${FILESDIR}"/${P}-sys-select_h.patch
52 + "${FILESDIR}"/${P}-time_t-crash-with-32bit.patch
53 +)