Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/npapi-sdk: metadata.xml ChangeLog npapi-sdk-9999.ebuild
Date: Mon, 05 Sep 2011 15:52:24
Message-Id: 20110905155214.4A62E2004C@flycatcher.gentoo.org
1 anarchy 11/09/05 15:52:14
2
3 Added: metadata.xml ChangeLog npapi-sdk-9999.ebuild
4 Log:
5 Install only headers needed to build npapi plugins for all browsers
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-misc/npapi-sdk/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>mozilla</herd>
21 <maintainer>
22 <email>mgorny@g.o</email>
23 <name>Michał Górny</name>
24 </maintainer>
25 <maintainer>
26 <email>anarchy@g.o</email>
27 <name>Jory A. Pratt</name>
28 </maintainer>
29 </pkgmetadata>
30
31
32
33 1.1 net-misc/npapi-sdk/ChangeLog
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/ChangeLog?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/ChangeLog?rev=1.1&content-type=text/plain
37
38 Index: ChangeLog
39 ===================================================================
40 # ChangeLog for net-misc/npapi-sdk
41 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
42 # $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/ChangeLog,v 1.1 2011/09/05 15:52:14 anarchy Exp $
43
44 *npapi-sdk-9999 (05 Sep 2011)
45
46 05 Sep 2011; Jory A. Pratt <anarchy@g.o> +npapi-sdk-9999.ebuild,
47 +metadata.xml:
48 Install only headers needed to build npapi plugins for all browsers
49
50
51
52
53 1.1 net-misc/npapi-sdk/npapi-sdk-9999.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild?rev=1.1&content-type=text/plain
57
58 Index: npapi-sdk-9999.ebuild
59 ===================================================================
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild,v 1.1 2011/09/05 15:52:14 anarchy Exp $
63
64 EAPI=4
65 inherit autotools-utils
66
67 #if LIVE
68 EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
69 http://github.com/mgorny/${PN}.git"
70 inherit autotools git-2
71 #endif
72
73 DESCRIPTION="NPAPI headers bundle"
74 HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
75 SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
76
77 LICENSE="MPL-1.1"
78 SLOT="0"
79 KEYWORDS="~amd64 ~x86"
80 IUSE=""
81
82 #if LIVE
83
84 KEYWORDS="~amd64 ~x86"
85 SRC_URI=
86
87 src_prepare() {
88 autotools-utils_src_prepare
89 eautoreconf
90 }
91 #endif