diff options
Diffstat (limited to 'app-crypt/gringotts/gringotts-1.2.3.ebuild')
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.3.ebuild | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/app-crypt/gringotts/gringotts-1.2.3.ebuild b/app-crypt/gringotts/gringotts-1.2.3.ebuild index a4935a4c1d1f..a2e9b3900a6b 100644 --- a/app-crypt/gringotts/gringotts-1.2.3.ebuild +++ b/app-crypt/gringotts/gringotts-1.2.3.ebuild @@ -1,33 +1,22 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.3.ebuild,v 1.5 2003/03/28 12:21:13 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.3.ebuild,v 1.6 2003/04/28 23:24:14 liquidx Exp $ DESCRIPTION="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/" -IUSE="X" +IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND=">=dev-util/pkgconfig-0.12.0 - >=dev-libs/libgringotts-1.1.1 + =dev-libs/libgringotts-1.1* dev-libs/popt - >=x11-libs/gtk+-2.0.6-r1 sys-apps/textutils - X? ( x11-base/xfree )" + >=x11-libs/gtk+-2.0.6-r1" -src_compile() { - local myconf="" - - use X && myconf="--with-x" || myconf="--without-x" - - econf ${myconf} - - emake || die "Compilation failed" -} - src_install() { einstall |