diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-10-18 06:31:23 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-10-18 06:31:23 +0000 |
commit | 115c8ad1b9452f9d9563581941956ad4bd9c7688 (patch) | |
tree | 306ec44e79c4d3c7baa357b4909ce50a97e4206c /x11-misc/gpasman | |
parent | Version bump. fixes a password file length bug. now hosted on sourceforge. (diff) | |
download | historical-115c8ad1b9452f9d9563581941956ad4bd9c7688.tar.gz historical-115c8ad1b9452f9d9563581941956ad4bd9c7688.tar.bz2 historical-115c8ad1b9452f9d9563581941956ad4bd9c7688.zip |
Version bump. fixes a password file length bug. now hosted on sourceforge.
Diffstat (limited to 'x11-misc/gpasman')
-rw-r--r-- | x11-misc/gpasman/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/gpasman/files/digest-gpasman-1.3.1 | 1 | ||||
-rw-r--r-- | x11-misc/gpasman/gpasman-1.3.1.ebuild | 20 |
3 files changed, 23 insertions, 2 deletions
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 +} |