diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-08-28 03:32:22 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-08-28 03:32:22 -0400 |
commit | fe71ba14f9909c2e578096caecf3cd73882b940c (patch) | |
tree | 676f2d7d7b3afeb625fb23a2ae16c180ae5b5134 /sys-process/procenv | |
parent | dev-python/itsdangerous: remove old (diff) | |
download | gentoo-fe71ba14f9909c2e578096caecf3cd73882b940c.tar.gz gentoo-fe71ba14f9909c2e578096caecf3cd73882b940c.tar.bz2 gentoo-fe71ba14f9909c2e578096caecf3cd73882b940c.zip |
sys-process/procenv: version bump
Diffstat (limited to 'sys-process/procenv')
-rw-r--r-- | sys-process/procenv/Manifest | 1 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.39.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest index c2f1e7233fcc..210a2cd556c7 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 000000000000..7e3c2ba67551 --- /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" |