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 4AB9E138334 for ; Tue, 14 Aug 2018 19:26:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CAA4E0869; Tue, 14 Aug 2018 19:26:53 +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 42355E0869 for ; Tue, 14 Aug 2018 19:26:53 +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 3FEBC335CA6 for ; Tue, 14 Aug 2018 19:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 670EA37A for ; Tue, 14 Aug 2018 19:26:49 +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: <1534274804.ca4004e4e62e4d63eca94430dba3b84472f49c54.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmisc/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmmisc/Manifest x11-plugins/wmmisc/wmmisc-1.2.ebuild X-VCS-Directories: x11-plugins/wmmisc/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: ca4004e4e62e4d63eca94430dba3b84472f49c54 X-VCS-Branch: master Date: Tue, 14 Aug 2018 19:26:49 +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: fbcfed4d-18c6-41bf-a311-32b6f9c23c49 X-Archives-Hash: 76d77cfb4e1972dce9a7cbc0ee577cf7 commit: ca4004e4e62e4d63eca94430dba3b84472f49c54 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Aug 14 19:26:33 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Aug 14 19:26:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4004e4 x11-plugins/wmmisc: 1.2 bump Now with autotools build and libdockapp use Package-Manager: Portage-2.3.46, Repoman-2.3.10 x11-plugins/wmmisc/Manifest | 1 + x11-plugins/wmmisc/wmmisc-1.2.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-plugins/wmmisc/Manifest b/x11-plugins/wmmisc/Manifest index 5923d9de19b..cdd1a9808d8 100644 --- a/x11-plugins/wmmisc/Manifest +++ b/x11-plugins/wmmisc/Manifest @@ -1 +1,2 @@ +DIST wmmisc-1.2.tar.gz 96087 BLAKE2B f48c9dc9afee04de7d437143deb870083e90d01768510b68df2c0e213cfb7ab956696f88d0a76c23a1ff5e5dd5c1d8e5c4640b6766dd7a948d1ad292f2b144fc SHA512 d8ed7c06665c28fb98e2a555c8abfcb7da9e0ae517031d24dce171f8a93775565471176d9dc8905043ae408b23c2f101eaccc364ecd8fa4816d2b529f7922d68 DIST wmmisc_1.1.orig.tar.gz 18032 BLAKE2B 2e1957bc9e6efd0e646dc1403eac125d06fb7176ed92617f9d3e767c85b3d347dbe60e61da90e2c11ba160ddca29db28049f39dc89ab9bc45cc0068c27192a82 SHA512 9f9e93df309902e97a5b42a674bb06767a1cfa524553d140e370060c01a398bfdafcebfc806daa4b4f42b1422932512d48e33ebce444011ad410a5b460592582 diff --git a/x11-plugins/wmmisc/wmmisc-1.2.ebuild b/x11-plugins/wmmisc/wmmisc-1.2.ebuild new file mode 100644 index 00000000000..7cedad2b173 --- /dev/null +++ b/x11-plugins/wmmisc/wmmisc-1.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="a monitoring dockapp for system load, user amount, fork amount and processes" +HOMEPAGE="https://www.dockapps.net/wmmisc" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=x11-libs/libdockapp-0.7:=" +DEPEND="${RDEPEND}"