summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Maitin-Shepard <jbms@gentoo.org>2003-12-04 23:58:42 +0000
committerJeremy Maitin-Shepard <jbms@gentoo.org>2003-12-04 23:58:42 +0000
commitaa6a5d8c2d71beaee46ee1530b72e4fd2920045e (patch)
treef555f72758ef14db4a84576ff2930a80a938b200 /app-emacs/bbdb
parentbits/bbdb-pgp.el is excluded if crypt USE flag is not specified. (diff)
downloadhistorical-aa6a5d8c2d71beaee46ee1530b72e4fd2920045e.tar.gz
historical-aa6a5d8c2d71beaee46ee1530b72e4fd2920045e.tar.bz2
historical-aa6a5d8c2d71beaee46ee1530b72e4fd2920045e.zip
bits/bbdb-pgp.el is excluded if crypt USE flag is not specified.
Diffstat (limited to 'app-emacs/bbdb')
-rw-r--r--app-emacs/bbdb/Manifest4
-rw-r--r--app-emacs/bbdb/bbdb-2.34-r1.ebuild14
2 files changed, 13 insertions, 5 deletions
diff --git a/app-emacs/bbdb/Manifest b/app-emacs/bbdb/Manifest
index 6a4f5f8207a7..44d6d4e9beb0 100644
--- a/app-emacs/bbdb/Manifest
+++ b/app-emacs/bbdb/Manifest
@@ -1,5 +1,5 @@
-MD5 8c42586b2a56e19fc5479dc423aec439 bbdb-2.34-r1.ebuild 1690
-MD5 93ddce11fc74dc7a24ae585c3e653730 ChangeLog 768
+MD5 abe7673b04929ce089fdea256c42cd60 bbdb-2.34-r1.ebuild 1689
+MD5 b835b538e928166a1269fcd07f482916 ChangeLog 767
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
MD5 59b02cf9b889543dab7e4a1d494338d0 bbdb-2.34.ebuild 897
MD5 46ff21db541c51bca257a3f9c7f39242 files/digest-bbdb-2.34 61
diff --git a/app-emacs/bbdb/bbdb-2.34-r1.ebuild b/app-emacs/bbdb/bbdb-2.34-r1.ebuild
index e3f5fdc25f41..07835744399a 100644
--- a/app-emacs/bbdb/bbdb-2.34-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-2.34-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/bbdb/bbdb-2.34-r1.ebuild,v 1.1 2003/11/08 17:45:23 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/bbdb/bbdb-2.34-r1.ebuild,v 1.2 2003/12/04 23:58:34 jbms Exp $
inherit elisp
-IUSE=""
+IUSE="crypt"
DESCRIPTION="The Big Brother Database"
HOMEPAGE="http://bbdb.sourceforge.net/"
@@ -15,7 +15,8 @@ LICENSE="GPL-2 as-is"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="virtual/emacs"
+DEPEND="virtual/emacs
+crypt? app-emacs/mailcrypt"
S="${WORKDIR}/${P}"
@@ -31,6 +32,13 @@ src_unpack() {
sed -e "0,/^Bng$/d" \
bbdb-sort-mailrc.txt > bbdb-sort-mailrc.el
cp ${DISTDIR}/{dates,point-at}.el .
+
+ if ! use crypt; then
+ rm ${S}/bits/bbdb-pgp.el
+ einfo "Excluding bits/bbdb-pgp.el because the \`crypt' USE flag was not"
+ einfo "specified."
+ fi
+
}
src_compile() {