Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-unsupported: metadata.xml ChangeLog compiz-plugins-unsupported-0.8.2.ebuild
Date: Fri, 03 Apr 2009 11:12:14
Message-Id: E1LphJk-0007FW-QO@stork.gentoo.org
1 jmbsvicetto 09/04/03 11:12:12
2
3 Added: metadata.xml ChangeLog
4 compiz-plugins-unsupported-0.8.2.ebuild
5 Log:
6 Bumped compiz to the 0.8.2 release.
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-plugins/compiz-plugins-unsupported/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-unsupported/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-unsupported/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>desktop-effects</herd>
21 <longdescription lang="en">
22 Package with several compiz-fusion plugins:
23 fakeargb, mswitch, snow, tile.
24 </longdescription>
25 </pkgmetadata>
26
27
28
29 1.1 x11-plugins/compiz-plugins-unsupported/ChangeLog
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for x11-plugins/compiz-plugins-unsupported
37 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog,v 1.1 2009/04/03 11:12:12 jmbsvicetto Exp $
39
40 *compiz-plugins-unsupported-0.8.2 (03 Apr 2009)
41
42 03 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
43 +metadata.xml, +compiz-plugins-unsupported-0.8.2.ebuild:
44 Bumped compiz to the 0.8.2 release.
45
46
47
48
49 1.1 x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.2.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.2.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.2.ebuild?rev=1.1&content-type=text/plain
53
54 Index: compiz-plugins-unsupported-0.8.2.ebuild
55 ===================================================================
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.2.ebuild,v 1.1 2009/04/03 11:12:12 jmbsvicetto Exp $
59
60 EAPI="2"
61
62 DESCRIPTION="Compiz Fusion Window Decorator Unsupported Plugins"
63 HOMEPAGE="http://www.compiz.org/"
64 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 RDEPEND="
72 !x11-plugins/compiz-fusion-plugins-unsupported
73 >=gnome-base/librsvg-2.14.0
74 media-libs/jpeg
75 ~x11-libs/compiz-bcop-${PV}
76 ~x11-wm/compiz-${PV}
77 "
78
79 DEPEND="${RDEPEND}
80 >=dev-util/intltool-0.35
81 >=dev-util/pkgconfig-0.19
82 >=sys-devel/gettext-0.15
83 x11-libs/cairo
84 "
85
86 RESTRICT="mirror"
87
88 src_install() {
89 emake DESTDIR="${D}" install || die "emake install failed"
90 }