mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/nss-pem: initial import to remove pem use from dev-libs/nss
Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
This commit is contained in:
1
dev-libs/nss-pem/Manifest
Normal file
1
dev-libs/nss-pem/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST nss-pem-1.0.5.tar.xz 36320 BLAKE2B c2294595d95a2de2bf6d9e68dc10955297fb6ef27c9e85dbabc7854b900942070f70a8e4c1abef618e7265daa75f5bd2a2fca3fe923973345f9c1b64a3da8ff5 SHA512 8dabebf114ac94441caf6d279f810de4124a3ffc05ae66777496b3e66f8b8148d535cb438a165d84f53111c468d595f3b16651cd7a990eeedca9d413aad65b2b
|
||||
11
dev-libs/nss-pem/metadata.xml
Normal file
11
dev-libs/nss-pem/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>anarchy@gentoo.org</email>
|
||||
<name>Jory A. Pratt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">kdudka/nss-pem</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
23
dev-libs/nss-pem/nss-pem-1.0.5.ebuild
Normal file
23
dev-libs/nss-pem/nss-pem-1.0.5.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-multilib
|
||||
|
||||
DESCRIPTION="PEM file reader for Network Security Services (NSS)"
|
||||
HOMEPAGE="https://github.com/kdudka/nss-pem"
|
||||
SRC_URI="https://github.com/kdudka/${PN}/releases/download/${P}/${P}.tar.xz"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
BDEPEND=" >=dev-libs/nss-3.50-r1 "
|
||||
RDEPEND="${BDEPEND}"
|
||||
|
||||
DEPEND="<=dev-libs/nss-3.50
|
||||
${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${P}/src"
|
||||
Reference in New Issue
Block a user