summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-03-26 20:48:40 +0000
committerUlrich Müller <ulm@gentoo.org>2007-03-26 20:48:40 +0000
commit4a644a9ac2e6f67cd521fccf4b27f401e2794dfa (patch)
tree10a627c7d0f8d9c3fcfbac010e9697af425eb69f /app-emacs/bbdb/bbdb-2.35.ebuild
parentKeywords sorted. (diff)
downloademacs-4a644a9ac2e6f67cd521fccf4b27f401e2794dfa.tar.gz
emacs-4a644a9ac2e6f67cd521fccf4b27f401e2794dfa.tar.bz2
emacs-4a644a9ac2e6f67cd521fccf4b27f401e2794dfa.zip
An approach for fixing bug #156038.
svn path=/emacs-overlay/; revision=175
Diffstat (limited to 'app-emacs/bbdb/bbdb-2.35.ebuild')
-rw-r--r--app-emacs/bbdb/bbdb-2.35.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-emacs/bbdb/bbdb-2.35.ebuild b/app-emacs/bbdb/bbdb-2.35.ebuild
index 0ae3a86..ce3c4dc 100644
--- a/app-emacs/bbdb/bbdb-2.35.ebuild
+++ b/app-emacs/bbdb/bbdb-2.35.ebuild
@@ -13,11 +13,10 @@ SRC_URI="http://bbdb.sourceforge.net/${P}.tar.gz
LICENSE="GPL-2 as-is"
SLOT="0"
KEYWORDS="-*"
-IUSE="crypt tetex"
+IUSE="tetex"
DEPEND="virtual/emacs"
RDEPEND="${DEPEND}
- crypt? ( app-emacs/mailcrypt )
tetex? ( virtual/tetex )"
SITEFILE=50bbdb-gentoo.el
@@ -30,12 +29,6 @@ src_unpack() {
bits/bbdb-mail-folders.el || die "sed failed"
sed -i -e '/^;/,$!d' bits/bbdb-sort-mailrc.el || die "sed failed"
cp ${DISTDIR}/{dates,point-at}.el bits
-
- if ! use crypt; then
- rm bits/bbdb-pgp.el
- elog "Excluding bits/bbdb-pgp.el because the \"crypt\" USE flag"
- elog "was not specified."
- fi
}
src_compile() {
@@ -66,6 +59,13 @@ src_install() {
pkg_postinst() {
elisp-site-regen
use tetex && texconfig rehash
+
+ echo
+ elog "If you use encryption or signing, you may specify the encryption"
+ elog "method by customising variable \"bbdb/pgp-method\". For details,"
+ elog "see the documentation of this variable. Depending on the Emacs"
+ elog "version, installation of additional packages like app-emacs/gnus"
+ elog "or app-emacs/mailcrypt may be required."
}
pkg_postrm() {