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 0FE13138334 for ; Wed, 14 Aug 2019 23:24:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0972E080E; Wed, 14 Aug 2019 23:24:37 +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 C22EFE080E for ; Wed, 14 Aug 2019 23:24:37 +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 5A1EE349B83 for ; Wed, 14 Aug 2019 23:24:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B2A574D for ; Wed, 14 Aug 2019 23:24:34 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1565825044.3e40f0e05b2d496aa6ac21f9a84f331b82d8f095.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procenv/Manifest sys-process/procenv/procenv-0.51.ebuild X-VCS-Directories: sys-process/procenv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 3e40f0e05b2d496aa6ac21f9a84f331b82d8f095 X-VCS-Branch: master Date: Wed, 14 Aug 2019 23:24:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb032299-5cce-45ab-9e32-0dff3d53459c X-Archives-Hash: 4a67404567c20e09cf65436414fa63f3 commit: 3e40f0e05b2d496aa6ac21f9a84f331b82d8f095 Author: Tim Harder gentoo org> AuthorDate: Wed Aug 14 23:22:48 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Aug 14 23:24:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e40f0e0 sys-process/procenv: version bump to 0.51 Signed-off-by: Tim Harder gentoo.org> sys-process/procenv/Manifest | 1 + sys-process/procenv/procenv-0.51.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest index ca7226e2650..c752e472957 100644 --- a/sys-process/procenv/Manifest +++ b/sys-process/procenv/Manifest @@ -1,2 +1,3 @@ DIST procenv-0.49.tar.gz 243974 BLAKE2B 64a26c7f974b77b4188c09f34ab2e0d76d77a434f1cdf6d863602ee6fe129f71fd68733c791477736f249644d9c573083fc4dde5b864a65f5a9fb0946a509439 SHA512 2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99 DIST procenv-0.50.tar.gz 244590 BLAKE2B b404af5db9512c26e2413bb7a332c9bffeaf765c04af0c19f87bffa70db2bbebc57e6a8dfe8e8d7521a66eb5419088e2c7b505bd8186ef40088b3952c36c2c1e SHA512 6f2281523ff0890f3cf51caa10e637b5f12bbb6904cde1daf6177acd414b00b1cbcbd14429437f4c023fadd1b05a47bf3ace3527c6b6b1209b2d6b7ba4272e13 +DIST procenv-0.51.tar.gz 245663 BLAKE2B 1e7a0b9fddbe0c4f0aaf895ae1174f69c84d6b043794b5cd23f678dc5c762d892e49ce9b91c78c0fc3bd4cf4064e94c1c43758b4cdd596d6d289a929b3855043 SHA512 0f0b0fb4aceb4c6aaa4f2f4f8e139dfbcecbed2101ac4c44e4b1f85420fbf15967b9ebf8c3d2868260afc2957919f15a981ae49f0cf91c9f2c7ea05c96dc36fb diff --git a/sys-process/procenv/procenv-0.51.ebuild b/sys-process/procenv/procenv-0.51.ebuild new file mode 100644 index 00000000000..2f140819115 --- /dev/null +++ b/sys-process/procenv/procenv-0.51.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="command-line utility to show process environment" +HOMEPAGE="https://github.com/jamesodhunt/procenv" +SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-libs/check )" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + local PATCHES=( + "${FILESDIR}"/${PN}-0.45-flags.patch + ) + + default + eautoreconf +}