diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 20:34:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 20:34:34 +0000 |
commit | 339aa359f17af50e4d17c84fef8ea323223fc90c (patch) | |
tree | e88e809cad0683849f2dbccdc45b46163a662750 /app-crypt/gringotts | |
parent | add a few more KEYWORDS (diff) | |
download | gentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.tar.gz gentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.tar.bz2 gentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r-- | app-crypt/gringotts/gringotts-0.6.2.ebuild | 16 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.7.ebuild | 12 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.8.ebuild | 13 |
3 files changed, 18 insertions, 23 deletions
diff --git a/app-crypt/gringotts/gringotts-0.6.2.ebuild b/app-crypt/gringotts/gringotts-0.6.2.ebuild index 2819973e2eb2..fc151259ee98 100644 --- a/app-crypt/gringotts/gringotts-0.6.2.ebuild +++ b/app-crypt/gringotts/gringotts-0.6.2.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 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.7 2004/04/26 15:42:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.2.ebuild,v 1.8 2004/05/31 20:34:34 vapier Exp $ -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" +DESCRIPTION="utility that allows you to jot down sensitive data" HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/" +SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND=">=dev-libs/glib-2.0.6-r1 >=x11-libs/gtk+-2.0.6-r1 @@ -18,12 +19,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.17 >=dev-util/pkgconfig-0.12.0" -src_compile() { - econf || die "econf failed" - emake || die -} - src_install() { make DESTDIR=${D} install || die - dodoc COPYING ChangeLog README AUTHORS + dodoc ChangeLog README AUTHORS } diff --git a/app-crypt/gringotts/gringotts-1.2.7.ebuild b/app-crypt/gringotts/gringotts-1.2.7.ebuild index 2f158a8a6e95..0613ce7447ab 100644 --- a/app-crypt/gringotts/gringotts-1.2.7.ebuild +++ b/app-crypt/gringotts/gringotts-1.2.7.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 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.7.ebuild,v 1.3 2004/01/25 12:30:28 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.7.ebuild,v 1.4 2004/05/31 20:34:34 vapier 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/" +SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" -IUSE="" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND=">=dev-util/pkgconfig-0.12.0 >=dev-libs/libgringotts-1.2.0 @@ -18,11 +18,11 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 sys-apps/textutils" src_install() { - einstall + einstall || die # The FAQ and README documents shouldn't be gzip'd, as they need to be # available in plain format when they are called from the `Help' menu. # # dodoc FAQ README - dodoc AUTHORS BUGS ChangeLog COPYING TODO + dodoc AUTHORS BUGS ChangeLog TODO } diff --git a/app-crypt/gringotts/gringotts-1.2.8.ebuild b/app-crypt/gringotts/gringotts-1.2.8.ebuild index 1b4d9e902346..a036672990ae 100644 --- a/app-crypt/gringotts/gringotts-1.2.8.ebuild +++ b/app-crypt/gringotts/gringotts-1.2.8.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2004 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.8.ebuild,v 1.3 2004/05/27 14:52:44 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8.ebuild,v 1.4 2004/05/31 20:34:34 vapier 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/" -LICENSE="GPL-2" +SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" -IUSE="" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~amd64" +IUSE="" RDEPEND=">=dev-libs/libgringotts-1.2 >=x11-libs/gtk+-2 dev-libs/popt" - DEPEND="${RDEPEND} sys-devel/gettext dev-util/pkgconfig" @@ -28,11 +27,11 @@ src_unpack() { } src_install() { - einstall + einstall || die # The FAQ and README documents shouldn't be gzip'd, as they need to be # available in plain format when they are called from the `Help' menu. # # dodoc FAQ README - dodoc AUTHORS BUGS ChangeLog COPYING TODO + dodoc AUTHORS BUGS ChangeLog TODO } |