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 305C9139693 for ; Mon, 10 Aug 2015 23:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F10957E1; Mon, 10 Aug 2015 23:33:30 +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 06D78957E1 for ; Mon, 10 Aug 2015 23:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45219340B7A for ; Mon, 10 Aug 2015 23:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DD78147 for ; Mon, 10 Aug 2015 23:33:27 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1439249534.fc56954babfb7e86f01b39261e36218eff78c4ce.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pnmixer/pnmixer-9999.ebuild X-VCS-Directories: media-sound/pnmixer/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: fc56954babfb7e86f01b39261e36218eff78c4ce X-VCS-Branch: master Date: Mon, 10 Aug 2015 23:33:27 +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: b8599413-8552-4c05-9aa9-9d737f09473f X-Archives-Hash: 7d512f82139efaafb882839a00acba66 commit: fc56954babfb7e86f01b39261e36218eff78c4ce Author: Julian Ospald gentoo org> AuthorDate: Mon Aug 10 23:31:59 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Mon Aug 10 23:32:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc56954b media-sound/pnmixer: update live ebuild Rm obsolete src_install phase. Fix Header. media-sound/pnmixer/pnmixer-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild index d97a17c..822a98e 100644 --- a/media-sound/pnmixer/pnmixer-9999.ebuild +++ b/media-sound/pnmixer/pnmixer-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -39,11 +39,6 @@ src_configure() { --with-gtk3 } -src_install() { - default - newicon -s 128 pixmaps/${PN}-about.png ${PN}.png -} - pkg_preinst() { gnome2_icon_savelist }