From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89EB759CA3 for ; Sun, 14 Feb 2016 09:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFB57E07D1; Sun, 14 Feb 2016 09:32:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E42DE07D5 for ; Sun, 14 Feb 2016 09:32:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B3C1340B92 for ; Sun, 14 Feb 2016 09:32:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0E98EE for ; Sun, 14 Feb 2016 09:32:12 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1455442314.0bdcb2315ff113f4fd2efa74603a80fd8b5322de.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gartoon/gartoon-0.5-r2.ebuild X-VCS-Directories: x11-themes/gartoon/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0bdcb2315ff113f4fd2efa74603a80fd8b5322de X-VCS-Branch: master Date: Sun, 14 Feb 2016 09:32:12 +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-Archives-Salt: 371a45d6-ca96-4313-8326-21e2781fd68a X-Archives-Hash: 7b11473329c53417c379c64a69b6a10f commit: 0bdcb2315ff113f4fd2efa74603a80fd8b5322de Author: Jeroen Roovers gentoo org> AuthorDate: Sun Feb 14 09:31:54 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Feb 14 09:31:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdcb231 x11-themes/gartoon: EAPI 5 clean-up. Package-Manager: portage-2.2.27 x11-themes/gartoon/gartoon-0.5-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-themes/gartoon/gartoon-0.5-r2.ebuild b/x11-themes/gartoon/gartoon-0.5-r2.ebuild index 568459a..c5c1f86 100644 --- a/x11-themes/gartoon/gartoon-0.5-r2.ebuild +++ b/x11-themes/gartoon/gartoon-0.5-r2.ebuild @@ -2,14 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 DESCRIPTION="Gartoon SVG icon theme" HOMEPAGE="https://www.gentoo.org" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" -IUSE="" KEYWORDS="amd64 ~ppc sparc ~x86" SLOT="0" @@ -22,8 +21,9 @@ pkg_setup() { } src_prepare() { - sed -e "s:\(^pixmap_path\) \(\".*\"$\):\1 \"${mydest}/scalable/stock\":" \ - -i scalable/stock/iconrc || die "sed failed" + sed -i \ + -e "s:\(^pixmap_path\) \(\".*\"$\):\1 \"${mydest}/scalable/stock\":" \ + scalable/stock/iconrc || die } src_install() {