diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-02-04 18:08:19 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-02-04 18:08:19 +0000 |
commit | ba6ab4ee6d95969f35a11914a0e4d89c0c135a7d (patch) | |
tree | ea129017146cc1dca09f259c07df24101eb3816a /x11-libs/libxshmfence | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-ba6ab4ee6d95969f35a11914a0e4d89c0c135a7d.tar.gz gentoo-2-ba6ab4ee6d95969f35a11914a0e4d89c0c135a7d.tar.bz2 gentoo-2-ba6ab4ee6d95969f35a11914a0e4d89c0c135a7d.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-libs/libxshmfence')
-rw-r--r-- | x11-libs/libxshmfence/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libxshmfence/libxshmfence-1.2.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-libs/libxshmfence/ChangeLog b/x11-libs/libxshmfence/ChangeLog index 50f044a76487..74963fd3caf2 100644 --- a/x11-libs/libxshmfence/ChangeLog +++ b/x11-libs/libxshmfence/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libxshmfence -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/ChangeLog,v 1.17 2014/06/18 21:11:40 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/ChangeLog,v 1.18 2015/02/04 18:08:19 chithanh Exp $ + +*libxshmfence-1.2 (04 Feb 2015) + + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libxshmfence-1.2.ebuild: + Version bump. 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libxshmfence-1.1.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/x11-libs/libxshmfence/libxshmfence-1.2.ebuild b/x11-libs/libxshmfence/libxshmfence-1.2.ebuild new file mode 100644 index 000000000000..a6daf347f44e --- /dev/null +++ b/x11-libs/libxshmfence/libxshmfence-1.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/libxshmfence-1.2.ebuild,v 1.1 2015/02/04 18:08:19 chithanh Exp $ + +EAPI=5 +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="Shared memory fences using futexes" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND=">=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}] + ${RDEPEND}" |