Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/npapi-sdk/
Date: Tue, 02 Jan 2018 06:19:23
Message-Id: 1514873934.0b508fa90009de47fb16eebf5f8ca8158b12f70e.mgorny@gentoo
1 commit: 0b508fa90009de47fb16eebf5f8ca8158b12f70e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 22:10:13 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 06:18:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b508fa9
7
8 net-misc/npapi-sdk: Clean old up
9
10 net-misc/npapi-sdk/Manifest | 1 -
11 net-misc/npapi-sdk/npapi-sdk-0.27.ebuild | 16 ----------------
12 2 files changed, 17 deletions(-)
13
14 diff --git a/net-misc/npapi-sdk/Manifest b/net-misc/npapi-sdk/Manifest
15 index d6afd12db0f..376cdefa189 100644
16 --- a/net-misc/npapi-sdk/Manifest
17 +++ b/net-misc/npapi-sdk/Manifest
18 @@ -1,2 +1 @@
19 DIST npapi-sdk-0.27.2.tar.bz2 65811 BLAKE2B 7f746f077bb87ef8de31499cc3ba0f0c15197ebd9da7891096ecb368d66ca2a7a54fc2b27e7ecc78e942c74e1623b09ca1d39df8f4fbb0843a5cc0ab98b9caa9 SHA512 827d52fbc8eb601ac0e486aed267b1ca6cb8732c92f1224f4b38e039288b77d07d47c5d4cf384a3114403b85e7f086f345912f1b20b41d27785c9bb367514842
20 -DIST npapi-sdk-0.27.tar.bz2 64040 BLAKE2B bfdc271c5968692bc32ea6bfc1db99a9ff8186b572c881ee4b7caf90cc964cb04d5a280495c11ea6b0e9dc957e9a7636609257ad32db7abf7f307c16057d37df SHA512 12e28c354cca36a15578cd507d78644e016dff03e4940140d11ecb598a89464898e8be9fb17e7e86a696906fe9992f3c55da18c41dd1b0b8d33cb049e2056607
21
22 diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild
23 deleted file mode 100644
24 index f6975d378fc..00000000000
25 --- a/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild
26 +++ /dev/null
27 @@ -1,16 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=4
32 -inherit autotools-utils
33 -
34 -DESCRIPTION="NPAPI headers bundle"
35 -HOMEPAGE="https://bitbucket.org/mgorny/npapi-sdk/"
36 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
37 -
38 -LICENSE="BSD"
39 -SLOT="0"
40 -KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
41 -IUSE=""
42 -
43 -DEPEND="virtual/pkgconfig"