summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-02-01 21:49:17 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-02-01 21:49:17 +0000
commit59a7cf8dccfd2ebe7461fdc2c73a0aec272c395c (patch)
treeae4a6b4cfb7651e10ae742c7953c09f6d413ab51 /app-crypt/seahorse
parentadded ui improving patch for gnome 2.2 (diff)
downloadhistorical-59a7cf8dccfd2ebe7461fdc2c73a0aec272c395c.tar.gz
historical-59a7cf8dccfd2ebe7461fdc2c73a0aec272c395c.tar.bz2
historical-59a7cf8dccfd2ebe7461fdc2c73a0aec272c395c.zip
version bump
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r--app-crypt/seahorse/ChangeLog8
-rw-r--r--app-crypt/seahorse/files/digest-seahorse-0.6.11
-rw-r--r--app-crypt/seahorse/seahorse-0.6.1.ebuild28
3 files changed, 36 insertions, 1 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog
index 891f7444831b..0378c0eb8821 100644
--- a/app-crypt/seahorse/ChangeLog
+++ b/app-crypt/seahorse/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-crypt/seahorse
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.5 2002/12/13 10:56:01 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.6 2003/02/01 21:49:16 bcowan Exp $
+
+*seahorse-0.6.1 (01 Feb 2003)
+
+ 01 Feb 2003; Brad Cowan <bcowan@gentoo.org> seahorse-0.6.1.ebuild,
+ files/digest-seahorse-0.6.1:
+ Version bump, now uses gtk2.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/app-crypt/seahorse/files/digest-seahorse-0.6.1 b/app-crypt/seahorse/files/digest-seahorse-0.6.1
new file mode 100644
index 000000000000..f43f92129243
--- /dev/null
+++ b/app-crypt/seahorse/files/digest-seahorse-0.6.1
@@ -0,0 +1 @@
+MD5 20e192eada7f8e3049958c8b4c06c693 seahorse-0.6.1.tar.gz 601914
diff --git a/app-crypt/seahorse/seahorse-0.6.1.ebuild b/app-crypt/seahorse/seahorse-0.6.1.ebuild
new file mode 100644
index 000000000000..b909aac0e43d
--- /dev/null
+++ b/app-crypt/seahorse/seahorse-0.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 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.1 2003/02/01 21:49:17 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
+}