Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/gcam: gcam-9999.ebuild ChangeLog
Date: Sun, 08 Jan 2012 18:38:09
Message-Id: 20120108183800.4D5B42004B@flycatcher.gentoo.org
1 dilfridge 12/01/08 18:38:00
2
3 Modified: ChangeLog
4 Added: gcam-9999.ebuild
5 Log:
6 Add live ebuild
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sci-misc/gcam/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 23 Oct 2010 06:52:42 -0000 1.3
24 +++ ChangeLog 8 Jan 2012 18:38:00 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-misc/gcam
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v 1.3 2010/10/23 06:52:42 dilfridge Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v 1.4 2012/01/08 18:38:00 dilfridge Exp $
31 +
32 +*gcam-9999 (08 Jan 2012)
33 +
34 + 08 Jan 2012; Andreas K. Huettel <dilfridge@g.o> +gcam-9999.ebuild:
35 + Add live ebuild
36
37 23 Oct 2010; Andreas K. Huettel <dilfridge@g.o>
38 gcam-2010.07.27.ebuild:
39
40
41
42 1.1 sci-misc/gcam/gcam-9999.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gcam-9999.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/sci-misc/gcam/gcam-9999.ebuild,v 1.1 2012/01/08 18:38:00 dilfridge Exp $
52
53 EAPI=4
54
55 ESVN_REPO_URI="http://gcam.js.cx/svn/gcam/trunk"
56 ESVN_USER=gcam
57 ESVN_PASSWORD=gcam
58 inherit base autotools subversion
59
60 DESCRIPTION="GNU Computer Aided Manufacturing"
61 HOMEPAGE="http://gcam.js.cx"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS=""
66 IUSE=""
67
68 DEPEND="x11-libs/gtk+:2
69 x11-libs/gtkglext"
70 RDEPEND="${DEPEND}"
71
72 src_prepare() {
73 base_src_prepare
74 eautoreconf
75 }