diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-08-07 08:02:56 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-08-07 08:02:56 +0000 |
commit | c0078e9ee8ff8fa4f957fd5777a05e2eb82633bc (patch) | |
tree | 877e361d439c24fe4d6613bb548be2170d85d70e /app-crypt/pinentry | |
parent | move cross USE flag into global scope. (diff) | |
download | gentoo-2-c0078e9ee8ff8fa4f957fd5777a05e2eb82633bc.tar.gz gentoo-2-c0078e9ee8ff8fa4f957fd5777a05e2eb82633bc.tar.bz2 gentoo-2-c0078e9ee8ff8fa4f957fd5777a05e2eb82633bc.zip |
Version 0.7.1 was broken. added x86 keyword to 0.7.1-r1. removed old version
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/pinentry/files/digest-pinentry-0.6.9 | 1 | ||||
-rw-r--r-- | app-crypt/pinentry/files/digest-pinentry-0.7.1 | 1 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.6.9.ebuild | 46 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.7.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.7.1.ebuild | 48 |
6 files changed, 7 insertions, 99 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 99266a5d8f6e..6e6d25ad3042 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/pinentry # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.13 2004/06/24 21:36:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.14 2004/08/07 08:02:56 dragonheart Exp $ + + 07 Aug 2004; Daniel Black <dragonheart@gentoo.org> -pinentry-0.6.9.ebuild, + pinentry-0.7.1-r1.ebuild, -pinentry-0.7.1.ebuild: + Version 0.7.1 was broken. added x86 keyword to 0.7.1-r1. removed old version *pinentry-0.7.1-r1 (21 Jun 2004) diff --git a/app-crypt/pinentry/files/digest-pinentry-0.6.9 b/app-crypt/pinentry/files/digest-pinentry-0.6.9 deleted file mode 100644 index a48a580ef488..000000000000 --- a/app-crypt/pinentry/files/digest-pinentry-0.6.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 28f5638fdec96b3429ad02ef08e997f5 pinentry-0.6.9.tar.gz 310564 diff --git a/app-crypt/pinentry/files/digest-pinentry-0.7.1 b/app-crypt/pinentry/files/digest-pinentry-0.7.1 deleted file mode 100644 index f04ba84923c4..000000000000 --- a/app-crypt/pinentry/files/digest-pinentry-0.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7861d63dea6434a5a05da84e83f209e6 pinentry-0.7.1.tar.gz 347047 diff --git a/app-crypt/pinentry/pinentry-0.6.9.ebuild b/app-crypt/pinentry/pinentry-0.6.9.ebuild deleted file mode 100644 index fe1dba7d1fe2..000000000000 --- a/app-crypt/pinentry/pinentry-0.6.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.9.ebuild,v 1.5 2004/06/24 21:36:44 agriffis Exp $ - -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" -IUSE="qt gtk ncurses" - -DEPEND="gtk? ( x11-libs/gtk+ ) - ncurses? ( sys-libs/ncurses ) - qt? ( x11-libs/qt )" - -pkg_setup() { - use qt || use gtk || use ncurses || die "You must have at least one of 'qt', 'gtk', or 'ncurses' in your USE" -} - -src_compile() { - econf \ - $(use_enable qt pinentry-qt) \ - $(use_enable gtk pinentry-gtk) \ - $(use_enable ncurses pinentry-curses) \ - $(use_enable ncurses fallback-curses) \ - --disable-dependency-tracking \ - || die "econf failed" - make || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL 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. - chmod +s "${D}"/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" -} diff --git a/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild b/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild index ae1cf6e17b64..0671c200cbc8 100644 --- a/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild +++ b/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2 2004/06/24 21:36:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild,v 1.3 2004/08/07 08:02:56 dragonheart Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/pinentry/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="qt gtk ncurses" DEPEND="gtk? ( x11-libs/gtk+ ) diff --git a/app-crypt/pinentry/pinentry-0.7.1.ebuild b/app-crypt/pinentry/pinentry-0.7.1.ebuild deleted file mode 100644 index 5309f0634268..000000000000 --- a/app-crypt/pinentry/pinentry-0.7.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2004 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.ebuild,v 1.4 2004/06/24 21:36:44 agriffis Exp $ - -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+ ) - ncurses? ( sys-libs/ncurses ) - qt? ( x11-libs/qt ) - !gtk? ( !qt? ( !ncurses? ( sys-libs/ncurses ) ) )" - -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 - make || die -} - -src_install() { - make DESTDIR="${D}" install || 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" -} |