Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/mc: mc-4.6.1-r4.ebuild
Date: Fri, 31 Jul 2009 16:46:47
Message-Id: E1MWvFl-0004s5-7x@stork.gentoo.org
1 ssuominen 09/07/31 16:46:45
2
3 Modified: mc-4.6.1-r4.ebuild
4 Log:
5 Enable USE slang by default here.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.16 app-misc/mc/mc-4.6.1-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.6.1-r4.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.6.1-r4.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.6.1-r4.ebuild?r1=1.15&r2=1.16
14
15 Index: mc-4.6.1-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r4.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- mc-4.6.1-r4.ebuild 14 Sep 2008 02:04:27 -0000 1.15
22 +++ mc-4.6.1-r4.ebuild 31 Jul 2009 16:46:45 -0000 1.16
23 @@ -1,7 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r4.ebuild,v 1.15 2008/09/14 02:04:27 solar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r4.ebuild,v 1.16 2009/07/31 16:46:45 ssuominen Exp $
28
29 +EAPI=1
30 inherit flag-o-matic eutils
31
32 U7Z_PV="4.29"
33 @@ -15,7 +16,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
37 -IUSE="7zip X gpm ncurses nls samba slang unicode"
38 +IUSE="7zip X gpm ncurses nls samba +slang unicode"
39
40 RDEPEND="kernel_linux? ( >=sys-fs/e2fsprogs-1.19 )
41 ncurses? ( >=sys-libs/ncurses-5.2-r5 )