diff options
author | 2015-03-28 23:53:46 +0000 | |
---|---|---|
committer | 2015-03-28 23:53:46 +0000 | |
commit | 9c2fc0e6981e8ece140e8256d2314ed81f1b080c (patch) | |
tree | babb472f7afc3c27b7e32fa10a10b6446c29d269 /net-dialup/mingetty/mingetty-1.07-r1.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-9c2fc0e6981e8ece140e8256d2314ed81f1b080c.tar.gz gentoo-2-9c2fc0e6981e8ece140e8256d2314ed81f1b080c.tar.bz2 gentoo-2-9c2fc0e6981e8ece140e8256d2314ed81f1b080c.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-dialup/mingetty/mingetty-1.07-r1.ebuild')
-rw-r--r-- | net-dialup/mingetty/mingetty-1.07-r1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-dialup/mingetty/mingetty-1.07-r1.ebuild b/net-dialup/mingetty/mingetty-1.07-r1.ebuild deleted file mode 100644 index cb443fe97dc9..000000000000 --- a/net-dialup/mingetty/mingetty-1.07-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.07-r1.ebuild,v 1.12 2014/08/10 20:56:06 slyfox Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="A compact getty program for virtual consoles only" -HOMEPAGE="http://sourceforge.net/projects/mingetty" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="unicode" - -src_unpack() { - unpack ${A} - - use unicode && epatch "${FILESDIR}"/${P}-utf8.patch -} - -src_compile() { - emake CFLAGS="${CFLAGS} -Wall -W -pipe -D_GNU_SOURCE" CC="$(tc-getCC)" || die "compile failed" -} - -src_install () { - dodir /sbin /usr/share/man/man8 - emake DESTDIR="${D}" install || die "install failed" -} |