summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-10-23 03:32:29 +0000
committerTim Harder <radhermit@gentoo.org>2014-10-23 03:32:29 +0000
commit3da4797a2ed2a3326ff464cac6cba7f5ed52cdd3 (patch)
treef2f2b4fd3cfbc7ca99d7bfde762296419197c28b /sys-process/cronutils
parentRemove old. (diff)
downloadgentoo-2-3da4797a2ed2a3326ff464cac6cba7f5ed52cdd3.tar.gz
gentoo-2-3da4797a2ed2a3326ff464cac6cba7f5ed52cdd3.tar.bz2
gentoo-2-3da4797a2ed2a3326ff464cac6cba7f5ed52cdd3.zip
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process/cronutils')
-rw-r--r--sys-process/cronutils/ChangeLog6
-rw-r--r--sys-process/cronutils/cronutils-1.2.ebuild27
-rw-r--r--sys-process/cronutils/cronutils-1.4.ebuild27
3 files changed, 5 insertions, 55 deletions
diff --git a/sys-process/cronutils/ChangeLog b/sys-process/cronutils/ChangeLog
index bf68a4ab5459..bfb06a3cea11 100644
--- a/sys-process/cronutils/ChangeLog
+++ b/sys-process/cronutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/cronutils
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/ChangeLog,v 1.11 2014/03/04 19:57:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/ChangeLog,v 1.12 2014/10/23 03:32:29 radhermit Exp $
+
+ 23 Oct 2014; Tim Harder <radhermit@gentoo.org> -cronutils-1.2.ebuild,
+ -cronutils-1.4.ebuild:
+ Remove old.
04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> cronutils-1.5.ebuild:
Stable for x86, wrt bug #502938
diff --git a/sys-process/cronutils/cronutils-1.2.ebuild b/sys-process/cronutils/cronutils-1.2.ebuild
deleted file mode 100644
index de6277a32e78..000000000000
--- a/sys-process/cronutils/cronutils-1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/cronutils-1.2.ebuild,v 1.2 2012/12/24 08:19:21 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)" CFLAGS="-D_XOPEN_SOURCE=500 ${CFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix=/usr install
-}
diff --git a/sys-process/cronutils/cronutils-1.4.ebuild b/sys-process/cronutils/cronutils-1.4.ebuild
deleted file mode 100644
index c031b0415581..000000000000
--- a/sys-process/cronutils/cronutils-1.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/cronutils-1.4.ebuild,v 1.1 2013/06/11 14:23:27 polynomial-c 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)" CFLAGS="-D_XOPEN_SOURCE=500 ${CFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix=/usr install
-}