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 92DF513888F for ; Wed, 7 Oct 2015 08:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41508E0838; Wed, 7 Oct 2015 08:00: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 DEFE6E0838 for ; Wed, 7 Oct 2015 08:00:18 +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 78C1133FE13 for ; Wed, 7 Oct 2015 08:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7CBBB22 for ; Wed, 7 Oct 2015 08:00:15 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1444204809.0e31326296da89d30dece929b8003eeb823fe70a.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmclock/wmclock-1.0.16.ebuild X-VCS-Directories: x11-plugins/wmclock/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 0e31326296da89d30dece929b8003eeb823fe70a X-VCS-Branch: master Date: Wed, 7 Oct 2015 08:00: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: 05195165-b0fb-474b-99bf-db0c5130df67 X-Archives-Hash: 498a8e745601b46bc79e3d8a70148de4 commit: 0e31326296da89d30dece929b8003eeb823fe70a Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Oct 7 07:56:19 2015 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Oct 7 08:00:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e313262 x11-plugins/wmclock: use default src_install, spotted by hasufell Package-Manager: portage-2.2.22 x11-plugins/wmclock/wmclock-1.0.16.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild index d0f231d..a6dcfb1 100644 --- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild +++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild @@ -24,9 +24,3 @@ DEPEND="${RDEPEND} src_prepare() { eautoreconf } - -src_install() { - emake DESTDIR="${D}" install - - dodoc ChangeLog README -}