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 | 5ec9629a9e75a18e3c2c628a4b43adb81feea54d (patch) | |
tree | 15d3dcb9a570394a7b5abd2ae412e07288ebee4d /x11-misc | |
parent | Initial commit - a password manager for KDE. It's in x11-libs because gpasma... (diff) | |
download | gentoo-2-5ec9629a9e75a18e3c2c628a4b43adb81feea54d.tar.gz gentoo-2-5ec9629a9e75a18e3c2c628a4b43adb81feea54d.tar.bz2 gentoo-2-5ec9629a9e75a18e3c2c628a4b43adb81feea54d.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')
-rw-r--r-- | x11-misc/kpasman/ChangeLog | 10 | ||||
-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 |
4 files changed, 29 insertions, 1 deletions
diff --git a/x11-misc/kpasman/ChangeLog b/x11-misc/kpasman/ChangeLog new file mode 100644 index 000000000000..c9343b2d46bb --- /dev/null +++ b/x11-misc/kpasman/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/qt +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kpasman/ChangeLog,v 1.1 2003/05/29 03:02:43 caleb Exp $ + +*kpasman-0.2 (28 May 2003) + + 28 May 2003; Caleb Tennis <caleb@gentoo.org> Manifest, kpasman-0.2.ebuid: + New ebuild, thanks to Markus Wagner. Closes bug #11354 + + 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 + |