summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2011-12-08 21:15:40 +0000
committerLance Albertson <ramereth@gentoo.org>2011-12-08 21:15:40 +0000
commit687916dde706d0fa9c3f64c31353ab1db6faa24a (patch)
tree2cd3ffb86f73190daf0e888553a677c3ab1b4fdd /sys-process
parentadd ~arm, bug #385255 (diff)
downloadgentoo-2-687916dde706d0fa9c3f64c31353ab1db6faa24a.tar.gz
gentoo-2-687916dde706d0fa9c3f64c31353ab1db6faa24a.tar.bz2
gentoo-2-687916dde706d0fa9c3f64c31353ab1db6faa24a.zip
Initial ebuild
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/cronutils/ChangeLog10
-rw-r--r--sys-process/cronutils/cronutils-1.1.ebuild27
-rw-r--r--sys-process/cronutils/metadata.xml17
3 files changed, 54 insertions, 0 deletions
diff --git a/sys-process/cronutils/ChangeLog b/sys-process/cronutils/ChangeLog
new file mode 100644
index 000000000000..de3a83a588d0
--- /dev/null
+++ b/sys-process/cronutils/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-process/cronutils
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/ChangeLog,v 1.1 2011/12/08 21:15:40 ramereth Exp $
+
+*cronutils-1.1 (08 Dec 2011)
+
+ 08 Dec 2011; Lance Albertson <ramereth@gentoo.org> +cronutils-1.1.ebuild,
+ +metadata.xml:
+ Initial ebuild
+
diff --git a/sys-process/cronutils/cronutils-1.1.ebuild b/sys-process/cronutils/cronutils-1.1.ebuild
new file mode 100644
index 000000000000..607c27a8bd38
--- /dev/null
+++ b/sys-process/cronutils/cronutils-1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/cronutils-1.1.ebuild,v 1.1 2011/12/08 21:15:40 ramereth Exp $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utilities to assist running batch processing jobs"
+HOMEPAGE="http://code.google.com/p/cronutils/"
+SRC_URI="http://cronutils.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ emake DESTDIR="${D}" prefix=/usr install
+}
diff --git a/sys-process/cronutils/metadata.xml b/sys-process/cronutils/metadata.xml
new file mode 100644
index 000000000000..8834327c625e
--- /dev/null
+++ b/sys-process/cronutils/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>ramereth@gentoo.org</email>
+ <name>Lance Albertson</name>
+ </maintainer>
+ <longdescription lang="en">
+ Utilities to assist running batch processing jobs.
+
+ * runalarm: Limit the run time of a process.
+ * runlock: Prevent concurrent runs of a process.
+ * runstat: Export statistics about a process's execution.
+ </longdescription>
+</pkgmetadata>
+