Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xcompmgr: xcompmgr-1.1.7.ebuild ChangeLog xcompmgr-1.1.5.ebuild
Date: Sat, 04 Jul 2015 10:17:15
Message-Id: 20150704101704.E8B36751@oystercatcher.gentoo.org
1 mrueg 15/07/04 10:17:04
2
3 Modified: ChangeLog
4 Added: xcompmgr-1.1.7.ebuild
5 Removed: xcompmgr-1.1.5.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.53 x11-misc/xcompmgr/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/ChangeLog?rev=1.53&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/ChangeLog?rev=1.53&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/ChangeLog?r1=1.52&r2=1.53
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v
21 retrieving revision 1.52
22 retrieving revision 1.53
23 diff -u -r1.52 -r1.53
24 --- ChangeLog 4 Jun 2015 13:47:58 -0000 1.52
25 +++ ChangeLog 4 Jul 2015 10:17:04 -0000 1.53
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-misc/xcompmgr
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.52 2015/06/04 13:47:58 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.53 2015/07/04 10:17:04 mrueg Exp $
31 +
32 +*xcompmgr-1.1.7 (04 Jul 2015)
33 +
34 + 04 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> +xcompmgr-1.1.7.ebuild,
35 + -xcompmgr-1.1.5.ebuild:
36 + Version bump. Remove old.
37
38 04 Jun 2015; Pacho Ramos <pacho@g.o> xcompmgr-1.1.6.ebuild:
39 x11-libs/libXext is needed (#514142)
40
41
42
43 1.1 x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xcompmgr-1.1.7.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild,v 1.1 2015/07/04 10:17:04 mrueg Exp $
53
54 EAPI=5
55
56 XORG_STATIC=no
57 inherit xorg-2
58
59 DESCRIPTION="X Compositing manager"
60 HOMEPAGE="http://freedesktop.org/Software/xapps"
61 SRC_URI="http://xorg.freedesktop.org/releases/individual/app/${P}.tar.bz2"
62
63 LICENSE="BSD"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="
68 x11-libs/libXrender
69 x11-libs/libXdamage
70 x11-libs/libXfixes
71 x11-libs/libXcomposite
72 x11-libs/libXext
73 "
74 DEPEND="${RDEPEND}"