summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-04 10:17:04 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-04 10:17:04 +0000
commit072431a405e67cb062317ecedd133396d8588eac (patch)
tree161402e6416a28d3952d9d583e087f827c48ab1f /x11-misc
parentVersion bump. (diff)
downloadgentoo-2-072431a405e67cb062317ecedd133396d8588eac.tar.gz
gentoo-2-072431a405e67cb062317ecedd133396d8588eac.tar.bz2
gentoo-2-072431a405e67cb062317ecedd133396d8588eac.zip
Version bump. Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xcompmgr/ChangeLog8
-rw-r--r--x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild (renamed from x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild)20
2 files changed, 21 insertions, 7 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog
index 367d64bd393e..7328a96d1376 100644
--- a/x11-misc/xcompmgr/ChangeLog
+++ b/x11-misc/xcompmgr/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xcompmgr
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.52 2015/06/04 13:47:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.53 2015/07/04 10:17:04 mrueg Exp $
+
+*xcompmgr-1.1.7 (04 Jul 2015)
+
+ 04 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xcompmgr-1.1.7.ebuild,
+ -xcompmgr-1.1.5.ebuild:
+ Version bump. Remove old.
04 Jun 2015; Pacho Ramos <pacho@gentoo.org> xcompmgr-1.1.6.ebuild:
x11-libs/libXext is needed (#514142)
diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
index f734d338d3af..b88e4dfb668d 100644
--- a/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
@@ -1,17 +1,25 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild,v 1.6 2010/01/18 20:06:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild,v 1.1 2015/07/04 10:17:04 mrueg Exp $
-inherit x-modular
+EAPI=5
+
+XORG_STATIC=no
+inherit xorg-2
DESCRIPTION="X Compositing manager"
HOMEPAGE="http://freedesktop.org/Software/xapps"
SRC_URI="http://xorg.freedesktop.org/releases/individual/app/${P}.tar.bz2"
+
LICENSE="BSD"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND="x11-libs/libXrender
+
+RDEPEND="
+ x11-libs/libXrender
x11-libs/libXdamage
x11-libs/libXfixes
- x11-libs/libXcomposite"
+ x11-libs/libXcomposite
+ x11-libs/libXext
+"
DEPEND="${RDEPEND}"