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 | f3b215f435c176f11070187f3f3016b5d7616050 (patch) | |
tree | b4c3b3ee658431734efbbb579f6ae19b6589c450 /app-crypt/seahorse | |
parent | add a few more KEYWORDS (diff) | |
download | historical-f3b215f435c176f11070187f3f3016b5d7616050.tar.gz historical-f3b215f435c176f11070187f3f3016b5d7616050.tar.bz2 historical-f3b215f435c176f11070187f3f3016b5d7616050.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/seahorse-0.5.0.ebuild | 14 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-0.6.2.ebuild | 20 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-0.6.3.ebuild | 13 |
3 files changed, 18 insertions, 29 deletions
diff --git a/app-crypt/seahorse/seahorse-0.5.0.ebuild b/app-crypt/seahorse/seahorse-0.5.0.ebuild index dcdd1e40dcc3..e6895a69251a 100644 --- a/app-crypt/seahorse/seahorse-0.5.0.ebuild +++ b/app-crypt/seahorse/seahorse-0.5.0.ebuild @@ -1,28 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.22 2004/04/26 15:52:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.23 2004/05/31 20:34:34 vapier Exp $ DESCRIPTION="gnome front end to gnupg" -SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" HOMEPAGE="http://seahorse.sourceforge.net/" +SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/x11 >=app-crypt/gnupg-1.0.4 >=gnome-base/gnome-libs-1.4.1.2-r1" -src_compile() { - econf || die "econf failed" - emake || die -} - src_install() { make DESTDIR=${D} \ localedir=${D}/usr/share/locale \ gnulocaledir=${D}/usr/share/locale install || die - dodoc AUTHORS COPYING ChangeLog NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README TODO } diff --git a/app-crypt/seahorse/seahorse-0.6.2.ebuild b/app-crypt/seahorse/seahorse-0.6.2.ebuild index 8fb5b2433563..e7773f6d66d1 100644 --- a/app-crypt/seahorse/seahorse-0.6.2.ebuild +++ b/app-crypt/seahorse/seahorse-0.6.2.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/seahorse/seahorse-0.6.2.ebuild,v 1.8 2004/04/26 15:52:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.2.ebuild,v 1.9 2004/05/31 20:34:34 vapier Exp $ -IUSE="" DESCRIPTION="gnome front end to gnupg" -SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" HOMEPAGE="http://seahorse.sourceforge.net/" +SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc ~ppc" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc" +IUSE="" RDEPEND="virtual/x11 >=app-crypt/gnupg-1.2.0 @@ -17,16 +17,10 @@ RDEPEND="virtual/x11 >=x11-libs/gtk+-2* >=gnome-base/libgnome-2* >=app-text/scrollkeeper-0.3*" - DEPEND="${RDEPEND} dev-util/pkgconfig" -src_compile() { - econf || die "econf failed" - emake || die "parallel make failed" -} - src_install() { - einstall - dodoc AUTHORS COPYING* ChangeLog NEWS README TODO THANKS + einstall || die + dodoc AUTHORS ChangeLog NEWS README TODO THANKS } diff --git a/app-crypt/seahorse/seahorse-0.6.3.ebuild b/app-crypt/seahorse/seahorse-0.6.3.ebuild index 41da5a060eaa..e9e0295d5268 100644 --- a/app-crypt/seahorse/seahorse-0.6.3.ebuild +++ b/app-crypt/seahorse/seahorse-0.6.3.ebuild @@ -1,26 +1,25 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.3.ebuild,v 1.6 2004/05/26 21:53:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.3.ebuild,v 1.7 2004/05/31 20:34:34 vapier Exp $ inherit gnome2 -IUSE="" DESCRIPTION="gnome front end to gnupg" -SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" HOMEPAGE="http://seahorse.sourceforge.net/" +SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ~ppc ~amd64" +SLOT="0" +KEYWORDS="x86 ~ppc sparc ~amd64" +IUSE="" RDEPEND="virtual/x11 >=app-crypt/gnupg-1.2.0 =app-crypt/gpgme-0.3.14 >=gnome-base/libgnomeui-2 >=gnome-base/libglade-2" - DEPEND="${RDEPEND} >=app-text/scrollkeeper-0.3 dev-util/pkgconfig" -DOCS="AUTHORS COPYING* ChangeLog NEWS README TODO THANKS" +DOCS="AUTHORS ChangeLog NEWS README TODO THANKS" |