diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-07 17:46:42 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-07 17:46:57 +0300 |
commit | d4cf026d2e26cfc61b5696db947af4f467ceb949 (patch) | |
tree | c9d83c9ce0286011c98837381d6c0d30f43dbeeb /sys-apps/watchdog | |
parent | x11-plugins/wmsysmon: remove unused patch (diff) | |
download | gentoo-d4cf026d2e26cfc61b5696db947af4f467ceb949.tar.gz gentoo-d4cf026d2e26cfc61b5696db947af4f467ceb949.tar.bz2 gentoo-d4cf026d2e26cfc61b5696db947af4f467ceb949.zip |
sys-apps/watchdog: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-apps/watchdog')
-rw-r--r-- | sys-apps/watchdog/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/watchdog/watchdog-5.14.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/sys-apps/watchdog/Manifest b/sys-apps/watchdog/Manifest index 1ade9c0946a0..5c65f5ee3ccb 100644 --- a/sys-apps/watchdog/Manifest +++ b/sys-apps/watchdog/Manifest @@ -1,2 +1 @@ -DIST watchdog-5.14.tar.gz 216384 BLAKE2B e27f6cb3595c54a2128d828434fcbde7a42be3a31a8c837153950f360146526a809d55dbe68fa248e2efcd7063a888f563eb36075d7334e5b7307fb02da67c29 SHA512 ccfaca7a68a47cff42dbeae047dfa691e1cfc23851f9ca0634ea6315ff55a13cdbb0020bde7df38b702c82c0535ad41f520617dd639037e171701a6b0f8991aa DIST watchdog-5.15.tar.gz 228132 BLAKE2B 040badcf66f048e2873c335a4dd1b5dad6716c61534322c0c92dad2238049555af40e92612a260507fddd4c284d7ccb5d362dc1660084fd0a7db2c522b1ea323 SHA512 a675cfadf3296d583b9163193297038fb19459daf7c6681289392d613e775e75b7afd42a3e01b136a955f25b2f45818033b56e10de9050075d7dc015535a6e75 diff --git a/sys-apps/watchdog/watchdog-5.14.ebuild b/sys-apps/watchdog/watchdog-5.14.ebuild deleted file mode 100644 index f22eacd43f2a..000000000000 --- a/sys-apps/watchdog/watchdog-5.14.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs flag-o-matic systemd - -DESCRIPTION="A software watchdog and /dev/watchdog daemon" -HOMEPAGE="https://sourceforge.net/projects/watchdog/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm m68k ~mips ppc s390 sh ~sparc x86" -IUSE="nfs" - -DEPEND="nfs? ( net-libs/libtirpc )" -RDEPEND="${DEPEND}" - -src_configure() { - if use nfs ; then - tc-export PKG_CONFIG - append-cppflags $(${PKG_CONFIG} libtirpc --cflags) - export LIBS+=" $(${PKG_CONFIG} libtirpc --libs)" - fi - econf $(use_enable nfs) -} - -src_install() { - default - docinto examples - dodoc examples/* - - newconfd "${FILESDIR}"/${PN}-conf.d ${PN} - newinitd "${FILESDIR}"/${PN}-init.d ${PN} - systemd_dounit "${FILESDIR}"/watchdog.service -} |