diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-02-24 16:58:21 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-02-24 16:58:21 +0000 |
commit | 433e94cd45ee888a5440cffaeb63caa8b26bbcf4 (patch) | |
tree | ee71cd9daf1183f37933c217edc5623b551b2a8e /x11-libs | |
parent | Version bump. Fixes libmirage-3.0.0 compatibility. (diff) | |
download | gentoo-2-433e94cd45ee888a5440cffaeb63caa8b26bbcf4.tar.gz gentoo-2-433e94cd45ee888a5440cffaeb63caa8b26bbcf4.tar.bz2 gentoo-2-433e94cd45ee888a5440cffaeb63caa8b26bbcf4.zip |
Version bump to 1.1.4, straight to stable.
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXxf86vm/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libXxf86vm/libXxf86vm-1.1.4.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-libs/libXxf86vm/ChangeLog b/x11-libs/libXxf86vm/ChangeLog index ab383928fbba..82d304a6cc2b 100644 --- a/x11-libs/libXxf86vm/ChangeLog +++ b/x11-libs/libXxf86vm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXxf86vm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/ChangeLog,v 1.84 2014/06/18 21:13:52 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/ChangeLog,v 1.85 2015/02/24 16:58:21 mattst88 Exp $ + +*libXxf86vm-1.1.4 (24 Feb 2015) + + 24 Feb 2015; Matt Turner <mattst88@gentoo.org> +libXxf86vm-1.1.4.ebuild: + Version bump to 1.1.4, straight to stable. 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libXxf86vm-1.1.3.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/x11-libs/libXxf86vm/libXxf86vm-1.1.4.ebuild b/x11-libs/libXxf86vm/libXxf86vm-1.1.4.ebuild new file mode 100644 index 000000000000..7340138d9056 --- /dev/null +++ b/x11-libs/libXxf86vm/libXxf86vm-1.1.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/libXxf86vm-1.1.4.ebuild,v 1.1 2015/02/24 16:58:21 mattst88 Exp $ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xxf86vm library" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-proto/xf86vidmodeproto-2.3.1-r1[${MULTILIB_USEDEP}] + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |