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 86FB113835A for ; Fri, 16 Apr 2021 11:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AD5AE0858; Fri, 16 Apr 2021 11:23:46 +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 71B1EE0858 for ; Fri, 16 Apr 2021 11:23:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 068B1335CFF for ; Fri, 16 Apr 2021 11:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A1BA72A for ; Fri, 16 Apr 2021 11:23:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618572185.576c7d6e14e6d1fa9b6e162d04e2d78f7f068337.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmdrawer/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild X-VCS-Directories: x11-plugins/wmdrawer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 576c7d6e14e6d1fa9b6e162d04e2d78f7f068337 X-VCS-Branch: master Date: Fri, 16 Apr 2021 11:23:41 +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: bb72f04a-2e5d-4944-8d07-37015539e1d1 X-Archives-Hash: cf575e34f4867d0c59f4ade69200764f commit: 576c7d6e14e6d1fa9b6e162d04e2d78f7f068337 Author: Sam James gentoo org> AuthorDate: Fri Apr 16 08:16:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 16 11:23:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576c7d6e x11-plugins/wmdrawer: eutils-- Signed-off-by: Sam James gentoo.org> x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild index def55cb05f8..8ed75478b44 100644 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils DESCRIPTION="dockapp which provides a drawer (retractable button bar) to launch applications" HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/"