Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/cl-ppcre: cl-ppcre-1.2.16.ebuild ChangeLog
Date: Thu, 07 Jan 2010 15:14:49
Message-Id: E1NSu4V-0007F3-BS@stork.gentoo.org
1 fauli 10/01/07 15:14:47
2
3 Modified: cl-ppcre-1.2.16.ebuild ChangeLog
4 Log:
5 Transfer Prefix keywords
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild?r1=1.1&r2=1.2
14
15 Index: cl-ppcre-1.2.16.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cl-ppcre-1.2.16.ebuild 23 Jul 2006 04:08:05 -0000 1.1
22 +++ cl-ppcre-1.2.16.ebuild 7 Jan 2010 15:14:46 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild,v 1.1 2006/07/23 04:08:05 mkennedy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild,v 1.2 2010/01/07 15:14:46 fauli Exp $
29
30 inherit common-lisp
31
32 @@ -9,7 +9,7 @@
33 http://www.cliki.net/cl-ppcre"
34 SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz"
35 LICENSE="BSD"
36 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
38 IUSE=""
39 DEPEND="dev-lisp/common-lisp-controller
40 virtual/commonlisp"
41
42
43
44 1.49 dev-lisp/cl-ppcre/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog?rev=1.49&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog?rev=1.49&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog?r1=1.48&r2=1.49
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog,v
53 retrieving revision 1.48
54 retrieving revision 1.49
55 diff -u -r1.48 -r1.49
56 --- ChangeLog 22 Feb 2007 01:28:46 -0000 1.48
57 +++ ChangeLog 7 Jan 2010 15:14:46 -0000 1.49
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-lisp/cl-ppcre
60 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog,v 1.48 2007/02/22 01:28:46 peper Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog,v 1.49 2010/01/07 15:14:46 fauli Exp $
64 +
65 + 07 Jan 2010; Christian Faulhammer <fauli@g.o>
66 + cl-ppcre-1.2.16.ebuild:
67 + Transfer Prefix keywords
68
69 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
70 Transition to Manifest2.