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 43AAC138AE9 for ; Mon, 27 Nov 2017 00:57:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55EABE0DC9; Mon, 27 Nov 2017 00:57:33 +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 34FD8E0DC9 for ; Mon, 27 Nov 2017 00:57:33 +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 2B65A33BF3C for ; Mon, 27 Nov 2017 00:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EA1AA8C7 for ; Mon, 27 Nov 2017 00:57:29 +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: <1511744239.826a36b6aee1fa51f33d28f39c4e5497e2281743.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpinboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmpinboard/Manifest x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild X-VCS-Directories: x11-plugins/wmpinboard/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 826a36b6aee1fa51f33d28f39c4e5497e2281743 X-VCS-Branch: master Date: Mon, 27 Nov 2017 00:57:29 +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: 20179f6a-082a-4971-bee6-3bf3a60c255e X-Archives-Hash: ecc6da127f2696e417d51cb99c2502c0 commit: 826a36b6aee1fa51f33d28f39c4e5497e2281743 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Nov 27 00:54:05 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Nov 27 00:57:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826a36b6 x11-plugins/wmpinboard: 1.0.1 bump Update ebuild to EAPI6 Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-plugins/wmpinboard/Manifest | 1 + x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-plugins/wmpinboard/Manifest b/x11-plugins/wmpinboard/Manifest index 6a4ba3ce315..60ade195d2c 100644 --- a/x11-plugins/wmpinboard/Manifest +++ b/x11-plugins/wmpinboard/Manifest @@ -1 +1,2 @@ +DIST wmpinboard-1.0.1.tar.gz 195782 BLAKE2B f88368b61645c91958d81161e9f5e8523d09b7ef825476afebb2b4318c8cf04f11319b3eaf9b152fe97a4dea2dac6147e9b70eb70cd9cddbc1f45960df6529e5 SHA512 5728aa8a040ba81a814a0851f5bed2d5fbf933b400bdafd2b92deef8eb35d62a050293bdb98d71c6a8db058223e5ae64de932dcf971fd244aea8f48f8832aa36 DIST wmpinboard-1.0.tar.gz 133290 BLAKE2B 06ed6c09d12556adf8af9a69c86ae6e60450cc6dfd3e9d0b45bf8650c057fdf54434280b36822965d5f0c0586956a84098285aa0a976090a83fd9077ada481a0 SHA512 486509e50e58c14866932a89706d98ebc4391af608acd95670b190eebe9069d254e11834e291ee2bc3c9e3e77e75ece7ab3f73dc7f097dfba5ca25fc888773fd diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild b/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild new file mode 100644 index 00000000000..884ccdd4b4c --- /dev/null +++ b/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Window Maker dock applet resembling a miniature pinboard" +HOMEPAGE="https://github.com/bbidulock/wmpinboard" +SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xproto"