diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 14:08:51 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 14:08:51 +0000 |
commit | 888cd2ac292ec51a0f541164a3ff44e7f9784dd8 (patch) | |
tree | 257733a13bc34ca11a2799bbf1fcc791b235dce6 /x11-misc/kpasman | |
parent | Initial import. Ebuild submitted by archan <archanp@hotpop.com>, closing bug ... (diff) | |
download | gentoo-2-888cd2ac292ec51a0f541164a3ff44e7f9784dd8.tar.gz gentoo-2-888cd2ac292ec51a0f541164a3ff44e7f9784dd8.tar.bz2 gentoo-2-888cd2ac292ec51a0f541164a3ff44e7f9784dd8.zip |
Removed default ${S}, added IUSE.
Diffstat (limited to 'x11-misc/kpasman')
-rw-r--r-- | x11-misc/kpasman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/kpasman/kpasman-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/kpasman/ChangeLog b/x11-misc/kpasman/ChangeLog index 171392066fcd..b23ce99d4308 100644 --- a/x11-misc/kpasman/ChangeLog +++ b/x11-misc/kpasman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/kpasman # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kpasman/ChangeLog,v 1.3 2004/03/14 17:31:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kpasman/ChangeLog,v 1.4 2004/06/19 14:06:26 pyrania Exp $ + + 19 Jun 2004; <pyrania@gentoo.org> kpasman-0.2.ebuild: + Removed default ${S}, added IUSE. 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> kpasman-0.2.ebuild: inherit kde instead of deprecated kde-base diff --git a/x11-misc/kpasman/kpasman-0.2.ebuild b/x11-misc/kpasman/kpasman-0.2.ebuild index d37886eb24c0..55e1f18d976f 100644 --- a/x11-misc/kpasman/kpasman-0.2.ebuild +++ b/x11-misc/kpasman/kpasman-0.2.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 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.4 2004/03/14 17:31:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kpasman/kpasman-0.2.ebuild,v 1.5 2004/06/19 14:06:26 pyrania Exp $ inherit kde -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" +IUSE="" need-kde 3 |