Skip to content

Commit

Permalink
app-misc/leave: EAPI 6 bump.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
monsieurp committed Oct 21, 2017
1 parent 28cae8c commit cc09c1c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-misc/leave/files/leave-fix-makefile.diff
Original file line number Diff line number Diff line change
@@ -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 $

Expand Down
32 changes: 32 additions & 0 deletions app-misc/leave/leave-20100918-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit cc09c1c

Please sign in to comment.