Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: xine-lib-1.2.1-r1.ebuild xine-lib-1.2.9999.ebuild ChangeLog
Date: Fri, 01 Jun 2012 02:42:11
Message-Id: 20120601024159.695C52004C@flycatcher.gentoo.org
1 zmedico 12/06/01 02:41:59
2
3 Modified: xine-lib-1.2.1-r1.ebuild xine-lib-1.2.9999.ebuild
4 ChangeLog
5 Log:
6 tweak inherits so repoman can parse them
7
8 (Portage version: 2.2.0_alpha108_p10/cvs/Linux i686)
9
10 Revision Changes Path
11 1.12 media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild?r1=1.11&r2=1.12
16
17 Index: xine-lib-1.2.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- xine-lib-1.2.1-r1.ebuild 22 May 2012 18:10:32 -0000 1.11
24 +++ xine-lib-1.2.1-r1.ebuild 1 Jun 2012 02:41:52 -0000 1.12
25 @@ -1,21 +1,19 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild,v 1.11 2012/05/22 18:10:32 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild,v 1.12 2012/06/01 02:41:52 zmedico Exp $
30
31 EAPI=4
32
33 -unset _live_inherits
34 +inherit eutils libtool multilib
35
36 if [[ ${PV} == *9999* ]]; then
37 EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
38 - _live_inherits="autotools mercurial"
39 + inherit autotools mercurial
40 else
41 KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
42 SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
43 fi
44
45 -inherit eutils libtool multilib ${_live_inherits}
46 -
47 DESCRIPTION="Core libraries for Xine movie player"
48 HOMEPAGE="http://xine.sourceforge.net/"
49
50
51
52
53 1.17 media-libs/xine-lib/xine-lib-1.2.9999.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.17&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.17&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?r1=1.16&r2=1.17
58
59 Index: xine-lib-1.2.9999.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v
62 retrieving revision 1.16
63 retrieving revision 1.17
64 diff -u -r1.16 -r1.17
65 --- xine-lib-1.2.9999.ebuild 22 May 2012 18:10:32 -0000 1.16
66 +++ xine-lib-1.2.9999.ebuild 1 Jun 2012 02:41:52 -0000 1.17
67 @@ -1,21 +1,19 @@
68 # Copyright 1999-2012 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.16 2012/05/22 18:10:32 ssuominen Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.17 2012/06/01 02:41:52 zmedico Exp $
72
73 EAPI=4
74
75 -unset _live_inherits
76 +inherit libtool multilib
77
78 if [[ ${PV} == *9999* ]]; then
79 EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
80 - _live_inherits="autotools mercurial eutils"
81 + inherit autotools mercurial eutils
82 else
83 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
84 SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
85 fi
86
87 -inherit libtool multilib ${_live_inherits}
88 -
89 DESCRIPTION="Core libraries for Xine movie player"
90 HOMEPAGE="http://xine.sourceforge.net/"
91
92
93
94
95 1.684 media-libs/xine-lib/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.684&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.684&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.683&r2=1.684
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
104 retrieving revision 1.683
105 retrieving revision 1.684
106 diff -u -r1.683 -r1.684
107 --- ChangeLog 22 May 2012 18:10:32 -0000 1.683
108 +++ ChangeLog 1 Jun 2012 02:41:55 -0000 1.684
109 @@ -1,6 +1,10 @@
110 # ChangeLog for media-libs/xine-lib
111 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.683 2012/05/22 18:10:32 ssuominen Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.684 2012/06/01 02:41:55 zmedico Exp $
114 +
115 + 01 Jun 2012; Zac Medico <zmedico@g.o> xine-lib-1.2.1-r1.ebuild,
116 + xine-lib-1.2.9999.ebuild:
117 + tweak inherits so repoman can parse them
118
119 22 May 2012; Samuli Suominen <ssuominen@g.o> xine-lib-1.2.1-r1.ebuild,
120 xine-lib-1.2.9999.ebuild: