diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-08 18:41:44 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-09 00:41:37 +0200 |
commit | 09da6b9dce973dd00d7f0e751a6920a5833bc26c (patch) | |
tree | 400aa54156b95d7b548d5ebf091a353d220c5bc8 /app-misc/away | |
parent | app-doc/jargon: remove old. (diff) | |
download | gentoo-09da6b9dce973dd00d7f0e751a6920a5833bc26c.tar.gz gentoo-09da6b9dce973dd00d7f0e751a6920a5833bc26c.tar.bz2 gentoo-09da6b9dce973dd00d7f0e751a6920a5833bc26c.zip |
app-misc/away: remove old.
Diffstat (limited to 'app-misc/away')
-rw-r--r-- | app-misc/away/away-0.9.5-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-misc/away/away-0.9.5-r1.ebuild b/app-misc/away/away-0.9.5-r1.ebuild deleted file mode 100644 index 1b481dedd1b0..000000000000 --- a/app-misc/away/away-0.9.5-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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_unpack() { - unpack ${A} - - 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 || die "dobin failed" - - pamd_mimic_system away auth - - doman doc/* - dodoc BUGS AUTHORS NEWS README TODO data/awayrc || die "dodoc failed" -} |