summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:38:31 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:38:31 +0000
commit8a5980132f20ed31f853867ed4a29d786a50f400 (patch)
tree1d72e8ae7a5d9cd09f30ba0c74ac27c83450914b /app-crypt/gnupg
parentChanged mkdir ${D} to dodir ${D} (diff)
downloadhistorical-8a5980132f20ed31f853867ed4a29d786a50f400.tar.gz
historical-8a5980132f20ed31f853867ed4a29d786a50f400.tar.bz2
historical-8a5980132f20ed31f853867ed4a29d786a50f400.zip
Changed econf||die to econf
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r--app-crypt/gnupg/gnupg-1.2.0.ebuild12
-rw-r--r--app-crypt/gnupg/gnupg-1.2.1.ebuild12
2 files changed, 10 insertions, 14 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.0.ebuild b/app-crypt/gnupg/gnupg-1.2.0.ebuild
index 900be9a41e48..aaaa58c7c5fa 100644
--- a/app-crypt/gnupg/gnupg-1.2.0.ebuild
+++ b/app-crypt/gnupg/gnupg-1.2.0.ebuild
@@ -1,10 +1,7 @@
# Copyright 1999-2002 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.0.ebuild,v 1.2 2002/10/21 06:34:54 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.0.ebuild,v 1.3 2002/11/30 02:29:01 vapier Exp $
-IUSE="zlib ldap nls"
-
-S="${WORKDIR}/${P}"
DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
HOMEPAGE="http://www.gnupg.org/"
SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2"
@@ -12,6 +9,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~sparc64"
+IUSE="zlib ldap nls"
DEPEND="sys-devel/perl
zlib? ( sys-libs/zlib )
@@ -30,11 +28,11 @@ src_compile() {
myconf="${myconf} --enable-m-guard"
fi
- econf ${myconf} || die
- emake || make || die
+ econf ${myconf}
+ make || die
}
-src_install () {
+src_install() {
make DESTDIR="${D}" install || die
dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PROJECTS README THANKS TODO VERSION
docinto doc
diff --git a/app-crypt/gnupg/gnupg-1.2.1.ebuild b/app-crypt/gnupg/gnupg-1.2.1.ebuild
index df1739e11042..7c6039b0a056 100644
--- a/app-crypt/gnupg/gnupg-1.2.1.ebuild
+++ b/app-crypt/gnupg/gnupg-1.2.1.ebuild
@@ -1,10 +1,7 @@
# Copyright 1999-2002 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.1.ebuild,v 1.5 2002/11/10 15:29:29 doctomoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.1.ebuild,v 1.6 2002/11/30 02:29:47 vapier Exp $
-IUSE="X zlib ldap nls"
-
-S="${WORKDIR}/${P}"
DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
HOMEPAGE="http://www.gnupg.org/"
SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2"
@@ -12,6 +9,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ppc ~sparc ~sparc64"
+IUSE="X zlib ldap nls"
DEPEND="sys-devel/perl
X? ( x11-misc/xloadimage )
@@ -32,11 +30,11 @@ src_compile() {
myconf="${myconf} --enable-m-guard"
fi
- econf ${myconf} || die
- emake || make || die
+ econf ${myconf}
+ make || die
}
-src_install () {
+src_install() {
make DESTDIR="${D}" install || die
dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PROJECTS README THANKS TODO VERSION
docinto doc