--- /dev/null
+# 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 <anarchy@gentoo.org> +npapi-sdk-9999.ebuild,
+ +metadata.xml:
+ Install only headers needed to build npapi plugins for all browsers
+
--- /dev/null
+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
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>mozilla</herd>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <maintainer>
+ <email>anarchy@gentoo.org</email>
+ <name>Jory A. Pratt</name>
+ </maintainer>
+</pkgmetadata>
--- /dev/null
+# 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