commit:     2d88373338bd3f8b1bbd673e28a8dbf73f4b186a
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 17:33:29 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 17:34:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d883733

sys-process/procenv: remove old

 sys-process/procenv/Manifest                       |  3 ---
 .../procenv/files/procenv-0.45-sysmacros.patch     | 23 -----------------
 sys-process/procenv/procenv-0.45.ebuild            | 28 --------------------
 sys-process/procenv/procenv-0.46.ebuild            | 30 ----------------------
 sys-process/procenv/procenv-0.47.ebuild            | 30 ----------------------
 5 files changed, 114 deletions(-)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 5929aa1b12f..3d7f4ddebc9 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,4 +1 @@
-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
-DIST procenv-0.47.tar.gz 243872 SHA256 
50c6e2d3a5afa1e8b0ee1166db409c161e832cb248aa2d284ca9265bb089fb5e SHA512 
81f3019a5b379c1e7fa7819526823b732a7fc64d53cf828390995c3070bc9a27bee29e56d73dddff95c001e09548ae144b38ec4c259aab42e568e5257c1366ad
 WHIRLPOOL 
54307468fbd4d965d295d35e9274c09930184a46aeeb9c4503d6f84d3d9441fe8bd5d295c5d19f8f3a3dee19762c809533fd2eddf07a62aaf0d6a25058fe3abb
 DIST procenv-0.49.tar.gz 243974 SHA256 
0d3416f75e06cd0ca39d72c43eb98ffc53c482a0ec80c06b3467c18282713f2f SHA512 
2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99
 WHIRLPOOL 
562195f0c363712dba155f4ce72b68a26d62f7425b515678bd3dfe055f822fd482a15f8e467f653a4bc2c608a422c0b3107ff8cfc38049e415084262924b7168

diff --git a/sys-process/procenv/files/procenv-0.45-sysmacros.patch 
b/sys-process/procenv/files/procenv-0.45-sysmacros.patch
deleted file mode 100644
index 5d7230c4bc4..00000000000
--- a/sys-process/procenv/files/procenv-0.45-sysmacros.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Since glibc is moving away from implicitly including sys/sysmacros.h all the
-time via sys/types.h, include the header directly in more places.
-
---- procenv-0.45/src/procenv.h
-+++ procenv-0.45/src/procenv.h
-@@ -59,6 +59,7 @@
- #include <getopt.h>
- #include <assert.h>
- #include <sys/types.h>
-+#include <sys/sysmacros.h>
- #include <inttypes.h>
- #include <sys/ioctl.h>
- #include <sys/stat.h>
---- procenv-0.45/src/util.h
-+++ procenv-0.45/src/util.h
-@@ -22,6 +22,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <sys/types.h>
-+#include <sys/sysmacros.h>
- #include <errno.h>
- #include <stdbool.h>
- #include <fcntl.h>

diff --git a/sys-process/procenv/procenv-0.45.ebuild 
b/sys-process/procenv/procenv-0.45.ebuild
deleted file mode 100644
index c33a0de850a..00000000000
--- a/sys-process/procenv/procenv-0.45.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-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() {
-       epatch \
-               "${FILESDIR}"/${P}-sysmacros.patch \
-               "${FILESDIR}"/${P}-flags.patch
-
-       eautoreconf
-}

diff --git a/sys-process/procenv/procenv-0.46.ebuild 
b/sys-process/procenv/procenv-0.46.ebuild
deleted file mode 100644
index 8c7d553b9e2..00000000000
--- a/sys-process/procenv/procenv-0.46.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}

diff --git a/sys-process/procenv/procenv-0.47.ebuild 
b/sys-process/procenv/procenv-0.47.ebuild
deleted file mode 100644
index 5d15e7bdf76..00000000000
--- a/sys-process/procenv/procenv-0.47.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 via email to