diff options
author | Matt Turner <mattst88@gentoo.org> | 2016-05-25 18:57:35 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2016-05-25 19:12:10 -0700 |
commit | d2ebdf7675e890f3aa213a5243e168e952c383c4 (patch) | |
tree | 4822864e4be0f19ff7577fcf8df630157323be7d /x11-libs/libXfixes | |
parent | app-misc/pax-utils: trivial fix for double prefix. ED -> D. (diff) | |
download | gentoo-d2ebdf7675e890f3aa213a5243e168e952c383c4.tar.gz gentoo-d2ebdf7675e890f3aa213a5243e168e952c383c4.tar.bz2 gentoo-d2ebdf7675e890f3aa213a5243e168e952c383c4.zip |
x11-libs/libXfixes: version bump to 5.0.2, bug 576844.
Diffstat (limited to 'x11-libs/libXfixes')
-rw-r--r-- | x11-libs/libXfixes/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXfixes/libXfixes-5.0.2.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXfixes/Manifest b/x11-libs/libXfixes/Manifest index 43aaeee13bec..4d8051e24415 100644 --- a/x11-libs/libXfixes/Manifest +++ b/x11-libs/libXfixes/Manifest @@ -1 +1,2 @@ DIST libXfixes-5.0.1.tar.bz2 291978 SHA256 63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767 SHA512 b47c841db169d1b329eec9deb555799cd087a466326840f1f5349303ba79cff5850b1bb69c1ff38b3f522f24d61db58a0c01021e1ffea2896527167262fc7150 WHIRLPOOL d4ea1f3d83173f811f93adcec0791b850354e249ca384e65c53ea404ced0e47131c7bd531d7cde5007804b3509d962c395028c7ae03c48f31ae35b0c178679a3 +DIST libXfixes-5.0.2.tar.bz2 305007 SHA256 9bd20edfec084a1bed481d48dd4815dee88139fffad091418cdda081129a9aea SHA512 570a072da4d88653915e5bb196c4b9048482b4f9c2d2638bad5ec538de1ed799322f32c21815a3358ddedec6bde43a715d9ebb466a61fbb01eb432dfcce330a0 WHIRLPOOL 8f16772f9e4dd622554cfb7ac69ca37feecc0051cae10049988b0dfd9c2c9a2058c5c469d55487934f617c9b4c5d20e37034c9c86302ec8c157b9baaf96322f5 diff --git a/x11-libs/libXfixes/libXfixes-5.0.2.ebuild b/x11-libs/libXfixes/libXfixes-5.0.2.ebuild new file mode 100644 index 000000000000..a14e07946b00 --- /dev/null +++ b/x11-libs/libXfixes/libXfixes-5.0.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xfixes library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |