Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXv: libXv-1.0.7-r1.ebuild ChangeLog
Date: Tue, 26 Feb 2013 16:12:16
Message-Id: 20130226161212.705122171D@flycatcher.gentoo.org
1 mgorny 13/02/26 16:12:12
2
3 Modified: ChangeLog
4 Added: libXv-1.0.7-r1.ebuild
5 Log:
6 Enable multilib.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
9
10 Revision Changes Path
11 1.79 x11-libs/libXv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXv/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXv/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXv/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXv/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 26 Aug 2012 18:47:01 -0000 1.78
24 +++ ChangeLog 26 Feb 2013 16:12:12 -0000 1.79
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/libXv
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/ChangeLog,v 1.78 2012/08/26 18:47:01 armin76 Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/ChangeLog,v 1.79 2013/02/26 16:12:12 mgorny Exp $
31 +
32 +*libXv-1.0.7-r1 (26 Feb 2013)
33 +
34 + 26 Feb 2013; Michał Górny <mgorny@g.o> +libXv-1.0.7-r1.ebuild:
35 + Enable multilib.
36
37 26 Aug 2012; Raúl Porcel <armin76@g.o> libXv-1.0.7.ebuild:
38 alpha/ia64/s390/sh/sparc stable wrt #419473
39
40
41
42 1.1 x11-libs/libXv/libXv-1.0.7-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXv/libXv-1.0.7-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXv/libXv-1.0.7-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libXv-1.0.7-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/libXv-1.0.7-r1.ebuild,v 1.1 2013/02/26 16:12:12 mgorny Exp $
52
53 EAPI=5
54
55 XORG_MULTILIB=yes
56 inherit xorg-2
57
58 DESCRIPTION="X.Org Xv library"
59
60 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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
61 IUSE=""
62
63 RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]
64 x11-libs/libXext[${MULTILIB_USEDEP}]
65 x11-proto/videoproto[${MULTILIB_USEDEP}]
66 x11-proto/xproto[${MULTILIB_USEDEP}]"
67 DEPEND="${RDEPEND}"