From 193e7b8daedd63bebed19b601c5c5855b488f93c Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sun, 8 May 2005 05:49:22 +0000 Subject: Removed old ebuild. (Portage version: 2.0.51.21-r1) --- app-crypt/pinentry/ChangeLog | 6 ++- app-crypt/pinentry/files/digest-pinentry-0.7.1-r1 | 1 - app-crypt/pinentry/files/qt-compile-fix.diff | 11 ----- app-crypt/pinentry/pinentry-0.7.1-r1.ebuild | 55 ----------------------- 4 files changed, 5 insertions(+), 68 deletions(-) delete mode 100644 app-crypt/pinentry/files/digest-pinentry-0.7.1-r1 delete mode 100644 app-crypt/pinentry/files/qt-compile-fix.diff delete mode 100644 app-crypt/pinentry/pinentry-0.7.1-r1.ebuild (limited to 'app-crypt') diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 094239ab015a..c12139cf2b25 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/pinentry # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.24 2005/04/01 20:07:45 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.25 2005/05/08 05:49:22 swegener Exp $ + + 08 May 2005; Sven Wegener + -files/qt-compile-fix.diff, -pinentry-0.7.1-r1.ebuild: + Removed old ebuild. 01 Apr 2005; Michael Hanselmann pinentry-0.7.2.ebuild: Stable on ppc. diff --git a/app-crypt/pinentry/files/digest-pinentry-0.7.1-r1 b/app-crypt/pinentry/files/digest-pinentry-0.7.1-r1 deleted file mode 100644 index f04ba84923c4..000000000000 --- a/app-crypt/pinentry/files/digest-pinentry-0.7.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7861d63dea6434a5a05da84e83f209e6 pinentry-0.7.1.tar.gz 347047 diff --git a/app-crypt/pinentry/files/qt-compile-fix.diff b/app-crypt/pinentry/files/qt-compile-fix.diff deleted file mode 100644 index 977bfcc96dce..000000000000 --- a/app-crypt/pinentry/files/qt-compile-fix.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- pinentry-0.7.1-orig/work/pinentry-0.7.1/qt/Makefile.in 2004-06-17 22:54:09.951836096 +0200 -+++ pinentry-0.7.1/work/pinentry-0.7.1/qt/Makefile.in 2004-06-17 22:54:35.495445940 +0200 -@@ -195,7 +195,7 @@ - @FALLBACK_CURSES_FALSE@libcurses = - @FALLBACK_CURSES_TRUE@libcurses = ../pinentry/libpinentry-curses.a $(LIBCURSES) $(LIBICONV) - --AM_CPPFLAGS = -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem $(QT_INCLUDES) $(ncurses_include) -+AM_CPPFLAGS = -I$(top_srcdir)/pinentry -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem $(QT_INCLUDES) $(ncurses_include) - AM_CXXFLAGS = $(QT_CXXFLAGS) - pinentry_qt_LDADD = $(QT_LIBS) $(libcurses) ../pinentry/libpinentry.a \ - $(top_builddir)/assuan/libassuan.a \ diff --git a/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild b/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild deleted file mode 100644 index e96c00ec38c0..000000000000 --- a/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild,v 1.7 2005/01/01 12:36:58 eradicator Exp $ - -inherit eutils - -DESCRIPTION="collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" -HOMEPAGE="http://www.gnupg.org/aegypten/" -SRC_URI="ftp://ftp.gnupg.org/gcrypt/pinentry/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="qt gtk ncurses" - -DEPEND="gtk? ( =x11-libs/gtk+-1* ) - ncurses? ( sys-libs/ncurses ) - qt? ( x11-libs/qt ) - !gtk? ( !qt? ( !ncurses? ( sys-libs/ncurses ) ) )" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/qt-compile-fix.diff -} - -src_compile() { - local myconf="" - if ! use qt && ! use gtk && ! use ncurses ; then - myconf="--enable-pinentry-curses --enable-fallback-curses" - fi - econf \ - `use_enable qt pinentry-qt` \ - `use_enable gtk pinentry-gtk` \ - `use_enable ncurses pinentry-curses` \ - `use_enable ncurses fallback-curses` \ - --disable-dependency-tracking \ - ${myconf} \ - || die - emake || die -} - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - - # The other two pinentries don't spit out an insecure memory warning when - # not suid root, and gtk refuses to start if pinentry-gtk is suid root. - fperms +s /usr/bin/pinentry-qt -} - -pkg_postinst() { - einfo "pinentry-qt is installed SUID root to make use of protected memory space" - einfo "This is needed in order to have a secure place to store your passphrases," - einfo "etc. at runtime but may make some sysadmins nervous" -} -- cgit v1.2.3-65-gdbad