Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/mgetty: mgetty-1.1.36.ebuild
Date: Sun, 25 Nov 2007 08:31:02
Message-Id: E1IwCtD-0003SZ-V2@stork.gentoo.org
1 mrness 07/11/25 08:30:55
2
3 Modified: mgetty-1.1.36.ebuild
4 Log:
5 block this package if USE=-nofax and hylafax is installed (#195467)
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.3 net-dialup/mgetty/mgetty-1.1.36.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36.ebuild?r1=1.2&r2=1.3
14
15 Index: mgetty-1.1.36.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mgetty-1.1.36.ebuild 25 Nov 2007 08:21:35 -0000 1.2
22 +++ mgetty-1.1.36.ebuild 25 Nov 2007 08:30:55 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36.ebuild,v 1.2 2007/11/25 08:21:35 mrness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36.ebuild,v 1.3 2007/11/25 08:30:55 mrness Exp $
28
29 inherit toolchain-funcs flag-o-matic eutils
30
31 @@ -13,7 +13,8 @@
32 sys-apps/gawk
33 sys-apps/groff
34 dev-lang/perl
35 - sys-apps/texinfo"
36 + sys-apps/texinfo
37 + !nofax? ( !net-misc/hylafax )"
38 RDEPEND="${DEPEND}
39 media-libs/netpbm
40 virtual/ghostscript"
41
42
43
44 --
45 gentoo-commits@g.o mailing list