Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: net-misc/npapi-sdk/
Date: Sat, 09 Jul 2016 03:25:13
Message-Id: 1468034395.f178e3909567386c5ce27f8495c800551fb6bb85.axs@gentoo
1 commit: f178e3909567386c5ce27f8495c800551fb6bb85
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 03:19:55 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 03:19:55 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f178e390
7
8 Drop net-misc/npapi-sdk
9
10 This package has been in the gentoo repo for years, and the ebuild
11 in mozilla overlay has been horribly out of date for some time.
12
13 net-misc/npapi-sdk/metadata.xml | 8 --------
14 net-misc/npapi-sdk/npapi-sdk-9999.ebuild | 33 --------------------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/net-misc/npapi-sdk/metadata.xml b/net-misc/npapi-sdk/metadata.xml
18 deleted file mode 100644
19 index 5cb9324..0000000
20 --- a/net-misc/npapi-sdk/metadata.xml
21 +++ /dev/null
22 @@ -1,8 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer>
27 - <email>mgorny@g.o</email>
28 - <name>Michał Górny</name>
29 - </maintainer>
30 -</pkgmetadata>
31
32 diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
33 deleted file mode 100644
34 index 157632c..0000000
35 --- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
36 +++ /dev/null
37 @@ -1,33 +0,0 @@
38 -# Copyright 1999-2011 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Id$
41 -
42 -EAPI=4
43 -inherit autotools-utils
44 -
45 -#if LIVE
46 -EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
47 - http://github.com/mgorny/${PN}.git"
48 -inherit autotools git-2
49 -#endif
50 -
51 -DESCRIPTION="NPAPI headers bundle"
52 -HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
53 -SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
54 -
55 -LICENSE="MPL-1.1"
56 -SLOT="0"
57 -KEYWORDS="~amd64 ~x86"
58 -IUSE=""
59 -
60 -RDEPEND="!net-libs/xulrunner"
61 -#if LIVE
62 -
63 -KEYWORDS=
64 -SRC_URI=
65 -
66 -src_prepare() {
67 - autotools-utils_src_prepare
68 - eautoreconf
69 -}
70 -#endif