Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xcompmgr: xcompmgr-1.1.5.ebuild ChangeLog xcompmgr-1.1.3-r1.ebuild
Date: Wed, 04 Nov 2009 15:42:02
Message-Id: E1N5hzd-0003wJ-Qs@stork.gentoo.org
1 scarabeus 09/11/04 15:41:53
2
3 Modified: ChangeLog
4 Added: xcompmgr-1.1.5.ebuild
5 Removed: xcompmgr-1.1.3-r1.ebuild
6 Log:
7 Version bump. Remove old.
8 (Portage version: 2.2_rc46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.37 x11-misc/xcompmgr/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 6 Apr 2009 19:24:29 -0000 1.36
24 +++ ChangeLog 4 Nov 2009 15:41:53 -0000 1.37
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/xcompmgr
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.36 2009/04/06 19:24:29 bluebird Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.37 2009/11/04 15:41:53 scarabeus Exp $
30 +
31 +*xcompmgr-1.1.5 (04 Nov 2009)
32 +
33 + 04 Nov 2009; Tomáš Chvátal <scarabeus@g.o>
34 + -xcompmgr-1.1.3-r1.ebuild, +xcompmgr-1.1.5.ebuild:
35 + Version bump. Remove old.
36
37 06 Apr 2009; Friedrich Oslage <bluebird@g.o> xcompmgr-1.1.4.ebuild:
38 Stable on sparc, bug #251832
39
40
41
42 1.1 x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcompmgr-1.1.5.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild,v 1.1 2009/11/04 15:41:53 scarabeus Exp $
52
53 inherit x-modular
54
55 DESCRIPTION="X Compositing manager"
56 HOMEPAGE="http://freedesktop.org/Software/xapps"
57 SRC_URI="http://xorg.freedesktop.org/releases/individual/app/${P}.tar.bz2"
58 LICENSE="BSD"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61 RDEPEND="x11-libs/libXrender
62 x11-libs/libXdamage
63 x11-libs/libXfixes
64 x11-libs/libXcomposite"
65 DEPEND="${RDEPEND}"