diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:22:26 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:22:26 +0000 |
commit | ce9d233d9b6381b6a908013693a243c8af70b3d8 (patch) | |
tree | ad53a6a16e8d9e2fb294dde8e759acc1ad7306a1 /kde-base/kdepasswd | |
parent | Added KDE 4.0.4 version of kdenetwork-meta. Thanks to Jorge Manuel B. S. Vice... (diff) | |
download | historical-ce9d233d9b6381b6a908013693a243c8af70b3d8.tar.gz historical-ce9d233d9b6381b6a908013693a243c8af70b3d8.tar.bz2 historical-ce9d233d9b6381b6a908013693a243c8af70b3d8.zip |
Added KDE 4.0.4 version of kdepasswd. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r-- | kde-base/kdepasswd/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-4.0.4.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index 59a7a04b473c..c8f6b07f528f 100644 --- a/kde-base/kdepasswd/ChangeLog +++ b/kde-base/kdepasswd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdepasswd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.95 2008/05/15 12:34:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.96 2008/05/15 23:22:26 ingmar Exp $ + +*kdepasswd-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kdepasswd-4.0.4.ebuild: + Added KDE 4.0.4 version of kdepasswd. Thanks to Jorge Manuel B. S. + Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> kdepasswd-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kdepasswd/kdepasswd-4.0.4.ebuild b/kde-base/kdepasswd/kdepasswd-4.0.4.ebuild new file mode 100644 index 000000000000..fe2822988ec7 --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-4.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-4.0.4.ebuild,v 1.1 2008/05/15 23:22:26 ingmar Exp $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} + +inherit kde4-meta + +DESCRIPTION="KDE GUI for passwd" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" +RDEPEND="${DEPEND} + >=kde-base/kdesu-${PV}:${SLOT}" + +KMLOADLIBS="libkonq" |