diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/cronutils/Manifest | 1 | ||||
-rw-r--r-- | sys-process/cronutils/cronutils-1.9.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sys-process/cronutils/Manifest b/sys-process/cronutils/Manifest index 343deb2400bf..79b422c09b94 100644 --- a/sys-process/cronutils/Manifest +++ b/sys-process/cronutils/Manifest @@ -1,2 +1 @@ DIST cronutils-1.10.tar.gz 17098 BLAKE2B e450d9547355a6e6c447c533c69837b0e4a0c7f2100d1afe4088951ff988dea38029d3aac7433360ef3952d8ad9b1c0d90d6443546f7730e5bdd001612ed1ca7 SHA512 15f42054d86d7352d1454b3a18d959db3dc73d207fa3304708c002bfbcc86e630e97306ec84a26a904deb080428f5cc8c046aea55adbea2e69de2b4fab7538f4 -DIST cronutils-1.9.tar.gz 15997 BLAKE2B 8fbd364dd50db8dc66febbd59eda17437865396fe419e9c967f7a57ea8a8782239b8acc6381fd1a7c5a15b8e5ab308bfc4869f4e696cc9a7221ddacc6786aa59 SHA512 ac9ff2c39090f851a3a581aea7f88bdf9b0eaac54c10f401fb2a54a8970f2103a76ac584e852813b09e75214c7c39d6489c5cd28a151e2c063f3dcb9d6db62b6 diff --git a/sys-process/cronutils/cronutils-1.9.ebuild b/sys-process/cronutils/cronutils-1.9.ebuild deleted file mode 100644 index 0c02314fd231..000000000000 --- a/sys-process/cronutils/cronutils-1.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Utilities to assist running batch processing jobs" -HOMEPAGE="https://github.com/google/cronutils" -SRC_URI="https://github.com/google/${PN}/archive/version/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" - -S=${WORKDIR}/${PN}-version-${PV} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="-D_XOPEN_SOURCE=500 ${CFLAGS}" -} - -src_install() { - emake DESTDIR="${D}" prefix=/usr install -} |