X-Git-Url: http://git.squeep.com/?p=portage-squeep;a=blobdiff_plain;f=net-mail%2Fvacation%2Fvacation-1.2.7.1-r1.ebuild;fp=net-mail%2Fvacation%2Fvacation-1.2.7.0.ebuild;h=3602bcd0ea9a6f00b3248f1b270828eb660e1769;hp=a564b6285344122bfd969d15397f6086dfe1116b;hb=e994fc6516bebae4ea461bc14f520611b755fb83;hpb=ce433f181d45c3432b47853105f93020a3bd65b4 diff --git a/net-mail/vacation/vacation-1.2.7.0.ebuild b/net-mail/vacation/vacation-1.2.7.1-r1.ebuild similarity index 72% rename from net-mail/vacation/vacation-1.2.7.0.ebuild rename to net-mail/vacation/vacation-1.2.7.1-r1.ebuild index a564b62..3602bcd 100644 --- a/net-mail/vacation/vacation-1.2.7.0.ebuild +++ b/net-mail/vacation/vacation-1.2.7.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=8 -inherit eutils toolchain-funcs +#inherit eutils toolchain-funcs DESCRIPTION="automatic mail answering program" HOMEPAGE="http://vacation.sourceforge.net/" @@ -27,12 +27,14 @@ src_unpack() { } src_compile () { - emake CC=$(tc-getCC) ARCH=$(tc-arch-kernel) CFLAGS="${CFLAGS} -DMAIN" || die "emake failed." + CFLAGS="${CFLAGS} -DMAIN" + emake + #emake CC=$(tc-getCC) ARCH=$(tc-arch-kernel) CFLAGS="${CFLAGS} -DMAIN" || die "emake failed." } src_install () { dodir /usr/bin dodir /usr/share/man/man1 - emake BINDIR="${D}/usr/bin" MANDIR="${D}usr/share/man/man" install || die \ + emake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/man" install || die \ "make install failed" }