* [gentoo-commits] repo/proj/guru:master commit in: app-crypt/pinentry-bemenu/
@ 2022-09-08 1:46 Ronny Gutbrod
0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2022-09-08 1:46 UTC (permalink / raw
To: gentoo-commits
commit: c540963c06c824aa6f88bcd974d05c8af051d1a6
Author: Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Wed Sep 7 19:41:40 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep 7 19:51:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c540963c
app-crypt/pinentry-bemenu: new package, add 0.11.0
Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>
| 1 +
| 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
--git a/app-crypt/pinentry-bemenu/Manifest b/app-crypt/pinentry-bemenu/Manifest
new file mode 100644
index 000000000..16bc37b2e
--- /dev/null
+++ b/app-crypt/pinentry-bemenu/Manifest
@@ -0,0 +1 @@
+DIST pinentry-bemenu-0.11.0.tar.gz 34352 BLAKE2B 54059a506fbc3e5034af7ffdf6fdac8f131abbac94662a35d487072f292b380a8b81d5a2916a8ef85ac3ae0c4f479119fadac541eb6bd32eb3033ce762ea5679 SHA512 3c35733b52d1b096904585ee0f37b0a2c7390158a94b2f13fe387fd738c004a2f1f474e3ca66d35f364ad057dc6b4520700d2a71f4d1c431bb428b6de513313a
--git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild
new file mode 100644
index 000000000..e2b75bf1b
--- /dev/null
+++ b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Pinentry based on bemenu"
+HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu"
+SRC_URI="https://github.com/t-8ch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-libs/bemenu
+ dev-libs/libgpg-error
+ dev-libs/libassuan
+ dev-libs/popt
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+pkg_postinst() {
+ elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
+ elog "pinentry-program /usr/bin/pinentry-bemenu"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-crypt/pinentry-bemenu/
@ 2023-02-24 7:41 Viorel Munteanu
0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2023-02-24 7:41 UTC (permalink / raw
To: gentoo-commits
commit: 59b9a535c28023d76de34c753d937e21e9805be2
Author: Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Feb 23 08:55:47 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:01:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59b9a535
app-crypt/pinentry-bemenu: remove empty BDEPEND
Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>
| 1 -
1 file changed, 1 deletion(-)
--git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild
index e2b75bf1b..034b57606 100644
--- a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild
+++ b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild
@@ -20,7 +20,6 @@ DEPEND="
dev-libs/popt
"
RDEPEND="${DEPEND}"
-BDEPEND=""
pkg_postinst() {
elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-crypt/pinentry-bemenu/
@ 2024-03-14 10:19 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-03-14 10:19 UTC (permalink / raw
To: gentoo-commits
commit: 50a28d5e0392804bd6706d0a307ce668cf21545c
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 13 09:54:56 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Mar 13 09:56:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50a28d5e
app-crypt/pinentry-bemenu: add 0.13.1
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
| 1 +
| 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
--git a/app-crypt/pinentry-bemenu/Manifest b/app-crypt/pinentry-bemenu/Manifest
index 21554c504e..6703223df4 100644
--- a/app-crypt/pinentry-bemenu/Manifest
+++ b/app-crypt/pinentry-bemenu/Manifest
@@ -1,2 +1,3 @@
DIST pinentry-bemenu-0.11.0.tar.gz 34352 BLAKE2B 54059a506fbc3e5034af7ffdf6fdac8f131abbac94662a35d487072f292b380a8b81d5a2916a8ef85ac3ae0c4f479119fadac541eb6bd32eb3033ce762ea5679 SHA512 3c35733b52d1b096904585ee0f37b0a2c7390158a94b2f13fe387fd738c004a2f1f474e3ca66d35f364ad057dc6b4520700d2a71f4d1c431bb428b6de513313a
DIST pinentry-bemenu-0.12.0.tar.gz 34781 BLAKE2B 58268a7c6bbe9d49a93f4d0b0bc7c2caa5a8cac2a6d54243d42f533b18bad36bf6177d742f4525a2199fe9f5d891ebd1cdb8c24880e13ef0283cf0b7d997760d SHA512 243b0572ae80f9fe95269545f13f71a85a84afd75f212872ccb7f34c078b86ba92faca2cdf772e333390bd1367b9e5272247ba1dfb40fc86a1bbd0efb5da2991
+DIST pinentry-bemenu-0.13.1.tar.gz 34933 BLAKE2B 3e71ca3ddd7836149e7dd6b208ac2664ccd4b00b914112e767cc659c3da8dcf22219f85029ea095d0096caccb3fa48402a724318941631b5454fd031228c8ac7 SHA512 9cdb4a3876c96900dc5ae31ad8520e0f5bc337a7e97e30c35fc0898c5f25dea322b9f41afa191a75eb3502455a96f2cb03f3699802ac38dcd1af67445fb8a3b2
--git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.1.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.1.ebuild
new file mode 100644
index 0000000000..299cc1efbd
--- /dev/null
+++ b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Pinentry based on bemenu"
+HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu"
+SRC_URI="https://github.com/t-8ch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-libs/bemenu
+ dev-libs/libgpg-error
+ dev-libs/libassuan
+ dev-libs/popt
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+ elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
+ elog "pinentry-program /usr/bin/pinentry-bemenu"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-crypt/pinentry-bemenu/
@ 2024-03-14 10:19 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-03-14 10:19 UTC (permalink / raw
To: gentoo-commits
commit: 53cd08cfefc40b90a9776662873989129615a608
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 13 09:55:08 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Mar 13 09:56:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53cd08cf
app-crypt/pinentry-bemenu: drop 0.11.0, 0.12.0
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
| 2 --
| 28 ----------------------
| 27 ---------------------
3 files changed, 57 deletions(-)
--git a/app-crypt/pinentry-bemenu/Manifest b/app-crypt/pinentry-bemenu/Manifest
index 6703223df4..dfb0aa29bd 100644
--- a/app-crypt/pinentry-bemenu/Manifest
+++ b/app-crypt/pinentry-bemenu/Manifest
@@ -1,3 +1 @@
-DIST pinentry-bemenu-0.11.0.tar.gz 34352 BLAKE2B 54059a506fbc3e5034af7ffdf6fdac8f131abbac94662a35d487072f292b380a8b81d5a2916a8ef85ac3ae0c4f479119fadac541eb6bd32eb3033ce762ea5679 SHA512 3c35733b52d1b096904585ee0f37b0a2c7390158a94b2f13fe387fd738c004a2f1f474e3ca66d35f364ad057dc6b4520700d2a71f4d1c431bb428b6de513313a
-DIST pinentry-bemenu-0.12.0.tar.gz 34781 BLAKE2B 58268a7c6bbe9d49a93f4d0b0bc7c2caa5a8cac2a6d54243d42f533b18bad36bf6177d742f4525a2199fe9f5d891ebd1cdb8c24880e13ef0283cf0b7d997760d SHA512 243b0572ae80f9fe95269545f13f71a85a84afd75f212872ccb7f34c078b86ba92faca2cdf772e333390bd1367b9e5272247ba1dfb40fc86a1bbd0efb5da2991
DIST pinentry-bemenu-0.13.1.tar.gz 34933 BLAKE2B 3e71ca3ddd7836149e7dd6b208ac2664ccd4b00b914112e767cc659c3da8dcf22219f85029ea095d0096caccb3fa48402a724318941631b5454fd031228c8ac7 SHA512 9cdb4a3876c96900dc5ae31ad8520e0f5bc337a7e97e30c35fc0898c5f25dea322b9f41afa191a75eb3502455a96f2cb03f3699802ac38dcd1af67445fb8a3b2
diff --git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild
deleted file mode 100644
index e2b75bf1b6..0000000000
--- a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Pinentry based on bemenu"
-HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu"
-SRC_URI="https://github.com/t-8ch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-libs/bemenu
- dev-libs/libgpg-error
- dev-libs/libassuan
- dev-libs/popt
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-pkg_postinst() {
- elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
- elog "pinentry-program /usr/bin/pinentry-bemenu"
-}
diff --git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild
deleted file mode 100644
index 034b576068..0000000000
--- a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Pinentry based on bemenu"
-HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu"
-SRC_URI="https://github.com/t-8ch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-libs/bemenu
- dev-libs/libgpg-error
- dev-libs/libassuan
- dev-libs/popt
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
- elog "pinentry-program /usr/bin/pinentry-bemenu"
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-crypt/pinentry-bemenu/
@ 2024-06-25 9:52 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-06-25 9:52 UTC (permalink / raw
To: gentoo-commits
commit: 5dfacde4626d6643f741bbdd3b657aba1ca2e897
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 23 06:42:03 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 23 06:42:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dfacde4
app-crypt/pinentry-bemenu: add 0.13.2
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
| 1 +
| 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
--git a/app-crypt/pinentry-bemenu/Manifest b/app-crypt/pinentry-bemenu/Manifest
index dfb0aa29b..0f22ee33f 100644
--- a/app-crypt/pinentry-bemenu/Manifest
+++ b/app-crypt/pinentry-bemenu/Manifest
@@ -1 +1,2 @@
DIST pinentry-bemenu-0.13.1.tar.gz 34933 BLAKE2B 3e71ca3ddd7836149e7dd6b208ac2664ccd4b00b914112e767cc659c3da8dcf22219f85029ea095d0096caccb3fa48402a724318941631b5454fd031228c8ac7 SHA512 9cdb4a3876c96900dc5ae31ad8520e0f5bc337a7e97e30c35fc0898c5f25dea322b9f41afa191a75eb3502455a96f2cb03f3699802ac38dcd1af67445fb8a3b2
+DIST pinentry-bemenu-0.13.2.tar.gz 35112 BLAKE2B 04fe29d861251060df8b8c6c3f459bcb3aa988ec6c4852c5d956463fcdfc45c1b1090d8af9f9fe8d858e86120cefbb7b13142335ec2f2c6cb92b26520f067c81 SHA512 2420a087cdcdb6e7efc42d76c3ecc948c18b3549eb8d03ef27ec064237eb3bad21beb8423db02157608ac77de637cd0f77acc986f9562ec1d324b6084bcdb2e0
--git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.2.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.2.ebuild
new file mode 100644
index 000000000..299cc1efb
--- /dev/null
+++ b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Pinentry based on bemenu"
+HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu"
+SRC_URI="https://github.com/t-8ch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-libs/bemenu
+ dev-libs/libgpg-error
+ dev-libs/libassuan
+ dev-libs/popt
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+ elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
+ elog "pinentry-program /usr/bin/pinentry-bemenu"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-crypt/pinentry-bemenu/
@ 2024-06-25 9:52 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-06-25 9:52 UTC (permalink / raw
To: gentoo-commits
commit: e1cb8de317ffef279ad77c34acdb956bf6702370
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 23 06:42:13 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 23 06:42:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1cb8de3
app-crypt/pinentry-bemenu: drop 0.13.1
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
| 1 -
| 27 ----------------------
2 files changed, 28 deletions(-)
--git a/app-crypt/pinentry-bemenu/Manifest b/app-crypt/pinentry-bemenu/Manifest
index 0f22ee33f..2e38d8e6d 100644
--- a/app-crypt/pinentry-bemenu/Manifest
+++ b/app-crypt/pinentry-bemenu/Manifest
@@ -1,2 +1 @@
-DIST pinentry-bemenu-0.13.1.tar.gz 34933 BLAKE2B 3e71ca3ddd7836149e7dd6b208ac2664ccd4b00b914112e767cc659c3da8dcf22219f85029ea095d0096caccb3fa48402a724318941631b5454fd031228c8ac7 SHA512 9cdb4a3876c96900dc5ae31ad8520e0f5bc337a7e97e30c35fc0898c5f25dea322b9f41afa191a75eb3502455a96f2cb03f3699802ac38dcd1af67445fb8a3b2
DIST pinentry-bemenu-0.13.2.tar.gz 35112 BLAKE2B 04fe29d861251060df8b8c6c3f459bcb3aa988ec6c4852c5d956463fcdfc45c1b1090d8af9f9fe8d858e86120cefbb7b13142335ec2f2c6cb92b26520f067c81 SHA512 2420a087cdcdb6e7efc42d76c3ecc948c18b3549eb8d03ef27ec064237eb3bad21beb8423db02157608ac77de637cd0f77acc986f9562ec1d324b6084bcdb2e0
diff --git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.1.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.1.ebuild
deleted file mode 100644
index 299cc1efb..000000000
--- a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Pinentry based on bemenu"
-HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu"
-SRC_URI="https://github.com/t-8ch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-libs/bemenu
- dev-libs/libgpg-error
- dev-libs/libassuan
- dev-libs/popt
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
- elog "pinentry-program /usr/bin/pinentry-bemenu"
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-25 9:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 9:52 [gentoo-commits] repo/proj/guru:master commit in: app-crypt/pinentry-bemenu/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-06-25 9:52 David Roman
2024-03-14 10:19 David Roman
2024-03-14 10:19 David Roman
2023-02-24 7:41 Viorel Munteanu
2022-09-08 1:46 Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox