mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-libs/nss-pem: drop 1.1.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST nss-pem-1.1.0.tar.xz 41928 BLAKE2B 99dae611fd8caa58947fb518a68462c1fc779fd19bc3ba8d81aa81bc167b9ecb77830d9dd0b883996b2b62a49809f9830a989ae39facc3d421266c17af1c28c7 SHA512 0fe2b4a3f1fe1746845ba51fa246b7c21b3197e7533fa77851eba2c4163e07b53114ee84f8ad493542ffc00bc1dfe2bf93524f4fead4e3d7b1eed600f73c048c
|
||||
DIST nss-pem-1.1.1.tar.xz 41984 BLAKE2B afee30969e0813e294f1d1f0703f0e66d6565527d54315283c9225799990a3fff1ab7b90c0f530987d2a67ed541ce4d79d58b1c8bd085a345cc8736e7729790d SHA512 64528d997b715b054791153d51bd5d970e0d770a7cfa9d1b208db8b0fdbabc3229ce7110ac585c991d3f2c517128009fca2132703f22385c1cf92ca8ee71041a
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris"
|
||||
|
||||
DEPEND="dev-libs/nss
|
||||
dev-libs/nspr"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-libs/nss
|
||||
virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/${P}/src"
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLIB_INSTALL_DIR="$(get_libdir)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user