Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/asterisk-cdr_shell: asterisk-cdr_shell-20050626.ebuild asterisk-cdr_shell-20060120.ebuild
Date: Thu, 28 Oct 2010 09:44:26
Message-Id: 20101028094417.A39E820051@flycatcher.gentoo.org
1 ssuominen 10/10/28 09:44:17
2
3 Modified: asterisk-cdr_shell-20050626.ebuild
4 asterisk-cdr_shell-20060120.ebuild
5 Log:
6 missing iuse
7
8 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?r1=1.4&r2=1.5
16
17 Index: asterisk-cdr_shell-20050626.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- asterisk-cdr_shell-20050626.ebuild 6 May 2006 15:16:25 -0000 1.4
24 +++ asterisk-cdr_shell-20050626.ebuild 28 Oct 2010 09:44:17 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2006 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v 1.4 2006/05/06 15:16:25 stkn Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v 1.5 2010/10/28 09:44:17 ssuominen Exp $
31
32 inherit eutils
33
34 @@ -13,6 +13,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~ppc ~x86"
38 +IUSE=""
39
40 DEPEND=">=net-misc/asterisk-1.0.7-r1
41 !>=net-misc/asterisk-1.2.0"
42
43
44
45 1.2 net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?r1=1.1&r2=1.2
50
51 Index: asterisk-cdr_shell-20060120.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- asterisk-cdr_shell-20060120.ebuild 6 May 2006 15:16:25 -0000 1.1
58 +++ asterisk-cdr_shell-20060120.ebuild 28 Oct 2010 09:44:17 -0000 1.2
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2006 Gentoo Foundation
61 +# Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v 1.1 2006/05/06 15:16:25 stkn Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v 1.2 2010/10/28 09:44:17 ssuominen Exp $
65
66 inherit eutils toolchain-funcs
67
68 @@ -14,6 +14,7 @@
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~ppc ~x86"
72 +IUSE=""
73
74 DEPEND=">=net-misc/asterisk-1.2.0
75 !=net-misc/asterisk-1.0*"