From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nss-pem/
Date: Mon, 8 Feb 2021 22:18:17 +0000 (UTC) [thread overview]
Message-ID: <1612822694.a0b8002985eb28306e288ae1358a78fe195ab30d.whissi@gentoo> (raw)
commit: a0b8002985eb28306e288ae1358a78fe195ab30d
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 22:16:33 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 22:18:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b80029
dev-libs/nss-pem: bump to v1.0.7
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-libs/nss-pem/Manifest | 1 +
dev-libs/nss-pem/metadata.xml | 14 +++++++-------
dev-libs/nss-pem/nss-pem-1.0.7.ebuild | 32 ++++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 7 deletions(-)
diff --git a/dev-libs/nss-pem/Manifest b/dev-libs/nss-pem/Manifest
index 75cc92bbc9d..a1eaa7aabdd 100644
--- a/dev-libs/nss-pem/Manifest
+++ b/dev-libs/nss-pem/Manifest
@@ -1,2 +1,3 @@
DIST nss-pem-1.0.5.tar.xz 36320 BLAKE2B c2294595d95a2de2bf6d9e68dc10955297fb6ef27c9e85dbabc7854b900942070f70a8e4c1abef618e7265daa75f5bd2a2fca3fe923973345f9c1b64a3da8ff5 SHA512 8dabebf114ac94441caf6d279f810de4124a3ffc05ae66777496b3e66f8b8148d535cb438a165d84f53111c468d595f3b16651cd7a990eeedca9d413aad65b2b
DIST nss-pem-1.0.6.tar.xz 36304 BLAKE2B ea804bb7b45c6d23c82ac823e36244b13d9b8ef8355cf30e82cc09850e623317ddffdbf4f8fd0ffa9253cd64d47dd12aa1738a8f720b3ac0e9091dff3421fa02 SHA512 2640c30aa8b0721e479f77781da7b4984553a01bff481084ad6e028cb6c99e2441f89b7758b5fc10f7c586e41dfcab2083a7c47bd1e0ce19712d0c61ac237540
+DIST nss-pem-1.0.7.tar.xz 36312 BLAKE2B 0ac494c7925c3a3c764c1154e846426d3cdcf21f37bd03dcab40bbe00ae95fe3a1b4a1f6bd2b5fe3c6f1d95877651474a72d7028eafcb143fad5f6263beeb1da SHA512 4762e3ce9e1c77952af3100acb5a043912da7e52af714973f1ce86d18b3d80424f0760e151b7c360c14cea07d86f75be250de14ee47601de46da75583bb3b0d2
diff --git a/dev-libs/nss-pem/metadata.xml b/dev-libs/nss-pem/metadata.xml
index 013b4adb210..ecd77608690 100644
--- a/dev-libs/nss-pem/metadata.xml
+++ b/dev-libs/nss-pem/metadata.xml
@@ -1,11 +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>
+ <maintainer type="project">
+ <email>mozilla@gentoo.org</email>
+ <name>Gentoo Mozilla Team</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">kdudka/nss-pem</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-libs/nss-pem/nss-pem-1.0.7.ebuild b/dev-libs/nss-pem/nss-pem-1.0.7.ebuild
new file mode 100644
index 00000000000..8af19a5cbd1
--- /dev/null
+++ b/dev-libs/nss-pem/nss-pem-1.0.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS="cmake"
+
+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"
+
+multilib_src_configure() {
+ local mycmakeargs=(
+ -DLIB_INSTALL_DIR="$(get_libdir)"
+ )
+ cmake_src_configure
+}
next reply other threads:[~2021-02-08 22:18 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-08 22:18 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 15:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/nss-pem/ Andreas K. Hüttel
2023-03-08 16:25 Joonas Niilola
2023-03-06 13:04 Arthur Zamarin
2023-03-06 12:51 Arthur Zamarin
2023-03-06 12:51 Arthur Zamarin
2023-03-06 12:51 Arthur Zamarin
2023-03-05 16:35 Arthur Zamarin
2023-03-05 7:33 Joonas Niilola
2023-03-05 7:33 Joonas Niilola
2023-02-22 7:14 Joonas Niilola
2023-02-20 8:09 Joonas Niilola
2023-02-04 13:01 Joonas Niilola
2022-10-25 15:15 Joonas Niilola
2022-09-05 16:35 Anthony G. Basile
2022-01-23 7:41 Joonas Niilola
2022-01-18 22:16 Sam James
2022-01-18 22:12 Sam James
2022-01-18 12:26 Sam James
2022-01-15 22:01 Sam James
2022-01-15 22:01 Sam James
2022-01-15 22:01 Sam James
2022-01-15 9:51 Joonas Niilola
2022-01-15 9:51 Joonas Niilola
2021-09-28 21:29 James Le Cuirot
2021-08-24 13:17 Thomas Deutschmann
2021-07-25 3:36 Matt Turner
2021-05-26 12:36 Thomas Deutschmann
2021-03-31 15:25 Sergei Trofimovich
2021-03-31 14:08 Agostino Sarubbo
2021-03-29 14:50 Sam James
2021-03-28 18:20 Sam James
2021-03-28 18:20 Sam James
2021-03-28 18:20 Sam James
2021-03-28 18:18 Sam James
2021-03-28 18:18 Sam James
2021-03-28 6:46 Thomas Deutschmann
2021-02-21 13:10 Fabian Groffen
2021-02-21 9:19 Joshua Kinard
2021-02-21 5:19 Sam James
2021-02-18 7:27 Sam James
2021-02-16 19:17 Sergei Trofimovich
2021-02-16 8:17 Sergei Trofimovich
2021-02-16 8:15 Sergei Trofimovich
2021-02-11 7:36 Sergei Trofimovich
2021-02-09 21:36 Sam James
2021-02-09 14:11 Sergei Trofimovich
2020-03-12 17:04 Lars Wendler
2020-03-10 3:38 Jory Pratt
2020-03-06 14:16 Jory Pratt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1612822694.a0b8002985eb28306e288ae1358a78fe195ab30d.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox