From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07B681382C5 for ; Sat, 13 Mar 2021 22:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36B4BE0837; Sat, 13 Mar 2021 22:06:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11C54E0837 for ; Sat, 13 Mar 2021 22:06:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19A2A335CD6 for ; Sat, 13 Mar 2021 22:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 637A913B for ; Sat, 13 Mar 2021 22:05:59 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1615673151.72a572e59268980fb1cce7b1a83d29ace51a081c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xteddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xteddy/xteddy-2.2.ebuild X-VCS-Directories: x11-misc/xteddy/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 72a572e59268980fb1cce7b1a83d29ace51a081c X-VCS-Branch: master Date: Sat, 13 Mar 2021 22:05:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61260ada-23a2-43c8-b1ac-5282afaf06b0 X-Archives-Hash: f70fc1335eb747ed8d9fb3f243125b84 commit: 72a572e59268980fb1cce7b1a83d29ace51a081c Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Mar 3 14:53:06 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Mar 13 22:05:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a572e5 x11-misc/xteddy: EAPI 7 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/19754 Signed-off-by: Andreas K. Hüttel gentoo.org> x11-misc/xteddy/xteddy-2.2.ebuild | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/x11-misc/xteddy/xteddy-2.2.ebuild b/x11-misc/xteddy/xteddy-2.2.ebuild index 5924af61756..32e5717252e 100644 --- a/x11-misc/xteddy/xteddy-2.2.ebuild +++ b/x11-misc/xteddy/xteddy-2.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit autotools eutils +EAPI=7 +inherit autotools DESCRIPTION="A cuddly teddy bear (or other image) for your X desktop" HOMEPAGE="http://webstaff.itn.liu.se/~stegu/xteddy/" @@ -16,14 +16,17 @@ IUSE="" RDEPEND="media-libs/imlib2[X,png] x11-libs/libX11 x11-libs/libXext" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( AUTHORS README ChangeLog NEWS xteddy.README ) -src_prepare() { - epatch "${FILESDIR}"/${P}-linking.patch +PATCHES=( + "${FILESDIR}"/${P}-linking.patch +) +src_prepare() { + default # Fix paths in xtoys script wrt bug #404899 sed -i -e "s:/usr/games:/usr/bin:" xtoys || die eautoreconf