Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: net-misc/mozilla-plugin-sdk/
Date: Mon, 05 Sep 2011 07:43:39
Message-Id: e5079bb90de1e5f2055d77c60441728b7fc04817.mgorny@gentoo
1 commit: e5079bb90de1e5f2055d77c60441728b7fc04817
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 22:01:10 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 22:01:10 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=e5079bb9
7
8 Drop mozilla-plugin-sdk experiment.
9
10 NPAPI-SDK is the way to go.
11
12 ---
13 net-misc/mozilla-plugin-sdk/Manifest | 17 ---------
14 net-misc/mozilla-plugin-sdk/metadata.xml | 9 -----
15 .../mozilla-plugin-sdk-2.0.ebuild | 29 ----------------
16 .../mozilla-plugin-sdk-2.0_p1.ebuild | 35 --------------------
17 4 files changed, 0 insertions(+), 90 deletions(-)
18
19 diff --git a/net-misc/mozilla-plugin-sdk/Manifest b/net-misc/mozilla-plugin-sdk/Manifest
20 deleted file mode 100644
21 index d1bf957..0000000
22 --- a/net-misc/mozilla-plugin-sdk/Manifest
23 +++ /dev/null
24 @@ -1,17 +0,0 @@
25 ------BEGIN PGP SIGNED MESSAGE-----
26 -Hash: SHA256
27 -
28 -DIST mozilla-plugin-sdk-2.0.tar.xz 2426972 RMD160 9ac0c9c136e822750422b4513467c9e1c5df8e07 SHA1 9528358f06af00b338a64357fc257414f6905ec8 SHA256 9e4f03205105ce7669e51a85e665b3051c49259005d63e698598b870dd38e594
29 -DIST mozilla-plugin-sdk-2.0_p1.tar.xz 171032 RMD160 44fd61219389058be47e904fcc09200e82b93004 SHA1 172be4d62f132ebba28b126da7ab7ad8f1c4040e SHA256 aa679d5adc47ef28e216a3c593ce01b949fd67820261a4c6d3a86e998d87f3a7
30 -EBUILD mozilla-plugin-sdk-2.0.ebuild 733 RMD160 f24c771961ba7a39bfe5c532b2734000bb775aef SHA1 b6ff5d7fa2b51b7b8fd985d8e51480cd373a789b SHA256 be73be0a497ea394952821d3b83213c6fea45b28bed65291b7c6890718b14241
31 -EBUILD mozilla-plugin-sdk-2.0_p1.ebuild 925 RMD160 0d3aa9d2418d55c828d4818af7ed8358f0f72a9e SHA1 30ae97bce82439e51c52cd9e4449d9094bef369d SHA256 f470fe3c61c9f6a5c9d4aa6a21b18803bde963712a2958b76bb48ad6070d811c
32 -MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
33 ------BEGIN PGP SIGNATURE-----
34 -Version: GnuPG v2.0.18 (GNU/Linux)
35 -
36 -iJwEAQEIAAYFAk5gCrMACgkQfXuS5UK5QB2C4wP/fMdg0MWeFPmTQeniKTS/jDVk
37 -taHYEx+AULsZGrJO/PJC5R8UBUHCHtP5Cj5zwCx/dw7Ib60DdsqdRVHWb9a/tVbW
38 -UHGn0Bm0Khp2/gEN2TYNZWSWRHIaPGDPe5lpucpN9iiaZYOfnzPW6SPmSwmj9HCs
39 -qEH471wjqoXgS00/GQw=
40 -=c8Fp
41 ------END PGP SIGNATURE-----
42
43 diff --git a/net-misc/mozilla-plugin-sdk/metadata.xml b/net-misc/mozilla-plugin-sdk/metadata.xml
44 deleted file mode 100644
45 index af81389..0000000
46 --- a/net-misc/mozilla-plugin-sdk/metadata.xml
47 +++ /dev/null
48 @@ -1,9 +0,0 @@
49 -<?xml version="1.0" encoding="UTF-8"?>
50 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 -<pkgmetadata>
52 - <herd>no-herd</herd>
53 - <maintainer>
54 - <email>mgorny@g.o</email>
55 - <name>Michał Górny</name>
56 - </maintainer>
57 -</pkgmetadata>
58
59 diff --git a/net-misc/mozilla-plugin-sdk/mozilla-plugin-sdk-2.0.ebuild b/net-misc/mozilla-plugin-sdk/mozilla-plugin-sdk-2.0.ebuild
60 deleted file mode 100644
61 index 2025290..0000000
62 --- a/net-misc/mozilla-plugin-sdk/mozilla-plugin-sdk-2.0.ebuild
63 +++ /dev/null
64 @@ -1,29 +0,0 @@
65 -# Copyright 1999-2011 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Header: $
68 -
69 -EAPI=4
70 -
71 -inherit multilib
72 -
73 -DESCRIPTION="Mozilla plugin SDK stripped down to minimum"
74 -HOMEPAGE="https://developer.mozilla.org/En/Plugins"
75 -SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
76 -
77 -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86"
80 -IUSE=""
81 -
82 -DEPEND="app-arch/xz-utils"
83 -RDEPEND="!net-libs/xulrunner"
84 -
85 -src_install() {
86 - # note: that's just a minimal install, which will satisfy some plugins
87 - # and some others will fail terribly (e.g. due to missing libs)
88 -
89 - insinto /usr/include
90 - doins -r include/xulrunner*
91 - insinto /usr/$(get_libdir)/pkgconfig
92 - doins {libxul,mozilla-plugin}.pc
93 -}
94
95 diff --git a/net-misc/mozilla-plugin-sdk/mozilla-plugin-sdk-2.0_p1.ebuild b/net-misc/mozilla-plugin-sdk/mozilla-plugin-sdk-2.0_p1.ebuild
96 deleted file mode 100644
97 index 6248b93..0000000
98 --- a/net-misc/mozilla-plugin-sdk/mozilla-plugin-sdk-2.0_p1.ebuild
99 +++ /dev/null
100 @@ -1,35 +0,0 @@
101 -# Copyright 1999-2011 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -# $Header: $
104 -
105 -EAPI=4
106 -
107 -inherit multilib
108 -
109 -DESCRIPTION="Mozilla plugin SDK stripped down to minimum"
110 -HOMEPAGE="https://developer.mozilla.org/En/Plugins"
111 -SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
112 -
113 -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~x86"
116 -IUSE=""
117 -
118 -DEPEND="app-arch/xz-utils"
119 -RDEPEND="!net-libs/xulrunner"
120 -
121 -src_install() {
122 - # note: that's just a minimal install, which will satisfy some plugins
123 - # and some others will fail terribly (e.g. due to missing libs)
124 -
125 - insinto /usr/include
126 - doins -r include/xulrunner*
127 - insinto /usr/$(get_libdir)/pkgconfig
128 - doins {libxul,mozilla-plugin}.pc
129 -}
130 -
131 -pkg_postinst() {
132 - elog "Note: this is a stripped down version of Mozilla plugin SDK."
133 - elog "If it fails to build your plugin, please try"
134 - elog "~net-misc/mozilla-plugin-sdk-2.0 instead."
135 -}