summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2014-05-09 22:52:56 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2014-05-09 22:52:56 +0000
commitd94b924d81d93899577895de9661f718cf3196a9 (patch)
treec5ff275c366be93015c5fa1524a4a50747f228c2 /app-admin/pass
parentImport from sunrise/science, close bug #410713 (diff)
downloadgentoo-2-d94b924d81d93899577895de9661f718cf3196a9.tar.gz
gentoo-2-d94b924d81d93899577895de9661f718cf3196a9.tar.bz2
gentoo-2-d94b924d81d93899577895de9661f718cf3196a9.zip
Elisp dies anyway
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'app-admin/pass')
-rw-r--r--app-admin/pass/ChangeLog6
-rw-r--r--app-admin/pass/pass-1.6.1-r1.ebuild6
-rw-r--r--app-admin/pass/pass-9999.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/app-admin/pass/ChangeLog b/app-admin/pass/ChangeLog
index 02aa44b34fe4..5d8d57261cdf 100644
--- a/app-admin/pass/ChangeLog
+++ b/app-admin/pass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/pass
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.22 2014/05/09 12:10:53 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.23 2014/05/09 22:52:56 zx2c4 Exp $
+
+ 09 May 2014; Jason A. Donenfeld <zx2c4@gentoo.org> pass-1.6.1-r1.ebuild,
+ pass-9999.ebuild:
+ Elisp dies anyway
09 May 2014; Jason A. Donenfeld <zx2c4@gentoo.org> metadata.xml,
pass-1.6.1-r1.ebuild, pass-9999.ebuild:
diff --git a/app-admin/pass/pass-1.6.1-r1.ebuild b/app-admin/pass/pass-1.6.1-r1.ebuild
index aacd5aa67e1b..fbce0ca3efcc 100644
--- a/app-admin/pass/pass-1.6.1-r1.ebuild
+++ b/app-admin/pass/pass-1.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.1-r1.ebuild,v 1.4 2014/05/09 12:10:53 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.1-r1.ebuild,v 1.5 2014/05/09 22:52:55 zx2c4 Exp $
EAPI=4
@@ -51,8 +51,8 @@ src_install() {
use dmenu && dobin contrib/dmenu/passmenu
newbashcomp src/completion/pass.bash-completion pass
if use emacs; then
- elisp-install ${PN} contrib/emacs/*.el || die
- elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die
+ elisp-install ${PN} contrib/emacs/*.el
+ elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
fi
if use importers; then
exeinto /usr/share/${PN}/importers
diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild
index 135c23db4aaa..a512616d60fd 100644
--- a/app-admin/pass/pass-9999.ebuild
+++ b/app-admin/pass/pass-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v 1.15 2014/05/09 12:10:53 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v 1.16 2014/05/09 22:52:55 zx2c4 Exp $
EAPI=4
@@ -51,8 +51,8 @@ src_install() {
use dmenu && dobin contrib/dmenu/passmenu
newbashcomp src/completion/pass.bash-completion pass
if use emacs; then
- elisp-install ${PN} contrib/emacs/*.el || die
- elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die
+ elisp-install ${PN} contrib/emacs/*.el
+ elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
fi
if use importers; then
exeinto /usr/share/${PN}/importers