summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-10-18 06:31:23 +0000
committerNick Hadaway <raker@gentoo.org>2003-10-18 06:31:23 +0000
commitd509b9ae4f7adb14c9242c2d9cb26d2bd4d9669c (patch)
treed8ad94ed720d4fdcf30df6088d15d236950263fe /x11-misc
parentVersion bump. fixes a password file length bug. now hosted on sourceforge. (diff)
downloadgentoo-2-d509b9ae4f7adb14c9242c2d9cb26d2bd4d9669c.tar.gz
gentoo-2-d509b9ae4f7adb14c9242c2d9cb26d2bd4d9669c.tar.bz2
gentoo-2-d509b9ae4f7adb14c9242c2d9cb26d2bd4d9669c.zip
Version bump. fixes a password file length bug. now hosted on sourceforge.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gpasman/ChangeLog8
-rw-r--r--x11-misc/gpasman/Manifest4
-rw-r--r--x11-misc/gpasman/files/digest-gpasman-1.3.11
-rw-r--r--x11-misc/gpasman/gpasman-1.3.1.ebuild20
4 files changed, 30 insertions, 3 deletions
diff --git a/x11-misc/gpasman/ChangeLog b/x11-misc/gpasman/ChangeLog
index 699fc7a44b24..643760dc8781 100644
--- a/x11-misc/gpasman/ChangeLog
+++ b/x11-misc/gpasman/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/gpasman
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/ChangeLog,v 1.4 2003/02/12 09:28:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/ChangeLog,v 1.5 2003/10/18 06:31:18 raker Exp $
+
+*gpasman-1.3.1 (18 Oct 2003)
+
+ 18 Oct 2003; Nick Hadaway <raker@gentoo.org> gpasman-1.3.1.ebuild:
+ Version bump. Fixes a bug related to long password files.
+ Changed download location to the sourceforge site.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-misc/gpasman/Manifest b/x11-misc/gpasman/Manifest
index 61eaef6143d5..47b6ae644798 100644
--- a/x11-misc/gpasman/Manifest
+++ b/x11-misc/gpasman/Manifest
@@ -1,5 +1,5 @@
-MD5 c09433bce1343376f86321835aad00a2 gpasman-1.3.1.ebuild 563
+MD5 eebd2654b12f860cc3b56e6e4164a76c gpasman-1.3.1.ebuild 559
MD5 6cbf801bd8c896ae1a1c7869f46a88e3 gpasman-1.3.0.ebuild 662
-MD5 aef53e9c8c1a4b91e72dd9a694085af6 ChangeLog 486
+MD5 20c5acd664afaf788bf0b13d27cf57ae ChangeLog 699
MD5 551dc7143c7dabb147a35b9a24f7db0d files/digest-gpasman-1.3.0 64
MD5 cab118aa7025c2aacadfbced1b28a0b4 files/digest-gpasman-1.3.1 64
diff --git a/x11-misc/gpasman/files/digest-gpasman-1.3.1 b/x11-misc/gpasman/files/digest-gpasman-1.3.1
new file mode 100644
index 000000000000..72138eabdea4
--- /dev/null
+++ b/x11-misc/gpasman/files/digest-gpasman-1.3.1
@@ -0,0 +1 @@
+MD5 9431d9d06ac982a98b58efeedc0a6956 gpasman-1.3.1.tar.gz 47426
diff --git a/x11-misc/gpasman/gpasman-1.3.1.ebuild b/x11-misc/gpasman/gpasman-1.3.1.ebuild
new file mode 100644
index 000000000000..ce4e48227453
--- /dev/null
+++ b/x11-misc/gpasman/gpasman-1.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.1.ebuild,v 1.1 2003/10/18 06:31:18 raker Exp $
+
+DESCRIPTION="Gpasman: GTK Password manager"
+SRC_URI="http://gpasman.sourceforge.net/files/${P}.tar.gz"
+HOMEPAGE="http://gpasman.sourceforge.net"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+
+src_install() {
+ dodir /usr/bin
+ emake prefix=${D}/usr install
+
+ dodoc ChangeLog AUTHORS README BUGS NEWS
+}