summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-05-05 15:55:08 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-05-05 15:55:08 +0000
commit9041906d8f9f5b66332427b1d70ccbff051d7993 (patch)
tree99f54b987e1d13583cffd69a84e61236a970035f /x11-libs/libXcomposite
parentMove -i to be first option. (diff)
downloadgentoo-2-9041906d8f9f5b66332427b1d70ccbff051d7993.tar.gz
gentoo-2-9041906d8f9f5b66332427b1d70ccbff051d7993.tar.bz2
gentoo-2-9041906d8f9f5b66332427b1d70ccbff051d7993.zip
Bump version, fixing bug #177118.
(Portage version: 2.1.2.6)
Diffstat (limited to 'x11-libs/libXcomposite')
-rw-r--r--x11-libs/libXcomposite/ChangeLog8
-rw-r--r--x11-libs/libXcomposite/files/digest-libXcomposite-0.3.23
-rw-r--r--x11-libs/libXcomposite/libXcomposite-0.3.2.ebuild17
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-libs/libXcomposite/ChangeLog b/x11-libs/libXcomposite/ChangeLog
index a72e1005a7f3..bf491a8e3db2 100644
--- a/x11-libs/libXcomposite/ChangeLog
+++ b/x11-libs/libXcomposite/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXcomposite
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/ChangeLog,v 1.37 2007/04/22 13:33:26 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/ChangeLog,v 1.38 2007/05/05 15:55:07 joshuabaergen Exp $
+
+*libXcomposite-0.3.2 (05 May 2007)
+
+ 05 May 2007; Joshua Baergen <joshuabaergen@gentoo.org>
+ +libXcomposite-0.3.2.ebuild:
+ Bump version, fixing bug #177118.
22 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
libXcomposite-0.3.1.ebuild:
diff --git a/x11-libs/libXcomposite/files/digest-libXcomposite-0.3.2 b/x11-libs/libXcomposite/files/digest-libXcomposite-0.3.2
new file mode 100644
index 000000000000..cb91bb0e0522
--- /dev/null
+++ b/x11-libs/libXcomposite/files/digest-libXcomposite-0.3.2
@@ -0,0 +1,3 @@
+MD5 50dd31bed383280433404a405d3dcf8f libXcomposite-0.3.2.tar.bz2 219562
+RMD160 5aff4466c921b2191cbd9a1a302f955445614560 libXcomposite-0.3.2.tar.bz2 219562
+SHA256 22a541727fffc0f23823fc09f0830f3cd555edfa50c5dceac9b0ee9ae8519263 libXcomposite-0.3.2.tar.bz2 219562
diff --git a/x11-libs/libXcomposite/libXcomposite-0.3.2.ebuild b/x11-libs/libXcomposite/libXcomposite-0.3.2.ebuild
new file mode 100644
index 000000000000..01100c4b2471
--- /dev/null
+++ b/x11-libs/libXcomposite/libXcomposite-0.3.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/libXcomposite-0.3.2.ebuild,v 1.1 2007/05/05 15:55:07 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Xcomposite library"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXfixes
+ x11-libs/libXext
+ >=x11-proto/compositeproto-0.3
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"