Gentoo Archives: gentoo-commits

From: "Panagiotis Christopoulos (pchrist)" <pchrist@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/scsh-install-lib: scsh-install-lib-1.3.0.ebuild ChangeLog
Date: Sun, 03 Aug 2008 15:59:15
Message-Id: E1KPfzE-00038C-I6@stork.gentoo.org
1 pchrist 08/08/03 15:59:12
2
3 Modified: scsh-install-lib-1.3.0.ebuild ChangeLog
4 Log:
5 Add missing IUSE variable
6 (Portage version: 2.2_rc5/cvs/Linux 2.6.25-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.2 app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild?r1=1.1&r2=1.2
14
15 Index: scsh-install-lib-1.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- scsh-install-lib-1.3.0.ebuild 5 Jan 2006 18:14:14 -0000 1.1
22 +++ scsh-install-lib-1.3.0.ebuild 3 Aug 2008 15:59:12 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild,v 1.1 2006/01/05 18:14:14 mkennedy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild,v 1.2 2008/08/03 15:59:12 pchrist Exp $
29
30 inherit scsh
31
32 @@ -11,6 +11,7 @@
33 LICENSE="as-is BSD"
34 SLOT="0"
35 KEYWORDS="~x86"
36 +IUSE=""
37
38 DEPEND=">=app-shells/scsh-0.6.6"
39
40
41
42
43 1.5 app-shells/scsh-install-lib/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/scsh-install-lib/ChangeLog?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/scsh-install-lib/ChangeLog?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/scsh-install-lib/ChangeLog?r1=1.4&r2=1.5
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/ChangeLog,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- ChangeLog 3 Aug 2008 15:23:04 -0000 1.4
56 +++ ChangeLog 3 Aug 2008 15:59:12 -0000 1.5
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-shells/scsh-install-lib
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/ChangeLog,v 1.4 2008/08/03 15:23:04 ulm Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/ChangeLog,v 1.5 2008/08/03 15:59:12 pchrist Exp $
62 +
63 + 03 Aug 2008; Panagiotis Christopoulos <pchrist@g.o>
64 + scsh-install-lib-1.3.0.ebuild:
65 + Add missing IUSE variable
66
67 03 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
68 Add USE flag description to metadata wrt GLEP 56.