summaryrefslogtreecommitdiff
path: root/app-crypt/pinentry-gtk2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-10-04 19:20:38 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-10-04 19:20:38 +0100
commit4be6e441692aa728e043a218c6850be5866b3d79 (patch)
tree3c302b046c2ffe704f27b176bd3a525496d69f87 /app-crypt/pinentry-gtk2
parent836dcf91c181df6afb0f658bf31d34744f8ff052 (diff)
drop fucked up avahi and pinentry
Diffstat (limited to 'app-crypt/pinentry-gtk2')
-rw-r--r--app-crypt/pinentry-gtk2/Manifest2
-rw-r--r--app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild56
-rw-r--r--app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.5.ebuild56
3 files changed, 0 insertions, 114 deletions
diff --git a/app-crypt/pinentry-gtk2/Manifest b/app-crypt/pinentry-gtk2/Manifest
deleted file mode 100644
index b4d26cee..00000000
--- a/app-crypt/pinentry-gtk2/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pinentry-0.9.0.tar.bz2 464272 SHA256 90045a07ab8e1a8e1ecf5d19b51691f195525e579fa5d71d7e92c120b05490ab SHA512 2cc53a5c3852edaf6e940228d9b43fe4709344eba5fe230b7afd22b2c0239d0b258917d75661d80590b2d61c6fe9dac8ad15a0b4a0a0e7fba90a9e1c07364edd WHIRLPOOL 3f77a8aa2d44c7206d877e31088ec927473441e61f06e788330545d75ac489e6e9d5bf0026b23d0824304dad54ce8e61c4571d186df7ad0edc2d644ca3af04ac
-DIST pinentry-0.9.5.tar.bz2 514677 SHA256 6a57fd3afc0d8aaa5599ffcb3ea4e7c42c113a181e8870122203ea018384688c SHA512 31a190cacf45fd3ff5128a6a1a9f317fb09850fd595d5985392ea306ed65fa9232e2203458a9989eaac3b6e9d07199e01557912051f00a9a395cd1db61b44c39 WHIRLPOOL 52e9664d7cf0e804bb14b9586a89aca4037d3324261ac8931ed26365c32ae038b45eca9b7b6637b46f9231ff2db6a9e0a96a611404e48659c7ba009b84c40727
diff --git a/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild b/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild
deleted file mode 100644
index 846e3fa9..00000000
--- a/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit eutils flag-o-matic
-
-MY_PN=${PN/-gtk2}
-MY_P=${P/-gtk2}
-DESCRIPTION="Gtk+2 frontend for pinentry"
-HOMEPAGE="http://gnupg.org/aegypten2/index.html"
-SRC_URI="mirror://gnupg/${MY_PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="caps"
-
-RDEPEND="
- ~app-crypt/pinentry-base-${PV}
- !app-crypt/pinentry-base[static]
- caps? ( sys-libs/libcap )
- x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf \
- --disable-pinentry-tty \
- --enable-pinentry-gtk2 \
- --disable-pinentry-curses \
- --disable-fallback-curses \
- --disable-pinentry-qt4 \
- $(use_with caps libcap)
-}
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}
-
-src_install() {
- cd gtk+-2 && emake DESTDIR="${D}" install
-}
-
-pkg_postinst() {
- eselect pinentry set pinentry-gtk-2
- # eselect pinentry update ifunset
-}
-
-pkg_postrm() {
- eselect pinentry update ifunset
-}
diff --git a/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.5.ebuild b/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.5.ebuild
deleted file mode 100644
index 0db209d4..00000000
--- a/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit eutils flag-o-matic
-
-MY_PN=${PN/-gtk2}
-MY_P=${P/-gtk2}
-DESCRIPTION="Gtk+2 frontend for pinentry"
-HOMEPAGE="http://gnupg.org/aegypten2/index.html"
-SRC_URI="mirror://gnupg/${MY_PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="caps"
-
-RDEPEND="
- ~app-crypt/pinentry-base-${PV}
- !app-crypt/pinentry-base[static]
- caps? ( sys-libs/libcap )
- x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf \
- --disable-pinentry-tty \
- --enable-pinentry-gtk2 \
- --disable-pinentry-curses \
- --disable-fallback-curses \
- --disable-pinentry-qt4 \
- $(use_with caps libcap)
-}
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}
-
-src_install() {
- cd gtk+-2 && emake DESTDIR="${D}" install
-}
-
-pkg_postinst() {
- eselect pinentry set pinentry-gtk-2
- # eselect pinentry update ifunset
-}
-
-pkg_postrm() {
- eselect pinentry update ifunset
-}