diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 20:46:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 20:46:55 +0000 |
commit | ca799d74252741b23f7af8a08cf28cf622718c89 (patch) | |
tree | e24c42b356ac8aef0b4108b1e3e746e6e2eaaec9 /x11-libs/libXv | |
parent | Version bump. (diff) | |
download | gentoo-2-ca799d74252741b23f7af8a08cf28cf622718c89.tar.gz gentoo-2-ca799d74252741b23f7af8a08cf28cf622718c89.tar.bz2 gentoo-2-ca799d74252741b23f7af8a08cf28cf622718c89.zip |
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libXv')
-rw-r--r-- | x11-libs/libXv/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXv/libXv-1.0.10.ebuild | 19 | ||||
-rw-r--r-- | x11-libs/libXv/libXv-1.0.6.ebuild | 17 |
3 files changed, 26 insertions, 18 deletions
diff --git a/x11-libs/libXv/ChangeLog b/x11-libs/libXv/ChangeLog index d50585fd5bd9..e35ad66049fc 100644 --- a/x11-libs/libXv/ChangeLog +++ b/x11-libs/libXv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/ChangeLog,v 1.81 2013/06/23 04:52:22 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/ChangeLog,v 1.82 2013/09/11 20:46:55 chithanh Exp $ + +*libXv-1.0.10 (11 Sep 2013) + + 11 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXv-1.0.10.ebuild, -libXv-1.0.6.ebuild: + Version bump. *libXv-1.0.9 (23 Jun 2013) diff --git a/x11-libs/libXv/libXv-1.0.10.ebuild b/x11-libs/libXv/libXv-1.0.10.ebuild new file mode 100644 index 000000000000..3f3134975462 --- /dev/null +++ b/x11-libs/libXv/libXv-1.0.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/libXv-1.0.10.ebuild,v 1.1 2013/09/11 20:46:55 chithanh Exp $ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xv library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.6[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-proto/videoproto[${MULTILIB_USEDEP}] + x11-proto/xproto[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/x11-libs/libXv/libXv-1.0.6.ebuild b/x11-libs/libXv/libXv-1.0.6.ebuild deleted file mode 100644 index e50ce6b6bfbe..000000000000 --- a/x11-libs/libXv/libXv-1.0.6.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/libXv-1.0.6.ebuild,v 1.9 2011/02/14 23:08:48 xarthisius Exp $ - -EAPI=3 -inherit xorg-2 - -DESCRIPTION="X.Org Xv library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-proto/videoproto - x11-proto/xproto" -DEPEND="${RDEPEND}" |