commit: f178e3909567386c5ce27f8495c800551fb6bb85 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Sat Jul 9 03:19:55 2016 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 03:19:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f178e390
Drop net-misc/npapi-sdk This package has been in the gentoo repo for years, and the ebuild in mozilla overlay has been horribly out of date for some time. net-misc/npapi-sdk/metadata.xml | 8 -------- net-misc/npapi-sdk/npapi-sdk-9999.ebuild | 33 -------------------------------- 2 files changed, 41 deletions(-) diff --git a/net-misc/npapi-sdk/metadata.xml b/net-misc/npapi-sdk/metadata.xml deleted file mode 100644 index 5cb9324..0000000 --- a/net-misc/npapi-sdk/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>[email protected]</email> - <name>Michał Górny</name> - </maintainer> -</pkgmetadata> diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild deleted file mode 100644 index 157632c..0000000 --- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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="" - -RDEPEND="!net-libs/xulrunner" -#if LIVE - -KEYWORDS= -SRC_URI= - -src_prepare() { - autotools-utils_src_prepare - eautoreconf -} -#endif
