Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/e16keyedit: e16keyedit-0.7.ebuild ChangeLog
Date: Sat, 31 Jul 2010 04:02:39
Message-Id: 20100731040151.35BAA2CF37@corvid.gentoo.org
1 vapier 10/07/31 04:01:51
2
3 Modified: ChangeLog
4 Added: e16keyedit-0.7.ebuild
5 Log:
6 Version bump #314761.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 x11-misc/e16keyedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 20 Jun 2009 16:22:54 -0000 1.13
23 +++ ChangeLog 31 Jul 2010 04:01:50 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/e16keyedit
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.13 2009/06/20 16:22:54 vapier Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.14 2010/07/31 04:01:50 vapier Exp $
30 +
31 +*e16keyedit-0.7 (31 Jul 2010)
32 +
33 + 31 Jul 2010; Mike Frysinger <vapier@g.o> +e16keyedit-0.7.ebuild:
34 + Version bump #314761.
35
36 *e16keyedit-0.6 (20 Jun 2009)
37
38
39
40
41 1.1 x11-misc/e16keyedit/e16keyedit-0.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: e16keyedit-0.7.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.7.ebuild,v 1.1 2010/07/31 04:01:50 vapier Exp $
51
52 DESCRIPTION="Key binding editor for enlightenment 16"
53 HOMEPAGE="http://www.enlightenment.org/"
54 SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
55
56 LICENSE="as-is"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND="=x11-libs/gtk+-2*"
62 DEPEND="${RDEPEND}
63 dev-util/pkgconfig"
64
65 src_compile() {
66 econf --enable-gtk2 || die
67 emake || die
68 }
69
70 src_install() {
71 emake install DESTDIR="${D}" || die
72 dodoc README ChangeLog AUTHORS
73 }