Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/avidemux-plugins: avidemux-plugins-9999.ebuild ChangeLog
Date: Sun, 01 Sep 2013 11:51:24
Message-Id: 20130901115116.3368F2004C@flycatcher.gentoo.org
1 tomwij 13/09/01 11:51:16
2
3 Modified: avidemux-plugins-9999.ebuild ChangeLog
4 Log:
5 Preparation for 2.6.5, make use of python-single-r1 and fix up shebangs, fixes bug #467254.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.3 media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild?r1=1.2&r2=1.3
15
16 Index: avidemux-plugins-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- avidemux-plugins-9999.ebuild 31 Aug 2013 15:50:30 -0000 1.2
23 +++ avidemux-plugins-9999.ebuild 1 Sep 2013 11:51:16 -0000 1.3
24 @@ -1,10 +1,12 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild,v 1.2 2013/08/31 15:50:30 tomwij Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild,v 1.3 2013/09/01 11:51:16 tomwij Exp $
29
30 EAPI="5"
31
32 -inherit cmake-utils eutils flag-o-matic
33 +PYTHON_COMPAT=( python2_7 )
34 +
35 +inherit cmake-utils eutils flag-o-matic python-single-r1
36
37 SLOT="2.6"
38
39 @@ -61,6 +63,7 @@
40 xvid? ( media-libs/xvid:0 )
41 vorbis? ( media-libs/libvorbis:0 )
42 vpx? ( media-libs/libvpx:0 )
43 + ${PYTHON_DEPS}
44 "
45 RDEPEND="$DEPEND"
46
47 @@ -135,4 +138,6 @@
48 grep '^install/fast' Makefile && emake DESTDIR="${D}" install/fast
49 popd > /dev/null || die
50 done
51 +
52 + python_fix_shebang "${D}"
53 }
54
55
56
57 1.15 media-libs/avidemux-plugins/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-plugins/ChangeLog?rev=1.15&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-plugins/ChangeLog?rev=1.15&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-plugins/ChangeLog?r1=1.14&r2=1.15
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-plugins/ChangeLog,v
66 retrieving revision 1.14
67 retrieving revision 1.15
68 diff -u -r1.14 -r1.15
69 --- ChangeLog 31 Aug 2013 15:50:30 -0000 1.14
70 +++ ChangeLog 1 Sep 2013 11:51:16 -0000 1.15
71 @@ -1,6 +1,10 @@
72 # ChangeLog for media-libs/avidemux-plugins
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-plugins/ChangeLog,v 1.14 2013/08/31 15:50:30 tomwij Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-plugins/ChangeLog,v 1.15 2013/09/01 11:51:16 tomwij Exp $
76 +
77 + 01 Sep 2013; Tom Wijsman <TomWij@g.o> avidemux-plugins-9999.ebuild:
78 + Preparation for 2.6.5, make use of python-single-r1 and fix up shebangs, fixes
79 + bug #467254.
80
81 31 Aug 2013; Tom Wijsman <TomWij@g.o> avidemux-plugins-9999.ebuild:
82 Preparation for 2.6.5, fixed up src_install phase to properly call the