Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
Date: Sat, 09 Jul 2016 13:07:19
Message-Id: 1468069528.92acc2e7a22c8aa53f7d650ea54fb79d69ff7c07.bman@gentoo
1 commit: 92acc2e7a22c8aa53f7d650ea54fb79d69ff7c07
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 13:05:28 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 13:05:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92acc2e7
7
8 net-dialup/mingetty: cleanup vulnerable versions wrt bug #339338
9
10 net-dialup/mingetty/mingetty-1.08.ebuild | 29 -----------------------------
11 1 file changed, 29 deletions(-)
12
13 diff --git a/net-dialup/mingetty/mingetty-1.08.ebuild b/net-dialup/mingetty/mingetty-1.08.ebuild
14 deleted file mode 100644
15 index b12c705..0000000
16 --- a/net-dialup/mingetty/mingetty-1.08.ebuild
17 +++ /dev/null
18 @@ -1,29 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=5
24 -
25 -inherit toolchain-funcs eutils
26 -
27 -DESCRIPTION="A compact getty program for virtual consoles only"
28 -HOMEPAGE="http://sourceforge.net/projects/mingetty"
29 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
34 -IUSE="unicode"
35 -
36 -src_prepare() {
37 - use unicode && epatch "${FILESDIR}"/${P}-utf8.patch
38 -}
39 -
40 -src_compile() {
41 - emake CFLAGS="${CFLAGS} -Wall -W -pipe -D_GNU_SOURCE" CC="$(tc-getCC)"
42 -}
43 -
44 -src_install () {
45 - dodir /sbin /usr/share/man/man8
46 - emake DESTDIR="${D}" install
47 -}