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 E136A138334 for ; Sat, 11 Aug 2018 06:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EB41E0831; Sat, 11 Aug 2018 06:49:21 +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 687F1E082B for ; Sat, 11 Aug 2018 06:49:21 +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 32BF6335CB7 for ; Sat, 11 Aug 2018 06:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BC43A7 for ; Sat, 11 Aug 2018 06:49:17 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1533970084.0ff8c40e90351cb3b7be214f4198da59fc396c68.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/view-process/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/view-process/Manifest app-xemacs/view-process/view-process-1.15.ebuild X-VCS-Directories: app-xemacs/view-process/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 0ff8c40e90351cb3b7be214f4198da59fc396c68 X-VCS-Branch: master Date: Sat, 11 Aug 2018 06:49:17 +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: f5cb984a-1779-4ed4-8ede-64b0fb939735 X-Archives-Hash: 6afabcc97e3208f81b1177988bdddda4 commit: 0ff8c40e90351cb3b7be214f4198da59fc396c68 Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 06:48:04 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 06:48:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff8c40e app-xemacs/view-process: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/view-process/Manifest | 1 + app-xemacs/view-process/view-process-1.15.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/app-xemacs/view-process/Manifest b/app-xemacs/view-process/Manifest index c2136b7ab66..f643d0af0bb 100644 --- a/app-xemacs/view-process/Manifest +++ b/app-xemacs/view-process/Manifest @@ -1 +1,2 @@ DIST view-process-1.13-pkg.tar.gz 60814 BLAKE2B 17a6ca037baf9660aa9c01eea1b52fbf86464d5b9b17bbef3d5e7a5879e7797c2ccaac28390992a3085f43d707272407daeef3e97870be534f3b8c6b1f41a7ea SHA512 01d965b9a1646ddb340c028177487010ac5411b217ac641587d62eed8c186cb4562c7d3f70f5165891ab761df20411f819abddf55c7480cfb7e73995f0d8dfcd +DIST view-process-1.15-pkg.tar.gz 60754 BLAKE2B 351ef7db1399db510833b6960838472507cf7516259964466a74706a04aa51327d9c4f33f5ad5e503888382d6f477cb64649c92045fb78e1f07e87eb6080bc32 SHA512 121b78ba416129175b0a047948a419f1a6ee99df8534e8b7d8215540ad56d328160dc0bd26d9a6a22c8bf855f4db2eb857c961dfdb73d63e41a614e408caafeb diff --git a/app-xemacs/view-process/view-process-1.15.ebuild b/app-xemacs/view-process/view-process-1.15.ebuild new file mode 100644 index 00000000000..e14a44f20c6 --- /dev/null +++ b/app-xemacs/view-process/view-process-1.15.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="A Unix process browsing tool" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages