Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-gconf: ChangeLog gst-plugins-gconf-0.10.16.ebuild
Date: Mon, 09 Nov 2009 03:05:38
Message-Id: E1N7KZT-0006nm-2B@stork.gentoo.org
1 leio 09/11/09 03:05:35
2
3 Modified: ChangeLog gst-plugins-gconf-0.10.16.ebuild
4 Log:
5 QA: Remove now unnecessary src_unpack and co overriding
6 (Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.53 media-plugins/gst-plugins-gconf/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.53&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.53&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?r1=1.52&r2=1.53
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v
18 retrieving revision 1.52
19 retrieving revision 1.53
20 diff -u -r1.52 -r1.53
21 --- ChangeLog 7 Sep 2009 05:19:23 -0000 1.52
22 +++ ChangeLog 9 Nov 2009 03:05:34 -0000 1.53
23 @@ -1,10 +1,10 @@
24 # ChangeLog for media-plugins/gst-plugins-gconf
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.52 2009/09/07 05:19:23 tester Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.53 2009/11/09 03:05:34 leio Exp $
28
29 - 07 Sep 2009; Olivier CrĂȘte <tester@g.o>
30 - +gst-plugins-gconf-0.10.16.ebuild:
31 - Version bump
32 + 09 Nov 2009; Mart Raudsepp <leio@g.o>
33 + gst-plugins-gconf-0.10.16.ebuild:
34 + QA: Remove now unnecessary src_unpack and co overriding
35
36 *gst-plugins-gconf-0.10.16 (07 Sep 2009)
37
38
39
40
41 1.2 media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.16.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.16.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.16.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.16.ebuild?r1=1.1&r2=1.2
46
47 Index: gst-plugins-gconf-0.10.16.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.16.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- gst-plugins-gconf-0.10.16.ebuild 7 Sep 2009 05:19:23 -0000 1.1
54 +++ gst-plugins-gconf-0.10.16.ebuild 9 Nov 2009 03:05:34 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.16.ebuild,v 1.1 2009/09/07 05:19:23 tester Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.16.ebuild,v 1.2 2009/11/09 03:05:34 leio Exp $
60
61 GCONF_DEBUG=no
62
63 @@ -15,28 +15,3 @@
64 >=media-libs/gst-plugins-base-0.10.24"
65
66 GST_PLUGINS_BUILD="gconf gconftool"
67 -
68 -# override eclass
69 -src_unpack() {
70 - unpack ${A}
71 -}
72 -
73 -src_compile() {
74 - gst-plugins-good_src_configure \
75 - --with-default-audiosink=autoaudiosink \
76 - --with-default-visualizer=goom
77 -
78 - gst-plugins10_find_plugin_dir
79 - emake || die "compile failure"
80 -
81 - cd "${S}"/gconf
82 - emake || die "compile failure"
83 -}
84 -
85 -src_install() {
86 - gst-plugins10_find_plugin_dir
87 - einstall || die
88 -
89 - cd "${S}"/gconf
90 - gnome2_src_install || die
91 -}