public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/, app-eselect/eselect-pinentry/files/
@ 2016-01-26 21:59 Kristian Fiskerstrand
  0 siblings, 0 replies; 5+ messages in thread
From: Kristian Fiskerstrand @ 2016-01-26 21:59 UTC (permalink / raw
  To: gentoo-commits

commit:     67ec84575e507760da831a9f88c17d26be9d898a
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 21:53:29 2016 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 21:53:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ec8457

app-eselect/eselect-pinentry: Add pinentry-tty as an option

Bug: 572750

Package-Manager: portage-2.2.27

 .../eselect-pinentry/eselect-pinentry-0.7.ebuild   | 23 ++++++++++++++++++++++
 .../eselect-pinentry/files/pinentry.eselect-0.7    | 13 ++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild
new file mode 100644
index 0000000..f5d475a
--- /dev/null
+++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Manage /usr/bin/pinentry symlink"
+HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
+
+S=${FILESDIR}
+
+src_install() {
+	insinto /usr/share/eselect/modules
+	newins pinentry.eselect-${PV} pinentry.eselect
+}

diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7
new file mode 100644
index 0000000..37db869
--- /dev/null
+++ b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7
@@ -0,0 +1,13 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Manage /usr/bin/pinentry implementation"
+MAINTAINER="ssuominen@gentoo.org"
+VERSION="0.7"
+
+SYMLINK_PATH=/usr/bin/pinentry
+SYMLINK_TARGETS=( pinentry-gnome3 pinentry-qt pinentry-gtk-2 pinentry-qt4 pinentry-curses pinentry-tty )
+SYMLINK_DESCRIPTION='pinentry binary'
+
+inherit bin-symlink


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/, app-eselect/eselect-pinentry/files/
@ 2021-01-25 16:09 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2021-01-25 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2cb4c467eac028da7aeecba6b11ea0f147a73066
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 16:01:54 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 16:09:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb4c467

app-eselect/eselect-pinentry: Version bump (v0.7.1)

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 ...{eselect-pinentry-0.7.ebuild => eselect-pinentry-0.7.1.ebuild} | 0
 .../files/{pinentry.eselect-0.7 => pinentry.eselect-0.7.1}        | 8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.1.ebuild
similarity index 100%
rename from app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild
rename to app-eselect/eselect-pinentry/eselect-pinentry-0.7.1.ebuild

diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.1
similarity index 52%
rename from app-eselect/eselect-pinentry/files/pinentry.eselect-0.7
rename to app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.1
index ec49ca1a602..15db6906030 100644
--- a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7
+++ b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.1
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 DESCRIPTION="Manage /usr/bin/pinentry implementation"
-MAINTAINER="ssuominen@gentoo.org"
-VERSION="0.7"
+MAINTAINER="zlogene@gentoo.org"
+VERSION="0.7.1"
 
 SYMLINK_PATH=/usr/bin/pinentry
-SYMLINK_TARGETS=( pinentry-gnome3 pinentry-qt pinentry-gtk-2 pinentry-qt4 pinentry-curses pinentry-tty )
+SYMLINK_TARGETS=( pinentry-gnome3 pinentry-qt5  pinentry-curses pinentry-tty )
 SYMLINK_DESCRIPTION='pinentry binary'
 
 inherit bin-symlink


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/, app-eselect/eselect-pinentry/files/
@ 2021-02-23 15:33 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2021-02-23 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     aa876f1a70835eceb5005a1175f48f448c5d959c
Author:     Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
AuthorDate: Tue Feb  9 23:14:56 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 15:33:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa876f1a

app-eselect/eselect-pinentry: add pinentry-efl

As per https://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=NEWS,
pinentry 1.1.1 adds an EFL based pinentry.

Closes: https://bugs.gentoo.org/767181
Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 .../eselect-pinentry/eselect-pinentry-0.7.2.ebuild | 23 ++++++++++++++++++++++
 .../eselect-pinentry/files/pinentry.eselect-0.7.2  | 12 +++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild
new file mode 100644
index 00000000000..b8dafabf64a
--- /dev/null
+++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Manage /usr/bin/pinentry symlink"
+HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
+
+S="${FILESDIR}"
+
+src_install() {
+	default
+	insinto /usr/share/eselect/modules
+	newins pinentry.eselect-${PV} pinentry.eselect
+}

diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2
new file mode 100644
index 00000000000..c445cbf7927
--- /dev/null
+++ b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2
@@ -0,0 +1,12 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="Manage /usr/bin/pinentry implementation"
+MAINTAINER="zlogene@gentoo.org"
+VERSION="0.7.2"
+
+SYMLINK_PATH=/usr/bin/pinentry
+SYMLINK_TARGETS=( pinentry-efl pinentry-gnome3 pinentry-qt5 pinentry-curses pinentry-tty )
+SYMLINK_DESCRIPTION='pinentry binary'
+
+inherit bin-symlink


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/, app-eselect/eselect-pinentry/files/
@ 2024-01-01 14:53 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2024-01-01 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     faa4e2901cb020decd195544b15ed6c2a2cc3669
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 14:52:39 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 14:53:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa4e290

app-eselect/eselect-pinentry: drop 0.7.2-r1

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../eselect-pinentry-0.7.2-r1.ebuild                | 21 ---------------------
 .../eselect-pinentry/files/pinentry.eselect-0.7.2   | 12 ------------
 2 files changed, 33 deletions(-)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild
deleted file mode 100644
index b8769496303c..000000000000
--- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Manage /usr/bin/pinentry symlink"
-HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
-
-S="${FILESDIR}"
-
-src_install() {
-	default
-	insinto /usr/share/eselect/modules
-	newins pinentry.eselect-${PV} pinentry.eselect
-}

diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2
deleted file mode 100644
index 7734fe870b22..000000000000
--- a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Manage /usr/bin/pinentry implementation"
-MAINTAINER="maintainer-needed@gentoo.org"
-VERSION="0.7.2"
-
-SYMLINK_PATH=/usr/bin/pinentry
-SYMLINK_TARGETS=( pinentry-efl pinentry-gnome3 pinentry-qt5 pinentry-curses pinentry-tty )
-SYMLINK_DESCRIPTION='pinentry binary'
-
-inherit bin-symlink


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/, app-eselect/eselect-pinentry/files/
@ 2024-03-18 14:51 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-03-18 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     fe64d8bd46d8e8859d6442e34766bf423121fc11
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 14:47:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 14:51:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe64d8bd

app-eselect/eselect-pinentry: add 0.7.4

Adds pinentry-qt6 support.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../eselect-pinentry/eselect-pinentry-0.7.4.ebuild   | 19 +++++++++++++++++++
 .../eselect-pinentry/files/pinentry.eselect-0.7.4    | 20 ++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.4.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.4.ebuild
new file mode 100644
index 000000000000..2f34f9567def
--- /dev/null
+++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Manage /usr/bin/pinentry symlink"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
+S="${WORKDIR}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
+
+src_install() {
+	insinto /usr/share/eselect/modules
+	newins "${FILESDIR}"/pinentry.eselect-${PV} pinentry.eselect
+}

diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.4 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.4
new file mode 100644
index 000000000000..74c6f14d8b53
--- /dev/null
+++ b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.4
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="Manage /usr/bin/pinentry implementation"
+MAINTAINER="maintainer-needed@gentoo.org"
+VERSION="0.7.4"
+
+SYMLINK_PATH=/usr/bin/pinentry
+SYMLINK_TARGETS=(
+	pinentry-efl
+	pinentry-gnome3
+	pinentry-qt5
+	pinentry-qt6
+	pinentry-curses
+	pinentry-tty
+	pinentry-emacs
+)
+SYMLINK_DESCRIPTION='pinentry binary'
+
+inherit bin-symlink


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-18 14:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 21:59 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/, app-eselect/eselect-pinentry/files/ Kristian Fiskerstrand
  -- strict thread matches above, loose matches on Subject: below --
2021-01-25 16:09 Mikle Kolyada
2021-02-23 15:33 Mikle Kolyada
2024-01-01 14:53 Ulrich Müller
2024-03-18 14:51 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox