diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-20 11:49:59 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-20 11:49:59 -0500 |
commit | 3b88905f09a9bbfd878d397b00767b8ad7590429 (patch) | |
tree | b69bc8dfab05ad1e2a225d1f3c60cf64719334ef /sys-process/incron | |
parent | net-libs/libvncserver: arm64 stable (bug #699036) (diff) | |
download | gentoo-3b88905f09a9bbfd878d397b00767b8ad7590429.tar.gz gentoo-3b88905f09a9bbfd878d397b00767b8ad7590429.tar.bz2 gentoo-3b88905f09a9bbfd878d397b00767b8ad7590429.zip |
sys-process/incron: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-process/incron')
-rw-r--r-- | sys-process/incron/Manifest | 1 | ||||
-rw-r--r-- | sys-process/incron/incron-0.5.10-r1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/sys-process/incron/Manifest b/sys-process/incron/Manifest index 14fbf63125c5..7627bdcf63ac 100644 --- a/sys-process/incron/Manifest +++ b/sys-process/incron/Manifest @@ -1,2 +1 @@ -DIST incron-0.5.10.tar.gz 203158 BLAKE2B fef659b6a01de3633411c2e886b62dafa364939bed73c4d16922b954ca99a754e5a9508770ba297aa3b7da5366e3165de76da3de4a0666ce25df81902f1bbce3 SHA512 653817c35059b5305e059137eac78f21a7d32ccc03fc92ba282eab66ba5f3d2c83a1a571ebdcead8df3ed500a7fd30cfa46375c635450b08d2bd8d00dfe86df3 DIST incron-0.5.12_p20191114.tar.gz 339568 BLAKE2B ca6ccd4f2b4f24b48ee3bdf0a18713f6f70469cbc11f09fd215001e8512bd04dcbdc9cd5e7cc784907cd0d009a4572354f578cad78bc263070146b0ff2379029 SHA512 19cf386163de3f4cafcf36872659dd8f819129056ed2508403a8692130db04cbe5eb917370aa609d25a6b75c24a7a1b87e7bd2e957a5d66610f541fe83aec39e diff --git a/sys-process/incron/incron-0.5.10-r1.ebuild b/sys-process/incron/incron-0.5.10-r1.ebuild deleted file mode 100644 index 67fe3b645e7d..000000000000 --- a/sys-process/incron/incron-0.5.10-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils linux-info systemd toolchain-funcs - -DESCRIPTION="inotify based cron daemon" -HOMEPAGE="http://incron.aiken.cz/" -SRC_URI="http://inotify.aiken.cz/download/incron/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -# < 2.6.18 => INOTIFY, >= 2.6.18 => INOTIFY_USER -# It should be ok to expect at least 2.6.18 -CONFIG_CHECK="~INOTIFY_USER" - -src_prepare() { - epatch "${FILESDIR}"/${P}+gcc-4.7.patch -} - -src_compile() { - emake CXX=$(tc-getCXX) -} - -src_install() { - emake DESTDIR="${D}" PREFIX=/usr DOCDIR=/usr/share/doc/${PF} install - - newinitd "${FILESDIR}/incrond.init" incrond - systemd_dounit "${FILESDIR}/incrond.service" - - dodoc CHANGELOG README TODO -} |