Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/time/
Date: Mon, 14 Aug 2017 13:36:26
Message-Id: 1502717757.36eb82bc9a4aae84eb7fcf4ae854ce3d1ba5089b.polynomial-c@gentoo
1 commit: 36eb82bc9a4aae84eb7fcf4ae854ce3d1ba5089b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 14 12:42:01 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 14 13:35:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36eb82bc
7
8 sys-process/time: Removed old.
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 sys-process/time/time-1.7-r2.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/sys-process/time/time-1.7-r2.ebuild b/sys-process/time/time-1.7-r2.ebuild
16 deleted file mode 100644
17 index be9e175ed3a..00000000000
18 --- a/sys-process/time/time-1.7-r2.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="4"
25 -
26 -inherit eutils autotools
27 -
28 -DESCRIPTION="displays info about resources used by a program"
29 -HOMEPAGE="https://www.gnu.org/directory/time.html"
30 -SRC_URI="mirror://gnu/time/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
35 -IUSE=""
36 -
37 -src_prepare() {
38 - epatch \
39 - "${FILESDIR}"/${P}-build.patch \
40 - "${FILESDIR}"/${PV}-info-dir-entry.patch \
41 - "${FILESDIR}"/${P}-incorrect_memory_usage.patch
42 - eautoreconf
43 -}