From: Jory Pratt Date: Mon, 5 Sep 2011 15:52:14 +0000 (+0000) Subject: Install only headers needed to build npapi plugins for all browsers X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ec26b981faed18cca2333a12b34c32b4ad336e52;p=gentoo.git Install only headers needed to build npapi plugins for all browsers Package-Manager: portage-2.1.10.11/cvs/Linux x86_64 --- diff --git a/net-misc/npapi-sdk/ChangeLog b/net-misc/npapi-sdk/ChangeLog new file mode 100644 index 000000000000..87f92671f1e2 --- /dev/null +++ b/net-misc/npapi-sdk/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-misc/npapi-sdk +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/ChangeLog,v 1.1 2011/09/05 15:52:14 anarchy Exp $ + +*npapi-sdk-9999 (05 Sep 2011) + + 05 Sep 2011; Jory A. Pratt +npapi-sdk-9999.ebuild, + +metadata.xml: + Install only headers needed to build npapi plugins for all browsers + diff --git a/net-misc/npapi-sdk/Manifest b/net-misc/npapi-sdk/Manifest new file mode 100644 index 000000000000..14c7022a2bc9 --- /dev/null +++ b/net-misc/npapi-sdk/Manifest @@ -0,0 +1,3 @@ +EBUILD npapi-sdk-9999.ebuild 706 RMD160 6a4b1475dc43bf2e06568c9eb83aa0742789d5bd SHA1 b965d90c1f5f4807f07648eaa6febaef11e982b9 SHA256 2de4ffac78ee8ae5237552f3c37a681c91c365f64fa129e3481a9f4f824561de +MISC ChangeLog 403 RMD160 9dd89b6a62d936db6cc7f102480c36d5ba9b5eb8 SHA1 f41c1efb3ddc805dff88604604363b235759bc27 SHA256 544efceeb068b466b1fb34918099636d4778ca0740a509757cf4b405e78c0fea +MISC metadata.xml 384 RMD160 66837fe8591922f58a4418b64503110e3a624066 SHA1 5a3d29006404a6aaf9fbf113d3cb8044851e089b SHA256 ee33ed875856383c056c962ed49dd58800c760680ab158ff2e908b949ea0e042 diff --git a/net-misc/npapi-sdk/metadata.xml b/net-misc/npapi-sdk/metadata.xml new file mode 100644 index 000000000000..93105daeadea --- /dev/null +++ b/net-misc/npapi-sdk/metadata.xml @@ -0,0 +1,13 @@ + + + + mozilla + + mgorny@gentoo.org + Michał Górny + + + anarchy@gentoo.org + Jory A. Pratt + + diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild new file mode 100644 index 000000000000..8c49af9596bd --- /dev/null +++ b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild,v 1.1 2011/09/05 15:52:14 anarchy Exp $ + +EAPI=4 +inherit autotools-utils + +#if LIVE +EGIT_REPO_URI="git://github.com/mgorny/${PN}.git + http://github.com/mgorny/${PN}.git" +inherit autotools git-2 +#endif + +DESCRIPTION="NPAPI headers bundle" +HOMEPAGE="https://github.com/mgorny/npapi-sdk/" +SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +#if LIVE + +KEYWORDS="~amd64 ~x86" +SRC_URI= + +src_prepare() { + autotools-utils_src_prepare + eautoreconf +} +#endif