diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-09-05 15:52:14 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-09-05 15:52:14 +0000 |
commit | 76d7f6a6a593ea990d9d6d382ca9672ebd3815c6 (patch) | |
tree | 6a48478c514d97cb98a84d2d57d5de341455ed3a /net-misc/npapi-sdk | |
parent | Version bump to 20110702. Remove old patches. Fixes bug 322987 and bug 363505. (diff) | |
download | gentoo-2-76d7f6a6a593ea990d9d6d382ca9672ebd3815c6.tar.gz gentoo-2-76d7f6a6a593ea990d9d6d382ca9672ebd3815c6.tar.bz2 gentoo-2-76d7f6a6a593ea990d9d6d382ca9672ebd3815c6.zip |
Install only headers needed to build npapi plugins for all browsers
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/npapi-sdk')
-rw-r--r-- | net-misc/npapi-sdk/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/npapi-sdk/metadata.xml | 13 | ||||
-rw-r--r-- | net-misc/npapi-sdk/npapi-sdk-9999.ebuild | 32 |
3 files changed, 55 insertions, 0 deletions
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 <anarchy@gentoo.org> +npapi-sdk-9999.ebuild, + +metadata.xml: + Install only headers needed to build npapi plugins for all browsers + 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 @@ +<?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> 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 |