diff options
author | Nicholas Meyer <nickaristocrates@gmail.com> | 2020-11-01 03:00:15 -0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-03 08:59:56 +0200 |
commit | 89d99e98b804cbbe7a3a90cf7753aaf4cc72452d (patch) | |
tree | 64cd7f8cbb4fa8cac51fae88a2e751ac3b1344c0 /app-crypt | |
parent | sys-process/cronie: Fixed build with >=sys-devel/autoconf-2.70_beta1 (diff) | |
download | gentoo-89d99e98b804cbbe7a3a90cf7753aaf4cc72452d.tar.gz gentoo-89d99e98b804cbbe7a3a90cf7753aaf4cc72452d.tar.bz2 gentoo-89d99e98b804cbbe7a3a90cf7753aaf4cc72452d.zip |
app-crypt/pius: add patches that include git headers
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18104
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pius/files/pius-3.0.0-Fix-typo-in-readme-135.patch (renamed from app-crypt/pius/files/pius-3.0.0_fix_readme_typo.diff) | 12 | ||||
-rw-r--r-- | app-crypt/pius/files/pius-3.0.0-Fix-typos-132.patch (renamed from app-crypt/pius/files/pius-3.0.0_fix_typos.diff) | 12 | ||||
-rw-r--r-- | app-crypt/pius/files/pius-3.0.0-Minor-fixes-for-pius-report-137.patch (renamed from app-crypt/pius/files/pius-3.0.0_fix_pius_report.diff) | 15 | ||||
-rw-r--r-- | app-crypt/pius/files/pius-3.0.0-pius-keyring-mgr-Fix-constants-134.patch (renamed from app-crypt/pius/files/pius-3.0.0_fix_keyring_mgr_constants.diff) | 18 | ||||
-rw-r--r-- | app-crypt/pius/pius-3.0.0-r1.ebuild | 8 |
5 files changed, 61 insertions, 4 deletions
diff --git a/app-crypt/pius/files/pius-3.0.0_fix_readme_typo.diff b/app-crypt/pius/files/pius-3.0.0-Fix-typo-in-readme-135.patch index c51880aed3bd..bc67e97950b2 100644 --- a/app-crypt/pius/files/pius-3.0.0_fix_readme_typo.diff +++ b/app-crypt/pius/files/pius-3.0.0-Fix-typo-in-readme-135.patch @@ -1,3 +1,12 @@ +From 5f24833c50ac6d831c03309e9bbb6b62224ac0ac Mon Sep 17 00:00:00 2001 +From: Ross Smith II <ross@smithii.com> +Date: Mon, 9 Mar 2020 16:45:29 -0700 +Subject: [PATCH] Fix typo in readme (#135) + +--- + README.md | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + diff --git a/README.md b/README.md index 3ead858..4cb98ce 100644 --- a/README.md @@ -11,3 +20,6 @@ index 3ead858..4cb98ce 100644 ## Config File +-- +2.29.2 + diff --git a/app-crypt/pius/files/pius-3.0.0_fix_typos.diff b/app-crypt/pius/files/pius-3.0.0-Fix-typos-132.patch index 1620d02b8e0c..ed03995d34c2 100644 --- a/app-crypt/pius/files/pius-3.0.0_fix_typos.diff +++ b/app-crypt/pius/files/pius-3.0.0-Fix-typos-132.patch @@ -1,3 +1,12 @@ +From 6a92664fe0cfacffb03e6f3312c1c5fb4d785297 Mon Sep 17 00:00:00 2001 +From: Maxim Baz <github@maximbaz.com> +Date: Sat, 5 Oct 2019 23:52:17 +0200 +Subject: [PATCH] Fix typos (#132) + +--- + pius | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + diff --git a/pius b/pius index 7cf09b5..cc2333b 100755 --- a/pius @@ -29,3 +38,6 @@ index 7cf09b5..cc2333b 100755 options.mail = ans print() +-- +2.29.2 + diff --git a/app-crypt/pius/files/pius-3.0.0_fix_pius_report.diff b/app-crypt/pius/files/pius-3.0.0-Minor-fixes-for-pius-report-137.patch index 40bb969aab7b..c77f26649ce6 100644 --- a/app-crypt/pius/files/pius-3.0.0_fix_pius_report.diff +++ b/app-crypt/pius/files/pius-3.0.0-Minor-fixes-for-pius-report-137.patch @@ -1,3 +1,15 @@ +From 19b61c3b0dc31ee60341b3ca708f8e459e44ce3f Mon Sep 17 00:00:00 2001 +From: Phil Dibowitz <phil@ipom.com> +Date: Mon, 23 Mar 2020 08:57:09 -0700 +Subject: [PATCH] Minor fixes for pius-report (#137) + +Signed-off-by: Phil Dibowitz <phil@ipom.com> +--- + libpius/mailer.py | 2 +- + pius-keyring-mgr | 4 +++- + pius-report | 5 +++-- + 3 files changed, 7 insertions(+), 4 deletions(-) + diff --git a/libpius/mailer.py b/libpius/mailer.py index ba6b50a..f5b097f 100644 --- a/libpius/mailer.py @@ -61,3 +73,6 @@ index 47f57b5..744da35 100755 gpg = subprocess.Popen(cmd, stdout=subprocess.PIPE, close_fds=True) gpg.wait() +-- +2.29.2 + diff --git a/app-crypt/pius/files/pius-3.0.0_fix_keyring_mgr_constants.diff b/app-crypt/pius/files/pius-3.0.0-pius-keyring-mgr-Fix-constants-134.patch index 9871a51e6ede..20c43fcbdca4 100644 --- a/app-crypt/pius/files/pius-3.0.0_fix_keyring_mgr_constants.diff +++ b/app-crypt/pius/files/pius-3.0.0-pius-keyring-mgr-Fix-constants-134.patch @@ -1,3 +1,18 @@ +From f54adce7ba47ad8882441aec3b0583ee788ea8e1 Mon Sep 17 00:00:00 2001 +From: Phil Dibowitz <phil@ipom.com> +Date: Tue, 4 Feb 2020 09:33:40 -0800 +Subject: [PATCH] [pius-keyring-mgr] Fix constants (#134) + +The refactor of the code meant these constants are now in the +constants module, not in self. + +Fixes #133 + +Signed-off-by: Phil Dibowitz <phil@ipom.com> +--- + pius-keyring-mgr | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) + diff --git a/pius-keyring-mgr b/pius-keyring-mgr index 1daddeb..fb0b46a 100755 --- a/pius-keyring-mgr @@ -38,3 +53,6 @@ index 1daddeb..fb0b46a 100755 keyid = keyid_from_fp(fp) tmp = data.copy() tmp.update({"fingerprint": fp, "keyid": keyid}) +-- +2.29.2 + diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild index 91fa4e0e911f..b370b3651829 100644 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild @@ -23,10 +23,10 @@ RDEPEND="${DEPEND} dev-lang/perl" PATCHES=( - "${FILESDIR}/${P}_fix_typos.diff" - "${FILESDIR}/${P}_fix_keyring_mgr_constants.diff" - "${FILESDIR}/${P}_fix_readme_typo.diff" - "${FILESDIR}/${P}_fix_pius_report.diff" + "${FILESDIR}/${P}-Fix-typos-132.patch" + "${FILESDIR}/${P}-pius-keyring-mgr-Fix-constants-134.patch" + "${FILESDIR}/${P}-Fix-typo-in-readme-135.patch" + "${FILESDIR}/${P}-Minor-fixes-for-pius-report-137.patch" ) python_test() { |