pinentry-gtk2: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 18:02:38 +00:00
parent d092ac4b45
commit 5a12c6f477
3 changed files with 0 additions and 32 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pinentry-gtk-2

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/f3Sg2izbmfoC6oeUOos95PLf2/etek6E0i4dsfOp9w3EC62Vr5wZHP5vCiGb63NHz743vkc4A5xG0VbimLEggQ=
SHA256 (Pkgfile) = 2d2043d2bd41630a25d70e735b3282ad18eae010ce458a577e17b3dc03f9412d
SHA256 (.footprint) = 0e886c6c8a4b6c801407e0906364312ec70d121652614d93bc548bebc4555b06
SHA256 (pinentry-1.1.1.tar.bz2) = cd12a064013ed18e2ee8475e669b9f58db1b225a0144debdb85a68cecddba57f

View File

@ -1,24 +0,0 @@
# Description: Secure PinEntry Dialog
# URL: https://gnupg.org/related_software/pinentry/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: pinentry gtk
name=pinentry-gtk2
version=1.1.1
release=1
source=(https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-$version.tar.bz2)
build() {
cd pinentry-$version
./configure \
--prefix=/usr \
--disable-pinentry-{curses,qt,qt5} \
--enable-pinentry-gtk2
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm $PKG/usr/bin/pinentry
}