public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
Date: Sun, 19 Jun 2016 04:26:51 +0000 (UTC)	[thread overview]
Message-ID: <1466310367.1f65aba00da5718fb249c97ed2d0022148479efe.radhermit@gentoo> (raw)

commit:     1f65aba00da5718fb249c97ed2d0022148479efe
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 04:26:07 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 04:26:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f65aba0

sys-process/procenv: version bump to 0.46

 sys-process/procenv/Manifest            |  1 +
 sys-process/procenv/procenv-0.46.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 047785a..55865ab 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,2 +1,3 @@
 DIST procenv-0.39.tar.gz 270745 SHA256 1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b WHIRLPOOL 2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd
 DIST procenv-0.45.tar.gz 241046 SHA256 5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1 WHIRLPOOL 786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8
+DIST procenv-0.46.tar.gz 243301 SHA256 5c8253e63c1f90e80bfdd2076b5cdf916513667453e165e0660afb68f60fb98b SHA512 3f6ff6ce0c4218f9eba6d8172fcd60e380eb1d555114c871be5e4f5815cc7dfcba5f3b2ddf731da0d250f1e8f9754d70805a479c3bf283c5e48e77b8cb91d7a1 WHIRLPOOL ebddbe398bf8bdebae87bfc59cdc2e0fe57f804c7e34c7f18978c8bcbcbeb84ee7f406e8b7788f6ead64b292d244421b1cb48aa2fde49be9792ceaeb8885b63c

diff --git a/sys-process/procenv/procenv-0.46.ebuild b/sys-process/procenv/procenv-0.46.ebuild
new file mode 100644
index 0000000..fea114e
--- /dev/null
+++ b/sys-process/procenv/procenv-0.46.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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"
+
+DEPEND="
+	virtual/pkgconfig
+	test? ( dev-libs/check )
+"
+
+src_prepare() {
+	local PATCHES=(
+		"${FILESDIR}"/${PN}-0.45-sysmacros.patch
+		"${FILESDIR}"/${PN}-0.45-flags.patch
+	)
+
+	default
+	eautoreconf
+}


             reply	other threads:[~2016-06-19  4:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-19  4:26 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-14 23:24 [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/ Tim Harder
2019-08-14 23:24 Tim Harder
2017-10-19  8:20 Tim Harder
2017-02-22 23:19 Tim Harder
2017-02-16 11:47 Tim Harder
2016-06-19  4:27 Tim Harder
2016-04-22 12:53 Jeroen Roovers
2016-04-22 12:14 Jeroen Roovers
2016-04-16 21:01 Tim Harder
2016-04-16 19:47 Tim Harder
2015-08-28  7:33 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466310367.1f65aba00da5718fb249c97ed2d0022148479efe.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox