From 7a74d7f73a37e3aa4aad3ba31a2381d94d8921b7 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 4 Nov 2009 15:41:53 +0000 Subject: Version bump. Remove old. (Portage version: 2.2_rc46/cvs/Linux x86_64) --- x11-misc/xcompmgr/ChangeLog | 8 +++++++- x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild | 18 ------------------ x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 19 deletions(-) delete mode 100644 x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild create mode 100644 x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild (limited to 'x11-misc') 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 + -xcompmgr-1.1.3-r1.ebuild, +xcompmgr-1.1.5.ebuild: + Version bump. Remove old. 06 Apr 2009; Friedrich Oslage 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.3-r1.ebuild deleted file mode 100644 index e7074b74fcbf..000000000000 --- a/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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 $ - -inherit x-modular - -DESCRIPTION="X Compositing manager" -HOMEPAGE="http://freedesktop.org/Software/xapps" -SRC_URI="http://xapps.freedesktop.org/release/${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="amd64 ppc ~ppc64 sparc x86" -IUSE="" -RDEPEND="x11-libs/libXrender - x11-libs/libXdamage - x11-libs/libXcomposite" -DEPEND="${RDEPEND}" - -PATCHES=("${FILESDIR}/fix-unmapped-window-opacity.patch") diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild new file mode 100644 index 000000000000..f52ccafff878 --- /dev/null +++ b/x11-misc/xcompmgr/xcompmgr-1.1.5.ebuild @@ -0,0 +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.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://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}" -- cgit v1.2.3-65-gdbad