Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
Date: Wed, 14 Aug 2019 23:24:39
Message-Id: 1565825044.a20bbfad72e814d45d329dda89bd09bb5a74a4c4.radhermit@gentoo
1 commit: a20bbfad72e814d45d329dda89bd09bb5a74a4c4
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 23:23:26 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 23:24:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20bbfad
7
8 sys-process/procenv: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 sys-process/procenv/Manifest | 2 --
13 sys-process/procenv/procenv-0.49.ebuild | 29 -----------------------------
14 sys-process/procenv/procenv-0.50.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
18 index c752e472957..a693a1e2bdf 100644
19 --- a/sys-process/procenv/Manifest
20 +++ b/sys-process/procenv/Manifest
21 @@ -1,3 +1 @@
22 -DIST procenv-0.49.tar.gz 243974 BLAKE2B 64a26c7f974b77b4188c09f34ab2e0d76d77a434f1cdf6d863602ee6fe129f71fd68733c791477736f249644d9c573083fc4dde5b864a65f5a9fb0946a509439 SHA512 2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99
23 -DIST procenv-0.50.tar.gz 244590 BLAKE2B b404af5db9512c26e2413bb7a332c9bffeaf765c04af0c19f87bffa70db2bbebc57e6a8dfe8e8d7521a66eb5419088e2c7b505bd8186ef40088b3952c36c2c1e SHA512 6f2281523ff0890f3cf51caa10e637b5f12bbb6904cde1daf6177acd414b00b1cbcbd14429437f4c023fadd1b05a47bf3ace3527c6b6b1209b2d6b7ba4272e13
24 DIST procenv-0.51.tar.gz 245663 BLAKE2B 1e7a0b9fddbe0c4f0aaf895ae1174f69c84d6b043794b5cd23f678dc5c762d892e49ce9b91c78c0fc3bd4cf4064e94c1c43758b4cdd596d6d289a929b3855043 SHA512 0f0b0fb4aceb4c6aaa4f2f4f8e139dfbcecbed2101ac4c44e4b1f85420fbf15967b9ebf8c3d2868260afc2957919f15a981ae49f0cf91c9f2c7ea05c96dc36fb
25
26 diff --git a/sys-process/procenv/procenv-0.49.ebuild b/sys-process/procenv/procenv-0.49.ebuild
27 deleted file mode 100644
28 index 3c8ae5b1be5..00000000000
29 --- a/sys-process/procenv/procenv-0.49.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit autotools
38 -
39 -DESCRIPTION="command-line utility to show process environment"
40 -HOMEPAGE="https://github.com/jamesodhunt/procenv"
41 -SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
46 -IUSE="test"
47 -
48 -DEPEND="
49 - virtual/pkgconfig
50 - test? ( dev-libs/check )
51 -"
52 -
53 -src_prepare() {
54 - local PATCHES=(
55 - "${FILESDIR}"/${PN}-0.45-flags.patch
56 - )
57 -
58 - default
59 - eautoreconf
60 -}
61
62 diff --git a/sys-process/procenv/procenv-0.50.ebuild b/sys-process/procenv/procenv-0.50.ebuild
63 deleted file mode 100644
64 index 3c8ae5b1be5..00000000000
65 --- a/sys-process/procenv/procenv-0.50.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2017 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -inherit autotools
74 -
75 -DESCRIPTION="command-line utility to show process environment"
76 -HOMEPAGE="https://github.com/jamesodhunt/procenv"
77 -SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
78 -
79 -LICENSE="GPL-3"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
82 -IUSE="test"
83 -
84 -DEPEND="
85 - virtual/pkgconfig
86 - test? ( dev-libs/check )
87 -"
88 -
89 -src_prepare() {
90 - local PATCHES=(
91 - "${FILESDIR}"/${PN}-0.45-flags.patch
92 - )
93 -
94 - default
95 - eautoreconf
96 -}