Skip to content

Commit b4e0f0f

Browse files
committed
app-eselect/eselect-pinentry: Sync with Gentoo
It's from Gentoo commit 8938ea97da4e035d2f217184cef8c642caa18cd0.
1 parent 2d5d580 commit b4e0f0f

File tree

6 files changed

+36
-38
lines changed

6 files changed

+36
-38
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# Copyright 1999-2021 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

4-
EAPI=7
4+
EAPI=8
55

66
DESCRIPTION="Manage /usr/bin/pinentry symlink"
77
HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
8-
SRC_URI=""
98

109
LICENSE="GPL-2"
1110
SLOT="0"
12-
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"
13-
IUSE=""
11+
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"
1412

1513
RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
1614

sdk_container/src/third_party/portage-stable/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DESCRIPTION="Manage /usr/bin/pinentry symlink"
7+
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
8+
S="${WORKDIR}"
9+
10+
LICENSE="GPL-2"
11+
SLOT="0"
12+
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"
13+
14+
RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
15+
16+
src_install() {
17+
insinto /usr/share/eselect/modules
18+
newins "${FILESDIR}"/pinentry.eselect-${PV} pinentry.eselect
19+
}

sdk_container/src/third_party/portage-stable/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright 1999-2021 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
DESCRIPTION="Manage /usr/bin/pinentry implementation"
5-
MAINTAINER="zlogene@gentoo.org"
5+
MAINTAINER="maintainer-needed@gentoo.org"
66
VERSION="0.7.2"
77

88
SYMLINK_PATH=/usr/bin/pinentry
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Copyright 1999-2021 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
DESCRIPTION="Manage /usr/bin/pinentry implementation"
5-
MAINTAINER="zlogene@gentoo.org"
6-
VERSION="0.7.1"
5+
MAINTAINER="maintainer-needed@gentoo.org"
6+
VERSION="0.7.3"
77

88
SYMLINK_PATH=/usr/bin/pinentry
9-
SYMLINK_TARGETS=( pinentry-gnome3 pinentry-qt5 pinentry-curses pinentry-tty )
9+
SYMLINK_TARGETS=(
10+
pinentry-efl
11+
pinentry-gnome3
12+
pinentry-qt5
13+
pinentry-curses
14+
pinentry-tty
15+
pinentry-emacs
16+
)
1017
SYMLINK_DESCRIPTION='pinentry binary'
1118

1219
inherit bin-symlink
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
33
<pkgmetadata>
4-
<maintainer type="person">
5-
<email>zlogene@gentoo.org</email>
6-
<name>Mikle Kolyada</name>
7-
</maintainer>
4+
<!-- maintainer-needed -->
85
<stabilize-allarches/>
96
</pkgmetadata>

0 commit comments

Comments
 (0)