From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 15CC11385CC for ; Fri, 28 Aug 2015 07:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27BA71439D; Fri, 28 Aug 2015 07:33:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9A731439D for ; Fri, 28 Aug 2015 07:33:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6476A340A76 for ; Fri, 28 Aug 2015 07:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85B3913B for ; Fri, 28 Aug 2015 07:33:39 +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: <1440747142.fe71ba14f9909c2e578096caecf3cd73882b940c.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.39.ebuild X-VCS-Directories: sys-process/procenv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: fe71ba14f9909c2e578096caecf3cd73882b940c X-VCS-Branch: master Date: Fri, 28 Aug 2015 07:33:39 +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: 69852650-6dd7-48e7-ac80-cc1a2f89906a X-Archives-Hash: 3b638da31d5b11de54e5f4b645f884d1 commit: fe71ba14f9909c2e578096caecf3cd73882b940c Author: Tim Harder gentoo org> AuthorDate: Fri Aug 28 07:32:22 2015 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Aug 28 07:32:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe71ba14 sys-process/procenv: version bump sys-process/procenv/Manifest | 1 + sys-process/procenv/procenv-0.39.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest index c2f1e72..210a2cd 100644 --- a/sys-process/procenv/Manifest +++ b/sys-process/procenv/Manifest @@ -1,2 +1,3 @@ DIST procenv-0.35.tar.gz 251995 SHA256 4b5e9bdf0e7ee7ff63548f380258407bfee64618734db31f33adc332ce02be26 SHA512 c9dab048adba7c3cb659b91aaea5c090d2919a0f38ac53920c433e5888e29d7b0072ca5ba76c4c71cc5d45402dff47dbaee663ff3a3c045e4127032c7467fa49 WHIRLPOOL c186319546607c3fb22bcf97f6ee41099016c777c615a94165624c5934c303f1d2492aa6a54cd15e5e0323abc1c683fd0b16b2ab0825315d4e28abf8f2048b97 DIST procenv-0.36.tar.gz 264248 SHA256 70550499d0602ffbb4bbbe91c1a6d468d44589ab29b74b5ccc42b9558f970fb4 SHA512 0a054541a2ec08aa147f2f6b222bc7c17ce9e5f7f96fae512bfd569572277566e3b3a55ab876668b2678d54b16272427ececfdba5fde2144f18ae992f892d9e9 WHIRLPOOL 100b20b0b9b17fdb5de0e8defe7bd987743bd8c6594a6ac55ef1a73cf10eed90e29bcb30227fe678a16e3fef11e6fac9d1d5a644ee56e9de11d263c9882c087f +DIST procenv-0.39.tar.gz 270745 SHA256 1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b WHIRLPOOL 2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd diff --git a/sys-process/procenv/procenv-0.39.ebuild b/sys-process/procenv/procenv-0.39.ebuild new file mode 100644 index 0000000..7e3c2ba --- /dev/null +++ b/sys-process/procenv/procenv-0.39.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="A command-line utility that simply dumps all attributes of its environment" +HOMEPAGE="https://launchpad.net/procenv/" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86"