Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: xine-lib-1.2.9999.ebuild
Date: Tue, 03 Jan 2012 19:05:19
Message-Id: 20120103190504.9FA652004B@flycatcher.gentoo.org
1 ssuominen 12/01/03 19:05:04
2
3 Modified: xine-lib-1.2.9999.ebuild
4 Log:
5 typing error in unused code
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-libs/xine-lib/xine-lib-1.2.9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?r1=1.3&r2=1.4
15
16 Index: xine-lib-1.2.9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xine-lib-1.2.9999.ebuild 3 Jan 2012 19:00:23 -0000 1.3
23 +++ xine-lib-1.2.9999.ebuild 3 Jan 2012 19:05:04 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.3 2012/01/03 19:00:23 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.4 2012/01/03 19:05:04 ssuominen Exp $
29
30 EAPI=4
31
32 @@ -10,7 +10,7 @@
33 EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
34 _live_inherits="autotools mercurial"
35 else
36 - KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38 SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
39 fi