diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-03-13 19:13:53 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-03-13 19:13:53 +0000 |
commit | d0cb3d82ad639105cdb9a2ff44b02f65db11f197 (patch) | |
tree | 98e7d63026737f9db6571306f3f4cf79dcbba3b2 /app-crypt/seahorse | |
parent | Marked koffice-1.2.1 ppc stable (diff) | |
download | historical-d0cb3d82ad639105cdb9a2ff44b02f65db11f197.tar.gz historical-d0cb3d82ad639105cdb9a2ff44b02f65db11f197.tar.bz2 historical-d0cb3d82ad639105cdb9a2ff44b02f65db11f197.zip |
version bump
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/seahorse/files/digest-seahorse-0.6.2 | 1 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-0.6.2.ebuild | 28 |
4 files changed, 38 insertions, 3 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index ec10a49897a3..359014a0f7c0 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/seahorse # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.7 2003/02/12 03:28:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.8 2003/03/13 19:13:53 bcowan Exp $ + +*seahorse-0.6.2 (12 Mar 2003) + + 12 Mar 2003; Brad Cowan <bcowan@gentoo.org> seahorse-0.6.2.ebuild, + files/digest-seahorse-0.6.2 : + Version bump. *seahorse-0.6.1 (01 Feb 2003) diff --git a/app-crypt/seahorse/files/digest-seahorse-0.6.2 b/app-crypt/seahorse/files/digest-seahorse-0.6.2 new file mode 100644 index 000000000000..93b98cb13a16 --- /dev/null +++ b/app-crypt/seahorse/files/digest-seahorse-0.6.2 @@ -0,0 +1 @@ +MD5 84aa6944c18e78ed9d79c7e834d85842 seahorse-0.6.2.tar.gz 609908 diff --git a/app-crypt/seahorse/seahorse-0.6.1.ebuild b/app-crypt/seahorse/seahorse-0.6.1.ebuild index 10c7828a405e..c48063a41983 100644 --- a/app-crypt/seahorse/seahorse-0.6.1.ebuild +++ b/app-crypt/seahorse/seahorse-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.1.ebuild,v 1.2 2003/02/13 06:24:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.1.ebuild,v 1.3 2003/03/13 19:13:53 bcowan Exp $ DESCRIPTION="gnome front end to gnupg" SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://seahorse.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" DEPEND="virtual/x11 >=app-crypt/gnupg-1.2.0 diff --git a/app-crypt/seahorse/seahorse-0.6.2.ebuild b/app-crypt/seahorse/seahorse-0.6.2.ebuild new file mode 100644 index 000000000000..83e03866153a --- /dev/null +++ b/app-crypt/seahorse/seahorse-0.6.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 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.1 2003/03/13 19:13:53 bcowan Exp $ + +DESCRIPTION="gnome front end to gnupg" +SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" +HOMEPAGE="http://seahorse.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc" + +DEPEND="virtual/x11 + >=app-crypt/gnupg-1.2.0 + =app-crypt/gpgme-0.3.14 + >=x11-libs/gtk+-2* + >=gnome-base/libgnome-2* + >=app-text/scrollkeeper-0.3*" + +src_compile() { + econf + emake || die +} + +src_install() { + einstall + dodoc AUTHORS COPYING* ChangeLog NEWS README TODO THANKS +} |