summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-02-18 18:58:11 +0000
committerFabian Groffen <grobian@gentoo.org>2012-02-18 18:58:11 +0000
commit67651f3e663871c101f7cf063e575e01899dc817 (patch)
tree81c01e42640ee122cc4bfc4548041b2a87e6d628 /app-crypt
parentVersion bump (diff)
downloadgentoo-2-67651f3e663871c101f7cf063e575e01899dc817.tar.gz
gentoo-2-67651f3e663871c101f7cf063e575e01899dc817.tar.bz2
gentoo-2-67651f3e663871c101f7cf063e575e01899dc817.zip
Remove existing file in Prefix
(Portage version: 2.2.01.20153-prefix/cvs/SunOS sparc)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/pinentry/ChangeLog7
-rw-r--r--app-crypt/pinentry/pinentry-0.8.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog
index 04265cdd1095..82ac0a4bab88 100644
--- a/app-crypt/pinentry/ChangeLog
+++ b/app-crypt/pinentry/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/pinentry
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.116 2011/08/26 15:18:08 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.117 2012/02/18 18:58:11 grobian Exp $
+
+ 18 Feb 2012; Fabian Groffen <grobian@gentoo.org> pinentry-0.8.1.ebuild:
+ Remove existing file in Prefix
26 Aug 2011; Fabian Groffen <grobian@gentoo.org> pinentry-0.8.1.ebuild:
Explicitly disable X11, such that Darwin users don't have hanging pinentry
diff --git a/app-crypt/pinentry/pinentry-0.8.1.ebuild b/app-crypt/pinentry/pinentry-0.8.1.ebuild
index ae28c7454584..e6c7b0e842ef 100644
--- a/app-crypt/pinentry/pinentry-0.8.1.ebuild
+++ b/app-crypt/pinentry/pinentry-0.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.3 2011/08/26 15:18:08 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.4 2012/02/18 18:58:11 grobian Exp $
EAPI=3
@@ -80,7 +80,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- rm -f "${D}"/usr/bin/pinentry || die
+ rm -f "${ED}"/usr/bin/pinentry || die
}
pkg_postinst() {