Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-vala: metadata.xml ChangeLog xfce4-vala-0.1_rc.ebuild
Date: Sat, 29 Aug 2009 15:55:34
Message-Id: E1MhV6B-0006Jm-EC@stork.gentoo.org
1 ssuominen 09/08/29 21:04:35
2
3 Added: metadata.xml ChangeLog xfce4-vala-0.1_rc.ebuild
4 Log:
5 Initial commit.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 xfce-extra/xfce4-vala/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-vala/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-vala/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>xfce</herd>
20 </pkgmetadata>
21
22
23
24 1.1 xfce-extra/xfce4-vala/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for xfce-extra/xfce4-vala
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog,v 1.1 2009/08/29 21:04:35 ssuominen Exp $
34
35 *xfce4-vala-0.1_rc (29 Aug 2009)
36
37 29 Aug 2009; Samuli Suominen <ssuominen@g.o>
38 +xfce4-vala-0.1_rc.ebuild:
39 Initial commit.
40
41
42
43
44 1.1 xfce-extra/xfce4-vala/xfce4-vala-0.1_rc.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-vala/xfce4-vala-0.1_rc.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-vala/xfce4-vala-0.1_rc.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xfce4-vala-0.1_rc.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-vala/xfce4-vala-0.1_rc.ebuild,v 1.1 2009/08/29 21:04:35 ssuominen Exp $
54
55 EAPI=2
56 inherit xfconf
57
58 MY_PV=${PV/_rc/-rc}
59
60 DESCRIPTION="Vala bindings for libxfce4util, libxfce4menu, xfconf, libxfcegui4, exo and libxfce4panel"
61 HOMEPAGE="http://wiki.xfce.org/vala-bindings/"
62 SRC_URI="http://goodies.xfce.org/releases/${PN}/${PN}-${MY_PV}.tar.bz2"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 RDEPEND=">=xfce-base/libxfce4util-4.6
70 >=xfce-base/libxfce4menu-4.6
71 >=xfce-base/xfconf-4.6
72 >=xfce-base/exo-0.3.100
73 >=xfce-base/xfce4-panel-4.6
74 >=dev-lang/vala-0.7.1"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig"
77
78 S=${WORKDIR}/${PN}-${MY_PV}
79
80 DOCS="AUTHORS NEWS README"