diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-04 10:39:24 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-04 10:39:24 +0000 |
commit | 33221d3b4fedaa684f034b3ca0e5ddd24b59ad29 (patch) | |
tree | 26588ece7777fce80924759a98560f7eec4d9ef0 /x11-misc/rendercheck | |
parent | Version bump. (diff) | |
download | gentoo-2-33221d3b4fedaa684f034b3ca0e5ddd24b59ad29.tar.gz gentoo-2-33221d3b4fedaa684f034b3ca0e5ddd24b59ad29.tar.bz2 gentoo-2-33221d3b4fedaa684f034b3ca0e5ddd24b59ad29.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc/rendercheck')
-rw-r--r-- | x11-misc/rendercheck/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/rendercheck/rendercheck-1.5.ebuild | 18 |
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-misc/rendercheck/ChangeLog b/x11-misc/rendercheck/ChangeLog index 0cf28a9668fc..3af380d77f27 100644 --- a/x11-misc/rendercheck/ChangeLog +++ b/x11-misc/rendercheck/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/rendercheck -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/ChangeLog,v 1.22 2011/03/27 16:13:03 klausman Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/ChangeLog,v 1.23 2015/07/04 10:39:24 mrueg Exp $ + +*rendercheck-1.5 (04 Jul 2015) + + 04 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +rendercheck-1.5.ebuild: + Version bump. 27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> rendercheck-1.4.ebuild: Keyworded on alpha, bug #360685 @@ -89,4 +94,3 @@ This tests an implementation of X's Render extension against independent calculations of the expected results. The ebuild is based on x11-misc/xcompmgr. - diff --git a/x11-misc/rendercheck/rendercheck-1.5.ebuild b/x11-misc/rendercheck/rendercheck-1.5.ebuild new file mode 100644 index 000000000000..681c7a47ef7c --- /dev/null +++ b/x11-misc/rendercheck/rendercheck-1.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/rendercheck-1.5.ebuild,v 1.1 2015/07/04 10:39:24 mrueg Exp $ + +EAPI=5 + +XORG_MODULE=app/ +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="Tests for compliance with X RENDER extension" + +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXrender + x11-libs/libX11" +DEPEND="${RDEPEND}" |