diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-10 11:45:21 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-10 11:45:21 -0500 |
commit | ec919c18f88e7084c1382bb29a3a26f276e54174 (patch) | |
tree | 6fb121bf4768b006638aa22a9f95c951b965e47d /net-mail/qmail-notify | |
parent | net-mail/qmail-notify: ALLARCHES EAPI bump (diff) | |
download | gentoo-ec919c18f88e7084c1382bb29a3a26f276e54174.tar.gz gentoo-ec919c18f88e7084c1382bb29a3a26f276e54174.tar.bz2 gentoo-ec919c18f88e7084c1382bb29a3a26f276e54174.zip |
net-mail/qmail-notify: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-mail/qmail-notify')
-rw-r--r-- | net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild deleted file mode 100644 index 07575781f596..000000000000 --- a/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit toolchain-funcs - -DESCRIPTION="Delayed delivery notification for qmail" -SRC_URI="http://untroubled.org/qmail-notify/archive/${P}.tar.gz" -HOMEPAGE="http://untroubled.org/qmail-notify/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~hppa ~ppc sparc x86" -IUSE="" - -DEPEND="" -RDEPEND=" - ${DEPEND} - virtual/cron - virtual/qmail -" - -src_compile() { - echo "$(tc-getCC) ${CFLAGS}" > conf-cc - echo "$(tc-getCC) ${LDFLAGS}" > conf-ld - emake || die -} - -src_install () { - exeinto /usr/sbin - doexe qmail-notify - - exeinto /etc/cron.hourly - doexe "${FILESDIR}"/qmail-notify.cron - - dodoc README ANNOUNCEMENT TODO cron.hourly NEWS VERSION -} - -pkg_postinst() { - echo - elog "Edit qmail-notify.cron in /etc/cron.hourly" - elog "to activate qmail-notify!" - echo -} |