summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-08-14 14:41:26 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-08-14 15:35:55 +0200
commit6c217c61bdf05b725d4e9f993ebd457ef78e7fe8 (patch)
tree872ab1cc18691c1b1e1f79905c07520489f65fcf /sys-process/time/time-1.7.2.ebuild
parentsys-block/thin-provisioning-tools: Removed old. (diff)
downloadgentoo-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.ebuild28
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
+}