diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 02:38:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 02:38:31 +0000 |
commit | 8a5980132f20ed31f853867ed4a29d786a50f400 (patch) | |
tree | 1d72e8ae7a5d9cd09f30ba0c74ac27c83450914b /app-crypt/gringotts | |
parent | Changed mkdir ${D} to dodir ${D} (diff) | |
download | historical-8a5980132f20ed31f853867ed4a29d786a50f400.tar.gz historical-8a5980132f20ed31f853867ed4a29d786a50f400.tar.bz2 historical-8a5980132f20ed31f853867ed4a29d786a50f400.zip |
Changed econf||die to econf
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r-- | app-crypt/gringotts/gringotts-0.5.9.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-0.6.1.ebuild | 8 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-0.6.2.ebuild | 8 |
3 files changed, 6 insertions, 17 deletions
diff --git a/app-crypt/gringotts/gringotts-0.5.9.ebuild b/app-crypt/gringotts/gringotts-0.5.9.ebuild index 545bc8687d90..f745adebf4cb 100644 --- a/app-crypt/gringotts/gringotts-0.5.9.ebuild +++ b/app-crypt/gringotts/gringotts-0.5.9.ebuild @@ -1,8 +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/gringotts/gringotts-0.5.9.ebuild,v 1.4 2002/10/04 03:57:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.5.9.ebuild,v 1.5 2002/11/30 02:33:21 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Gringotts is a utility that allows you to jot down sensitive data" SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/" @@ -17,14 +16,12 @@ RDEPEND=">=dev-libs/glib-2.0.3 >=x11-libs/gtk+-2.0.5 >=dev-libs/libmcrypt-2.4.19-r1 >=app-crypt/mhash-0.8.16" - DEPEND="${RDEPEND} >=dev-util/intltool-0.17 >=dev-util/pkgconfig-0.12.0" src_compile() { - econf || die - + econf emake || die } diff --git a/app-crypt/gringotts/gringotts-0.6.1.ebuild b/app-crypt/gringotts/gringotts-0.6.1.ebuild index 9bd7357004de..c80c7acf58f2 100644 --- a/app-crypt/gringotts/gringotts-0.6.1.ebuild +++ b/app-crypt/gringotts/gringotts-0.6.1.ebuild @@ -1,8 +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/gringotts/gringotts-0.6.1.ebuild,v 1.2 2002/10/04 03:57:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.1.ebuild,v 1.3 2002/11/30 02:33:50 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Gringotts is a utility that allows you to jot down sensitive data" SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/" @@ -15,19 +14,16 @@ RDEPEND=">=dev-libs/glib-2.0.6-r1 >=x11-libs/gtk+-2.0.6-r1 >=dev-libs/libmcrypt-2.5.1 >=app-crypt/mhash-0.8.16" - DEPEND="${RDEPEND} >=dev-util/intltool-0.17 >=dev-util/pkgconfig-0.12.0" src_compile() { - econf || die - + econf emake || die } src_install() { make DESTDIR=${D} install || die - dodoc COPYING ChangeLog README AUTHORS } diff --git a/app-crypt/gringotts/gringotts-0.6.2.ebuild b/app-crypt/gringotts/gringotts-0.6.2.ebuild index 1922677d829e..8a7bb1531b7a 100644 --- a/app-crypt/gringotts/gringotts-0.6.2.ebuild +++ b/app-crypt/gringotts/gringotts-0.6.2.ebuild @@ -1,8 +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/gringotts/gringotts-0.6.2.ebuild,v 1.2 2002/10/04 03:57:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.2.ebuild,v 1.3 2002/11/30 02:34:11 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Gringotts is a utility that allows you to jot down sensitive data" SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/" @@ -15,19 +14,16 @@ RDEPEND=">=dev-libs/glib-2.0.6-r1 >=x11-libs/gtk+-2.0.6-r1 >=dev-libs/libmcrypt-2.5.1 >=app-crypt/mhash-0.8.16" - DEPEND="${RDEPEND} >=dev-util/intltool-0.17 >=dev-util/pkgconfig-0.12.0" src_compile() { - econf || die - + econf emake || die } src_install() { make DESTDIR=${D} install || die - dodoc COPYING ChangeLog README AUTHORS } |