Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/cll1h: ChangeLog cll1h-0.6-r1.ebuild
Date: Fri, 02 Nov 2012 12:21:35
Message-Id: 20121102122117.C344121600@flycatcher.gentoo.org
1 pinkbyte 12/11/02 12:21:17
2
3 Modified: ChangeLog
4 Added: cll1h-0.6-r1.ebuild
5 Log:
6 Revision bump: EAPI 4, add ~amd64 and ~amd64-linux keywords wrt bug #440678
7
8 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.8 dev-lang/cll1h/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cll1h/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cll1h/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cll1h/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 2 Jan 2010 18:37:29 -0000 1.7
24 +++ ChangeLog 2 Nov 2012 12:21:17 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/cll1h
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.7 2010/01/02 18:37:29 fauli Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.8 2012/11/02 12:21:17 pinkbyte Exp $
31 +
32 +*cll1h-0.6-r1 (02 Nov 2012)
33 +
34 + 02 Nov 2012; Sergey Popov <pinkbyte@g.o> +cll1h-0.6-r1.ebuild:
35 + Revision bump: EAPI 4, add ~amd64 and ~amd64-linux keywords wrt bug #440678
36
37 02 Jan 2010; Christian Faulhammer <fauli@g.o> cll1h-0.6.ebuild:
38 Transfer Prefix keywords
39
40
41
42 1.1 dev-lang/cll1h/cll1h-0.6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cll1h-0.6-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild,v 1.1 2012/11/02 12:21:17 pinkbyte Exp $
52
53 EAPI=4
54
55 DESCRIPTION="C<<1 programming language system"
56 HOMEPAGE="http://gpl.arachne.cz/"
57 SRC_URI="http://gpl.arachne.cz/download/${P}.tar.gz"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~amd64-linux ~ppc ~x86 ~x86-linux ~ppc-macos"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND="sys-devel/gcc"
66
67 src_install() {
68 insinto /usr/include
69 doins cll1.h
70 dodoc cll1.txt
71 docinto examples
72 dodoc demos/*.c
73 docompress -x /usr/share/doc/"${PF}"/examples
74 }