diff options
author | 2017-08-14 14:41:26 +0200 | |
---|---|---|
committer | 2017-08-14 15:35:55 +0200 | |
commit | 6c217c61bdf05b725d4e9f993ebd457ef78e7fe8 (patch) | |
tree | 872ab1cc18691c1b1e1f79905c07520489f65fcf /sys-process/time/time-1.7.2.ebuild | |
parent | sys-block/thin-provisioning-tools: Removed old. (diff) | |
download | gentoo-6c217c61bdf05b725d4e9f993ebd457ef78e7fe8.tar.gz gentoo-6c217c61bdf05b725d4e9f993ebd457ef78e7fe8.tar.bz2 gentoo-6c217c61bdf05b725d4e9f993ebd457ef78e7fe8.zip |
sys-process/time: Bump to version 1.7.2
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'sys-process/time/time-1.7.2.ebuild')
-rw-r--r-- | sys-process/time/time-1.7.2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-process/time/time-1.7.2.ebuild b/sys-process/time/time-1.7.2.ebuild new file mode 100644 index 000000000000..ed96169755c3 --- /dev/null +++ b/sys-process/time/time-1.7.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="Displays info about resources used by a program" +HOMEPAGE="https://www.gnu.org/directory/time.html" +SRC_URI="http://git.savannah.gnu.org/cgit/time.git/snapshot/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="sys-apps/texinfo" + +PATCHES=( + "${FILESDIR}"/${PN}-1.7-build.patch + "${FILESDIR}"/1.7-info-dir-entry.patch + "${FILESDIR}"/${PN}-1.7.2-incorrect_memory_usage.patch +) + +src_prepare() { + default + eautoreconf +} |