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 D70A8138334 for ; Sat, 28 Jul 2018 10:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50255E085E; Sat, 28 Jul 2018 10:04:15 +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 142F8E085E for ; Sat, 28 Jul 2018 10:04:14 +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 750AE335CDD for ; Sat, 28 Jul 2018 10:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3E3A386 for ; Sat, 28 Jul 2018 10:04:09 +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: <1532772052.d885bc32f87d1e1f9bdbc45eed8008981d0ff867.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmappl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmappl/wmappl-0.71-r1.ebuild X-VCS-Directories: x11-plugins/wmappl/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: d885bc32f87d1e1f9bdbc45eed8008981d0ff867 X-VCS-Branch: master Date: Sat, 28 Jul 2018 10:04:09 +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: b7a9969d-3ec2-47ab-a5f4-200a120382e3 X-Archives-Hash: 977446f8d1dea800ccf3f371f22639df commit: d885bc32f87d1e1f9bdbc45eed8008981d0ff867 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jul 21 20:12:14 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sat Jul 28 10:00:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d885bc32 x11-plugins/wmappl: EAPI7, improve ebuild x11-plugins/wmappl/wmappl-0.71-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild new file mode 100644 index 00000000000..07b7a30bf58 --- /dev/null +++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Simple application launcher for the Window Maker dock" +HOMEPAGE="https://www.dockapps.net/wmappl" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc"