diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 15:37:12 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 15:37:12 +0000 |
commit | 837f45e84d61344f5a0131881780dbdf6ca1d33a (patch) | |
tree | 90c0e8ab3176e6513cfee764c6fe0ad4c716bf0f /x11-misc/xcompmgr | |
parent | Stable for HPPA (bug #400295). (diff) | |
download | gentoo-2-837f45e84d61344f5a0131881780dbdf6ca1d33a.tar.gz gentoo-2-837f45e84d61344f5a0131881780dbdf6ca1d33a.tar.bz2 gentoo-2-837f45e84d61344f5a0131881780dbdf6ca1d33a.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index 18890326fd7f..6b93226fd3bc 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xcompmgr -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.44 2010/01/23 21:13:45 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.45 2012/02/24 15:37:12 chithanh Exp $ + +*xcompmgr-1.1.6 (24 Feb 2012) + + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xcompmgr-1.1.6.ebuild: + Version bump. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xcompmgr-1.1.4.ebuild: diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild new file mode 100644 index 000000000000..17bc4e6ac54f --- /dev/null +++ b/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild,v 1.1 2012/02/24 15:37:12 chithanh Exp $ + +EAPI=4 +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" +IUSE="" +RDEPEND="x11-libs/libXrender + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXcomposite" +DEPEND="${RDEPEND}" |