commit:     cc09c1cbf6c15eee05a16b74d34e84c146cd5ece
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 16:49:30 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 16:51:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc09c1cb

app-misc/leave: EAPI 6 bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/leave/files/leave-fix-makefile.diff |  4 ++--
 app-misc/leave/leave-20100918-r1.ebuild      | 32 ++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/app-misc/leave/files/leave-fix-makefile.diff 
b/app-misc/leave/files/leave-fix-makefile.diff
index efcb89eadea..772add57d6f 100644
--- a/app-misc/leave/files/leave-fix-makefile.diff
+++ b/app-misc/leave/files/leave-fix-makefile.diff
@@ -1,5 +1,5 @@
---- Makefile.orig      2004-10-16 23:04:50.144563171 -0400
-+++ Makefile   2004-10-16 23:57:27.639495962 -0400
+--- a/Makefile.orig    2004-10-16 23:04:50.144563171 -0400
++++ b/Makefile 2004-10-16 23:57:27.639495962 -0400
 @@ -2,5 +2,16 @@
  # $FreeBSD: /repoman/r/ncvs/src/usr.bin/leave/Makefile,v 1.5 2002/02/08 
22:31:41 markm Exp $
  

diff --git a/app-misc/leave/leave-20100918-r1.ebuild 
b/app-misc/leave/leave-20100918-r1.ebuild
new file mode 100644
index 00000000000..88f50869253
--- /dev/null
+++ b/app-misc/leave/leave-20100918-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="FreeBSD command-line tool that reminds you when its time to leave"
+HOMEPAGE="http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/leave/";
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+PATCHES=(
+       "${FILESDIR}/${PN}-fix-makefile.diff"
+)
+
+src_compile() {
+       cp -v "${FILESDIR}/README" . || die
+       emake \
+               CC="$(tc-getCC)" \
+               CFLAGS="${CFLAGS}" \
+               LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+       dobin "${PN}"
+       doman "${PN}.1"
+       einstalldocs
+}

Reply via email to