* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2016-06-03 14:19 Anthony G. Basile
0 siblings, 0 replies; 11+ messages in thread
From: Anthony G. Basile @ 2016-06-03 14:19 UTC (permalink / raw
To: gentoo-commits
commit: 4cfe166284535448e59daa4be6bf805c5c90f2b8
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 14:10:59 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 14:21:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfe1662
app-crypt/pesign: add libressl support
Package-Manager: portage-2.2.28
app-crypt/pesign/pesign-0.108.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-crypt/pesign/pesign-0.108.ebuild b/app-crypt/pesign/pesign-0.108.ebuild
index a17c464..3189c1c 100644
--- a/app-crypt/pesign/pesign-0.108.ebuild
+++ b/app-crypt/pesign/pesign-0.108.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,11 +13,12 @@ SRC_URI="https://github.com/vathpela/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="libressl"
RDEPEND="
dev-libs/nspr
- dev-libs/openssl:0
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
sys-apps/util-linux
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2016-08-19 10:07 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-08-19 10:07 UTC (permalink / raw
To: gentoo-commits
commit: bf7cde9bdb4d511b3923a59f94e7fbada45e9dab
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 10:02:05 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 10:02:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7cde9b
app-crypt/pesign: Cleanup due to bug #42273
Package-Manager: portage-2.3.0
app-crypt/pesign/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-crypt/pesign/metadata.xml b/app-crypt/pesign/metadata.xml
index a90d7b9..6d45d8e 100644
--- a/app-crypt/pesign/metadata.xml
+++ b/app-crypt/pesign/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>gregkh@gentoo.org</email>
- <description>do whatever</description>
- </maintainer>
<upstream>
<remote-id type="github">vathpela/pesign</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2017-02-09 23:46 Göktürk Yüksek
0 siblings, 0 replies; 11+ messages in thread
From: Göktürk Yüksek @ 2017-02-09 23:46 UTC (permalink / raw
To: gentoo-commits
commit: 71b61253a6252bc63b58a6a5f3cd5e0269572297
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 9 23:45:06 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 23:45:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b61253
app-crypt/pesign: add proxy-maint to the metadata #608578
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-crypt/pesign/metadata.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/app-crypt/pesign/metadata.xml b/app-crypt/pesign/metadata.xml
index 6d45d8ee2c..ac45696842 100644
--- a/app-crypt/pesign/metadata.xml
+++ b/app-crypt/pesign/metadata.xml
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>david.michael@coreos.com</email>
+ <name>David Michael</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<upstream>
<remote-id type="github">vathpela/pesign</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2017-10-28 7:06 Amy Liffey
0 siblings, 0 replies; 11+ messages in thread
From: Amy Liffey @ 2017-10-28 7:06 UTC (permalink / raw
To: gentoo-commits
commit: fbddbd2254d70fdae68b6fe23027a7d9bfd9b623
Author: David Michael <david.michael <AT> coreos <DOT> com>
AuthorDate: Sat Mar 18 01:01:47 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 07:04:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbddbd22
app-crypt/pesign: Depend on nss and popt
Gentoo-Bug: https://bugs.gentoo.org/585310
Gentoo-Bug: https://bugs.gentoo.org/612950
Closes: https://bugs.gentoo.org/585310
Closes: https://bugs.gentoo.org/612950
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-crypt/pesign/pesign-0.108.ebuild | 4 +++-
app-crypt/pesign/pesign-0.112.ebuild | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-crypt/pesign/pesign-0.108.ebuild b/app-crypt/pesign/pesign-0.108.ebuild
index 5c3ee729fc9..6413ee2491d 100644
--- a/app-crypt/pesign/pesign-0.108.ebuild
+++ b/app-crypt/pesign/pesign-0.108.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,6 +16,8 @@ IUSE="libressl"
RDEPEND="
dev-libs/nspr
+ dev-libs/nss
+ dev-libs/popt
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
sys-apps/util-linux
diff --git a/app-crypt/pesign/pesign-0.112.ebuild b/app-crypt/pesign/pesign-0.112.ebuild
index 01a0925a2bd..a5d5bac847a 100644
--- a/app-crypt/pesign/pesign-0.112.ebuild
+++ b/app-crypt/pesign/pesign-0.112.ebuild
@@ -16,6 +16,8 @@ IUSE="libressl"
RDEPEND="
dev-libs/nspr
+ dev-libs/nss
+ dev-libs/popt
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
sys-apps/util-linux
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2018-01-18 20:16 Amy Liffey
0 siblings, 0 replies; 11+ messages in thread
From: Amy Liffey @ 2018-01-18 20:16 UTC (permalink / raw
To: gentoo-commits
commit: d444a72f5e20d24cd6269c89ece63ab6dd0de4e8
Author: David Michael <david.michael <AT> coreos <DOT> com>
AuthorDate: Thu Jun 15 00:24:02 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 20:16:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d444a72f
app-crypt/pesign: Move efivar to RDEPEND
Gentoo-Bug: https://bugs.gentoo.org/621802
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-crypt/pesign/pesign-0.112.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/pesign/pesign-0.112.ebuild b/app-crypt/pesign/pesign-0.112.ebuild
index a5d5bac847a..314dcb7d8cd 100644
--- a/app-crypt/pesign/pesign-0.112.ebuild
+++ b/app-crypt/pesign/pesign-0.112.ebuild
@@ -21,11 +21,11 @@ RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
sys-apps/util-linux
+ sys-libs/efivar
"
DEPEND="${RDEPEND}
sys-apps/help2man
sys-boot/gnu-efi
- sys-libs/efivar
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2018-09-29 1:02 Virgil Dupras
0 siblings, 0 replies; 11+ messages in thread
From: Virgil Dupras @ 2018-09-29 1:02 UTC (permalink / raw
To: gentoo-commits
commit: ab3ba62b708cd6829fbe939eef827b56ad9411bc
Author: David Michael <david.michael <AT> coreos <DOT> com>
AuthorDate: Thu Jun 15 00:41:13 2017 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 01:01:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ba62b
app-crypt/pesign: Supply cross-compiling programs
(with minor style changes from vdupras)
Closes: https://bugs.gentoo.org/621804
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
app-crypt/pesign/pesign-0.112.ebuild | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/app-crypt/pesign/pesign-0.112.ebuild b/app-crypt/pesign/pesign-0.112.ebuild
index 314dcb7d8cd..3937fb8fdcd 100644
--- a/app-crypt/pesign/pesign-0.112.ebuild
+++ b/app-crypt/pesign/pesign-0.112.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -35,7 +35,13 @@ PATCHES=(
)
src_compile() {
- emake CC="$(tc-getCC)"
+ emake AR="$(tc-is-gcc && echo "$(tc-getCC)-ar" || tc-getAR)" \
+ AS="$(tc-getAS)" \
+ CC="$(tc-getCC)" \
+ LD="$(tc-getLD)" \
+ OBJCOPY="$(tc-getOBJCOPY)" \
+ PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+ RANLIB="$(tc-getRANLIB)"
}
src_install() {
@@ -44,5 +50,5 @@ src_install() {
# remove some files that don't make sense for Gentoo installs
rm -rf "${ED%/}/etc/" "${ED%/}/var/" \
- "${ED%/}/usr/share/doc/${PF}/COPYING" || die
+ "${ED%/}/usr/share/doc/${PF}/COPYING" || die
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2019-07-27 0:22 Stefan Strogin
0 siblings, 0 replies; 11+ messages in thread
From: Stefan Strogin @ 2019-07-27 0:22 UTC (permalink / raw
To: gentoo-commits
commit: 5cdccc13d89d832d9cecedcbc6e2934bd5787993
Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 23:33:53 2019 +0000
Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 00:21:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdccc13
app-crypt/pesign: fix remote-id
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
app-crypt/pesign/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/pesign/metadata.xml b/app-crypt/pesign/metadata.xml
index ac456968425..104aadf0210 100644
--- a/app-crypt/pesign/metadata.xml
+++ b/app-crypt/pesign/metadata.xml
@@ -10,6 +10,6 @@
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
- <remote-id type="github">vathpela/pesign</remote-id>
+ <remote-id type="github">rhboot/pesign</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2019-07-27 5:21 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2019-07-27 5:21 UTC (permalink / raw
To: gentoo-commits
commit: 6d0a1574a38d615750f576e28434710187547ee7
Author: David Michael <david.michael <AT> coreos <DOT> com>
AuthorDate: Sat Jul 27 00:34:28 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 05:20:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0a1574
app-crypt/pesign: Retire proxied maintainer
The proxied maintainer is no longer using the package, and decided
to resign from maintaining it.
Closes: https://github.com/gentoo/gentoo/pull/12553
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/pesign/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/app-crypt/pesign/metadata.xml b/app-crypt/pesign/metadata.xml
index 104aadf0210..05b4bfdb657 100644
--- a/app-crypt/pesign/metadata.xml
+++ b/app-crypt/pesign/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>david.michael@coreos.com</email>
- <name>David Michael</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!--maintainer-needed-->
<upstream>
<remote-id type="github">rhboot/pesign</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2019-12-30 18:18 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2019-12-30 18:18 UTC (permalink / raw
To: gentoo-commits
commit: f51c67e0a27e7209851f0a851a1333e57624e532
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 16:33:44 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 18:18:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51c67e0
app-crypt/pesign: Remove broken gcc-ar hack
The AR override that attempts to force 'gcc-ar' does not work with all
CC values. Revert to using $(tc-getAR).
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/pesign/pesign-113.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/pesign/pesign-113.ebuild b/app-crypt/pesign/pesign-113.ebuild
index 40d481c35cc..fcb4a4ab380 100644
--- a/app-crypt/pesign/pesign-113.ebuild
+++ b/app-crypt/pesign/pesign-113.ebuild
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}"/${PN}-113-nss.patch )
src_compile() {
- emake AR="$(tc-is-gcc && echo "$(tc-getCC)-ar" || tc-getAR)" \
+ emake AR="$(tc-getAR)" \
ARFLAGS="-cvqs" \
AS="$(tc-getAS)" \
CC="$(tc-getCC)" \
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2021-08-28 13:47 Mike Gilbert
0 siblings, 0 replies; 11+ messages in thread
From: Mike Gilbert @ 2021-08-28 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 3e65f7f99a5d21865bf8b000d3b588d9735ff5df
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 13:45:16 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Aug 28 13:47:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e65f7f9
app-crypt/pesign: move gnu-efi to DEPEND
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-crypt/pesign/pesign-113.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-crypt/pesign/pesign-113.ebuild b/app-crypt/pesign/pesign-113.ebuild
index a4d06797817..1b6a9bf475c 100644
--- a/app-crypt/pesign/pesign-113.ebuild
+++ b/app-crypt/pesign/pesign-113.ebuild
@@ -21,10 +21,11 @@ RDEPEND="
sys-apps/util-linux
sys-libs/efivar
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ sys-boot/gnu-efi
+"
BDEPEND="
sys-apps/help2man
- sys-boot/gnu-efi
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/
@ 2023-10-04 22:23 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-10-04 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 953c7f35f7293e9bf81ca83c4831c8ef65558485
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 22:23:10 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 22:23:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953c7f35
app-crypt/pesign: add mandoc BDEPEND
Closes: https://bugs.gentoo.org/915191
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/pesign/pesign-116.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-crypt/pesign/pesign-116.ebuild b/app-crypt/pesign/pesign-116.ebuild
index d890d561aad2..0d1550f8649f 100644
--- a/app-crypt/pesign/pesign-116.ebuild
+++ b/app-crypt/pesign/pesign-116.ebuild
@@ -26,6 +26,7 @@ DEPEND="
sys-boot/gnu-efi
"
BDEPEND="
+ app-text/mandoc
sys-apps/help2man
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-10-04 22:23 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-29 1:02 [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/ Virgil Dupras
-- strict thread matches above, loose matches on Subject: below --
2023-10-04 22:23 Sam James
2021-08-28 13:47 Mike Gilbert
2019-12-30 18:18 Michał Górny
2019-07-27 5:21 Michał Górny
2019-07-27 0:22 Stefan Strogin
2018-01-18 20:16 Amy Liffey
2017-10-28 7:06 Amy Liffey
2017-02-09 23:46 Göktürk Yüksek
2016-08-19 10:07 Pacho Ramos
2016-06-03 14:19 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox