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 8D4681388C2 for ; Sat, 21 Nov 2015 14:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA69E07C7; Sat, 21 Nov 2015 14:40:19 +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 58C77E07C7 for ; Sat, 21 Nov 2015 14:40:18 +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 91D06340A49 for ; Sat, 21 Nov 2015 14:40:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD2C2105C for ; Sat, 21 Nov 2015 14:40:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1448116797.e2b34335581731b1cd076951b3eccd0e52f19ea3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/nuovo-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild X-VCS-Directories: x11-themes/nuovo-icon-theme/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e2b34335581731b1cd076951b3eccd0e52f19ea3 X-VCS-Branch: master Date: Sat, 21 Nov 2015 14:40:15 +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: ff86fb58-7b33-418b-bc4e-43f7ba59c074 X-Archives-Hash: e88193fd2264868b4b042ea77654e7b5 commit: e2b34335581731b1cd076951b3eccd0e52f19ea3 Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 21 14:24:04 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 21 14:39:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b34335 x11-themes/nuovo-icon-theme: Bump EAPI Package-Manager: portage-2.2.24 x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild index 10c0342..a74a9c4 100644 --- a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild +++ b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit gnome2-utils DESCRIPTION="A scalable icon theme called Nuovo" @@ -25,7 +26,7 @@ src_install() { rm -f Nuovo/{AUTHORS,Changelog,COPYING,DONATE,INSTALL,README} insinto /usr/share/icons - doins -r Nuovo || die + doins -r Nuovo } pkg_preinst() { gnome2_icon_savelist; }