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 16454138334 for ; Thu, 2 Aug 2018 20:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC6BE0855; Thu, 2 Aug 2018 20:24:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B34BCE0855 for ; Thu, 2 Aug 2018 20:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 28539335CD5 for ; Thu, 2 Aug 2018 20:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DE5C393 for ; Thu, 2 Aug 2018 20:24:46 +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: <1533241291.715737ac8e8f5ac5359c2d21b9ff4de8e6e41683.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild X-VCS-Directories: x11-plugins/wmsystemtray/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 715737ac8e8f5ac5359c2d21b9ff4de8e6e41683 X-VCS-Branch: master Date: Thu, 2 Aug 2018 20:24:46 +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: e23b542c-a51f-4e24-9bf9-e314d49aa0c4 X-Archives-Hash: 366b884dd5a16f6c81b56410c005bbf5 commit: 715737ac8e8f5ac5359c2d21b9ff4de8e6e41683 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jul 24 17:55:48 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Aug 2 20:21:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715737ac x11-plugins/wmsystemtray: add EAPI7 ebuild x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild new file mode 100644 index 00000000000..5493356704f --- /dev/null +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons" +HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXmu + x11-libs/libXpm"