diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-05-29 03:02:56 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-05-29 03:02:56 +0000 |
commit | 478b9490922ef6e45e6861ec35dc7aa139b98473 (patch) | |
tree | 7863d6e197929fb5755ffc1eba3798d77ee34cb6 /x11-misc/kpasman | |
parent | Initial commit - a password manager for KDE. It's in x11-libs because gpasma... (diff) | |
download | historical-478b9490922ef6e45e6861ec35dc7aa139b98473.tar.gz historical-478b9490922ef6e45e6861ec35dc7aa139b98473.tar.bz2 historical-478b9490922ef6e45e6861ec35dc7aa139b98473.zip |
Initial commit - a password manager for KDE. It's in x11-libs because gpasman is there...dunno if that's the smartest place or not, but we'll go with it for now.
Diffstat (limited to 'x11-misc/kpasman')
-rw-r--r-- | x11-misc/kpasman/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/kpasman/files/digest-kpasman-0.2 | 1 | ||||
-rw-r--r-- | x11-misc/kpasman/kpasman-0.2.ebuild | 16 |
3 files changed, 19 insertions, 1 deletions
diff --git a/x11-misc/kpasman/Manifest b/x11-misc/kpasman/Manifest index b12219ed6177..e0a4236fbe56 100644 --- a/x11-misc/kpasman/Manifest +++ b/x11-misc/kpasman/Manifest @@ -1,2 +1,3 @@ -MD5 aec8d49c0aefc48fa38331a0f0fb6331 kpasman-0.2.ebuild 386 +MD5 63f997bf63bece64dfdcc6623f84cc21 kpasman-0.2.ebuild 482 +MD5 d6223a29710b85f2000b0ffe79042a3d ChangeLog 372 MD5 0a462a69b2c9c6fe80e5b7bdb4955929 files/digest-kpasman-0.2 63 diff --git a/x11-misc/kpasman/files/digest-kpasman-0.2 b/x11-misc/kpasman/files/digest-kpasman-0.2 new file mode 100644 index 000000000000..69958f74b1af --- /dev/null +++ b/x11-misc/kpasman/files/digest-kpasman-0.2 @@ -0,0 +1 @@ +MD5 747162f561b28643e7169459f842ee23 kpasman-0.2.tar.gz 544969 diff --git a/x11-misc/kpasman/kpasman-0.2.ebuild b/x11-misc/kpasman/kpasman-0.2.ebuild new file mode 100644 index 000000000000..07ace8c2919e --- /dev/null +++ b/x11-misc/kpasman/kpasman-0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kpasman/kpasman-0.2.ebuild,v 1.1 2003/05/29 03:02:43 caleb Exp $ + +inherit kde-base + +S=${WORKDIR}/${P} +DESCRIPTION="Kpasman is a small password manager for the K Desktop Environment" +SRC_URI="mirror://sourceforge/kpasman/${P}.tar.gz" +HOMEPAGE="http://kpasman.sourceforge.net/" + +LICENSE="GPL-2" +KEYWORDS="x86" + +need-kde 3 + |