diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-13 16:34:06 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-13 16:34:06 +0000 |
commit | 2c79aa4ed7c1076f5f46cf0586ff26defa2786d8 (patch) | |
tree | 59a724b5057891a93cc884d2c39f24198872db48 /net-misc/npapi-sdk/npapi-sdk-0.27.ebuild | |
parent | Fix KEYWORDS, and drop unnecessary blocker. (diff) | |
download | gentoo-2-2c79aa4ed7c1076f5f46cf0586ff26defa2786d8.tar.gz gentoo-2-2c79aa4ed7c1076f5f46cf0586ff26defa2786d8.tar.bz2 gentoo-2-2c79aa4ed7c1076f5f46cf0586ff26defa2786d8.zip |
Add a release ebuild.
(Portage version: 2.2.0_alpha55_p39/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/npapi-sdk/npapi-sdk-0.27.ebuild')
-rw-r--r-- | net-misc/npapi-sdk/npapi-sdk-0.27.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild new file mode 100644 index 000000000000..7c43e8512736 --- /dev/null +++ b/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild @@ -0,0 +1,15 @@ +# 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-0.27.ebuild,v 1.1 2011/09/13 16:34:06 mgorny Exp $ + +EAPI=4 +inherit autotools-utils + +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 ~x86-fbsd" +IUSE="" |