summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-10-31 18:42:28 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-10-31 18:42:28 +0000
commitefd79d60f48b3e061db13bca1d55a2f80175f026 (patch)
tree840631d744a42c22d532d50445315004b3899f19 /x11-misc/xcompmgr
parentDon't fail if restoring a card fails. See bug #100911. (diff)
downloadhistorical-efd79d60f48b3e061db13bca1d55a2f80175f026.tar.gz
historical-efd79d60f48b3e061db13bca1d55a2f80175f026.tar.bz2
historical-efd79d60f48b3e061db13bca1d55a2f80175f026.zip
Version bump.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r--x11-misc/xcompmgr/ChangeLog8
-rw-r--r--x11-misc/xcompmgr/Manifest4
-rw-r--r--x11-misc/xcompmgr/files/digest-xcompmgr-1.1.31
-rw-r--r--x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild33
4 files changed, 44 insertions, 2 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog
index 5d1475483c8b..a8aff2f39cf5 100644
--- a/x11-misc/xcompmgr/ChangeLog
+++ b/x11-misc/xcompmgr/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xcompmgr
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.15 2005/10/24 03:27:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.16 2005/10/31 18:42:28 joshuabaergen Exp $
+
+*xcompmgr-1.1.3 (31 Oct 2005)
+
+ 31 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xcompmgr-1.1.3.ebuild:
+ Version bump.
24 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
xcompmgr-1.1.2.ebuild:
diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest
index 964897c6edac..db808841ae72 100644
--- a/x11-misc/xcompmgr/Manifest
+++ b/x11-misc/xcompmgr/Manifest
@@ -1,9 +1,11 @@
-MD5 9bc35d60c8be68928f62e5c0c2d77f10 ChangeLog 2500
+MD5 437e89717871b2fef627759655dac19f ChangeLog 2635
MD5 07e5ec00d181e904a58ae4d14a14b7e3 files/digest-xcompmgr-1.1 63
MD5 5ebc56e1119bbc9faa58495dac4d0643 files/digest-xcompmgr-1.1.1 66
MD5 abb351442f7f3b3cfb8c001f852632a0 files/digest-xcompmgr-1.1.2 65
+MD5 adab7dc29848b07a654d83429e14e74f files/digest-xcompmgr-1.1.3 65
MD5 fcac96a3388e51713ee63c0c8f861c8e files/xcompmgr-fix.diff 832
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
MD5 c213ee6c4fb070f148bbc520e93bd9dd xcompmgr-1.1.1.ebuild 596
MD5 f4a5d00b0cc0756562ab510a285ecf4a xcompmgr-1.1.2.ebuild 720
+MD5 919bb38f6980b7ad723c0c8f733cc431 xcompmgr-1.1.3.ebuild 724
MD5 f3967a8321ed1d9e2e1e22ba9bb8dc8f xcompmgr-1.1.ebuild 774
diff --git a/x11-misc/xcompmgr/files/digest-xcompmgr-1.1.3 b/x11-misc/xcompmgr/files/digest-xcompmgr-1.1.3
new file mode 100644
index 000000000000..fad920d69ebd
--- /dev/null
+++ b/x11-misc/xcompmgr/files/digest-xcompmgr-1.1.3
@@ -0,0 +1 @@
+MD5 44ccbafa8484b7e0c00e5c83cd915adc xcompmgr-1.1.3.tar.gz 79840
diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild
new file mode 100644
index 000000000000..29225ea41c82
--- /dev/null
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2005 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.ebuild,v 1.1 2005/10/31 18:42:28 joshuabaergen Exp $
+
+inherit eutils
+
+IUSE=""
+
+DESCRIPTION="X Compositing manager"
+HOMEPAGE="http://freedesktop.org/Software/xapps"
+SRC_URI="http://xapps.freedesktop.org/release/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86 ~ppc ~amd64"
+
+RDEPEND="|| ( (
+ x11-libs/libXrender
+ x11-libs/libXfixes
+ x11-libs/libXdamage
+ x11-libs/libXcomposite
+ )
+ virtual/x11
+ )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ !<x11-base/xorg-x11-6.8.0"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc ChangeLog
+}