summaryrefslogtreecommitdiff
path: root/net-misc/npapi-sdk
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/npapi-sdk')
-rw-r--r--net-misc/npapi-sdk/Manifest4
-rw-r--r--net-misc/npapi-sdk/metadata.xml15
-rw-r--r--net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild14
-rw-r--r--net-misc/npapi-sdk/npapi-sdk-9999.ebuild20
4 files changed, 0 insertions, 53 deletions
diff --git a/net-misc/npapi-sdk/Manifest b/net-misc/npapi-sdk/Manifest
deleted file mode 100644
index ef3dc5ef9d1f..000000000000
--- a/net-misc/npapi-sdk/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST npapi-sdk-0.27.2.tar.bz2 65811 BLAKE2B 7f746f077bb87ef8de31499cc3ba0f0c15197ebd9da7891096ecb368d66ca2a7a54fc2b27e7ecc78e942c74e1623b09ca1d39df8f4fbb0843a5cc0ab98b9caa9 SHA512 827d52fbc8eb601ac0e486aed267b1ca6cb8732c92f1224f4b38e039288b77d07d47c5d4cf384a3114403b85e7f086f345912f1b20b41d27785c9bb367514842
-EBUILD npapi-sdk-0.27.2.ebuild 391 BLAKE2B 3b93c49f2caeab67b89fcc09ec4ef269b2f1a3ca757029869ed099d83ab0a5ba9b894cb2ff915014f4d1ed405ca0669d3e4f3b0c56abb915278ae197026e0a5f SHA512 bf2bf2987748a448c8335a30959141975e73bfc734096d64ccd50b7bdb709c2b64673e4eeb08d37515e06775c214dcc2f2162fc218a6db5422fd5d1727a0e88b
-EBUILD npapi-sdk-9999.ebuild 368 BLAKE2B 8e62174832a639f9ad833ef01f76622fd6b5b4e85a233d710d27e71373abfb8ad6084a823d3520ee85614bf88a11186f7b3ae15b1a9d80b7967f2989c4cb5eb7 SHA512 49cf7de5a2e1e97073fff0c3323b7d366029ed10724545734f9850732d96b39257c81ebc5ab4b64495cf15a39d364c443719b1d7e975aea979794b8d6f1ac7e5
-MISC metadata.xml 444 BLAKE2B 47c2f5c9bf2ef2751a50e2f25134bc9de5cc4ed1b071fa239f2906fdf9e3fcad28835553a1c4b1285557d5ad919d40788453d3528fb26a98af55099f1dd31222 SHA512 1fa9378f45d2cc4aacbb0a1492129197ef61c6f798d9c5c533c69d40cf870128e47c857e8b44c2d966387e7953dd8760f993c0d195a725554f006130988a4ea5
diff --git a/net-misc/npapi-sdk/metadata.xml b/net-misc/npapi-sdk/metadata.xml
deleted file mode 100644
index 7b2b093df953..000000000000
--- a/net-misc/npapi-sdk/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <maintainer type="project">
- <email>mozilla@gentoo.org</email>
- <name>Gentoo Mozilla Team</name>
- </maintainer>
- <upstream>
- <remote-id type="github">mgorny/npapi-sdk</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild
deleted file mode 100644
index a2433eefbda2..000000000000
--- a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="NPAPI headers bundle"
-HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
-SRC_URI="https://github.com/mgorny/npapi-sdk/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
-
-BDEPEND="virtual/pkgconfig"
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 c7c9e7a3f097..000000000000
--- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3
-
-DESCRIPTION="NPAPI headers bundle"
-HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
-
-LICENSE="BSD"
-SLOT="0"
-
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- eautoreconf
-}