summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.2.3-r2.ebuild')
-rw-r--r--app-crypt/gnupg/gnupg-1.2.3-r2.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild b/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild
index 627296bd5bf4..79263dc8d197 100644
--- a/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild
+++ b/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild,v 1.1 2003/08/30 19:03:25 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild,v 1.2 2003/09/06 22:15:09 msterret Exp $
DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
HOMEPAGE="http://www.gnupg.org/"
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~alpha ~sparc"
IUSE="X zlib ldap nls"
-DEPEND="dev-lang/perl
+DEPEND="dev-lang/perl
X? ( x11-misc/xloadimage )
zlib? ( sys-libs/zlib )
ldap? ( net-nds/openldap )"
@@ -24,7 +24,7 @@ src_compile() {
myconf="${myconf} `use_enable ldap`"
myconf="${myconf} `use_enable X photo-viewers`"
myconf="${myconf} `use_with zlib included-zlib`"
-
+
# Still needed?
# Bug #6387, --enable-m-guard causes bus error on sparcs
if ! use sparc; then
@@ -39,16 +39,16 @@ src_install() {
einstall libexecdir="${D}/usr/lib/gnupg"
rm -rf "${D}/usr/share/gnupg/FAQ" "${D}/usr/share/gnupg/faq.html"
-
+
dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PROJECTS \
README THANKS TODO VERSION doc/{FAQ,HACKING,DETAILS,ChangeLog,OpenPGP,\
faq.raw}
-
+
docinto sgml
dodoc doc/*.sgml
dohtml doc/faq.html
-
+
chmod u+s "${D}/usr/bin/gpg"
}