Gentoo Archives: gentoo-commits

From: "Fabio Erculiani (lxnay)" <lxnay@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: ChangeLog packagekit-base-0.6.18.ebuild
Date: Mon, 05 Sep 2011 21:03:38
Message-Id: 20110905210322.70F212004C@flycatcher.gentoo.org
1 lxnay 11/09/05 21:03:22
2
3 Modified: ChangeLog packagekit-base-0.6.18.ebuild
4 Log:
5 fix nsplugin installation
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.6 app-admin/packagekit-base/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 5 Sep 2011 19:45:38 -0000 1.5
23 +++ ChangeLog 5 Sep 2011 21:03:22 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-admin/packagekit-base
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.5 2011/09/05 19:45:38 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.6 2011/09/05 21:03:22 lxnay Exp $
29 +
30 + 05 Sep 2011; Fabio Erculiani <lxnay@g.o>
31 + packagekit-base-0.6.18.ebuild:
32 + fix nsplugin installation
33
34 05 Sep 2011; Markus Meier <maekke@g.o>
35 packagekit-base-0.6.17-r1.ebuild, packagekit-base-0.6.18.ebuild:
36
37
38
39 1.3 app-admin/packagekit-base/packagekit-base-0.6.18.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.18.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.18.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.18.ebuild?r1=1.2&r2=1.3
44
45 Index: packagekit-base-0.6.18.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.18.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- packagekit-base-0.6.18.ebuild 5 Sep 2011 19:45:38 -0000 1.2
52 +++ packagekit-base-0.6.18.ebuild 5 Sep 2011 21:03:22 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.18.ebuild,v 1.2 2011/09/05 19:45:38 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.18.ebuild,v 1.3 2011/09/05 21:03:22 lxnay Exp $
58
59 EAPI="3"
60
61 @@ -132,7 +132,9 @@
62 dodoc ChangeLog || die "dodoc failed"
63
64 if use nsplugin; then
65 - src_mv_plugins /usr/$(get_libdir)/mozilla/plugins
66 + dodir "/usr/$(get_libdir)/${PLUGINS_DIR}"
67 + mv "${D}"/usr/$(get_libdir)/mozilla/plugins/* \
68 + "${D}/usr/$(get_libdir)/${PLUGINS_DIR}/"
69 fi
70
71 if ! use static-libs; then