Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/edje: ChangeLog edje-1.0.0.ebuild edje-1.0.0_beta2.ebuild
Date: Sun, 30 Jan 2011 14:48:23
Message-Id: 20110130144812.0600520054@flycatcher.gentoo.org
1 tommy 11/01/30 14:48:11
2
3 Modified: ChangeLog
4 Added: edje-1.0.0.ebuild
5 Removed: edje-1.0.0_beta2.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.0_alpha19-r1/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.10 media-libs/edje/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 17 Dec 2010 18:38:06 -0000 1.9
25 +++ ChangeLog 30 Jan 2011 14:48:11 -0000 1.10
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-libs/edje
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.9 2010/12/17 18:38:06 tommy Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.10 2011/01/30 14:48:11 tommy Exp $
32 +
33 +*edje-1.0.0 (30 Jan 2011)
34 +
35 + 30 Jan 2011; Thomas Sachau (Tommy[D]) <tommy@g.o>
36 + -edje-1.0.0_beta2.ebuild, +edje-1.0.0.ebuild:
37 + Version bump, drop old
38
39 *edje-1.0.0_beta3 (17 Dec 2010)
40
41
42
43
44 1.1 media-libs/edje/edje-1.0.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/edje-1.0.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/edje-1.0.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: edje-1.0.0.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-1.0.0.ebuild,v 1.1 2011/01/30 14:48:11 tommy Exp $
54
55 inherit enlightenment
56
57 DESCRIPTION="graphical layout and animation library"
58 HOMEPAGE="http://www.enlightenment.org/pages/edje.html"
59 SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
60
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug cache static-libs vim-syntax"
63
64 DEPEND="dev-lang/lua
65 >=dev-libs/eet-1.0.0_beta
66 >=dev-libs/eina-1.0.0_beta
67 >=dev-libs/embryo-1.0.0_beta
68 >=media-libs/evas-1.0.0_beta
69 >=dev-libs/ecore-1.0.0_beta"
70 RDEPEND=${DEPEND}
71
72 src_compile() {
73 export MY_ECONF="
74 $(use_enable cache edje-program-cache)
75 $(use_enable cache edje-calc-cache)
76 $(use_enable !debug amalgamation)
77 $(use_with vim-syntax vim /usr/share/vim)
78 "
79 enlightenment_src_compile
80 }
81
82 src_install() {
83 if use vim-syntax ; then
84 insinto /usr/share/vim/vimfiles/syntax/
85 doins data/edc.vim || die
86 fi
87 dodoc utils/{gimp-edje-export.py,inkscape2edc} || die
88 enlightenment_src_install
89 }