diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-04 15:41:53 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-04 15:41:53 +0000 |
commit | 7a74d7f73a37e3aa4aad3ba31a2381d94d8921b7 (patch) | |
tree | 5529436fd701cf2ca9450844fc0ec0840fa8e2e4 | |
parent | amd64/x86 stable, bug #291718 (diff) | |
download | gentoo-2-7a74d7f73a37e3aa4aad3ba31a2381d94d8921b7.tar.gz gentoo-2-7a74d7f73a37e3aa4aad3ba31a2381d94d8921b7.tar.bz2 gentoo-2-7a74d7f73a37e3aa4aad3ba31a2381d94d8921b7.zip |
Version bump. Remove old.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild (renamed from x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild) | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index 2e227cfbf845..698336f2cede 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xcompmgr # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.36 2009/04/06 19:24:29 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.37 2009/11/04 15:41:53 scarabeus Exp $ + +*xcompmgr-1.1.5 (04 Nov 2009) + + 04 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -xcompmgr-1.1.3-r1.ebuild, +xcompmgr-1.1.5.ebuild: + Version bump. Remove old. 06 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> xcompmgr-1.1.4.ebuild: Stable on sparc, bug #251832 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild index e7074b74fcbf..f52ccafff878 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild,v 1.7 2009/05/05 17:43:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild,v 1.1 2009/11/04 15:41:53 scarabeus Exp $ inherit x-modular DESCRIPTION="X Compositing manager" HOMEPAGE="http://freedesktop.org/Software/xapps" -SRC_URI="http://xapps.freedesktop.org/release/${P}.tar.gz" +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 x11-libs/libXdamage + x11-libs/libXfixes x11-libs/libXcomposite" DEPEND="${RDEPEND}" - -PATCHES=("${FILESDIR}/fix-unmapped-window-opacity.patch") |