commit:     99ba4dbeb1a0ad95e7c9483c4720fdc633c96d68
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 21:11:58 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 21:11:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ba4dbe

app-misc/away: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/away/away-0.9.5-r2.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/app-misc/away/away-0.9.5-r2.ebuild 
b/app-misc/away/away-0.9.5-r2.ebuild
new file mode 100644
index 00000000000..ed55ee02ece
--- /dev/null
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pam toolchain-funcs flag-o-matic
+
+DESCRIPTION="Terminal locking program with few additional features"
+HOMEPAGE="http://unbeatenpath.net/software/away/";
+SRC_URI="http://unbeatenpath.net/software/away/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=sys-libs/pam-0.75"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+       default
+       sed -i -e '/-o \$(BINARY)/d' \
+       -e 's:LIBS:LDLIBS:' \
+       "${S}"/Makefile || die "Makefile fix failed"
+
+}
+
+src_compile() {
+       append-flags -pthread
+
+       emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die
+}
+
+src_install() {
+       dobin away
+
+       pamd_mimic_system away auth
+
+       doman doc/*
+       dodoc BUGS AUTHORS NEWS README TODO data/awayrc
+}

Reply via email to