diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:15:34 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:15:34 +0000 |
commit | 4e4f3620df30373749a25dfb2729975a935edb60 (patch) | |
tree | 4749d77f870943b19a1829eb3a38bbe2622a3a27 /kde-base/kdepasswd | |
parent | [kde-base/khelpcenter] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-4e4f3620df30373749a25dfb2729975a935edb60.tar.gz historical-4e4f3620df30373749a25dfb2729975a935edb60.tar.bz2 historical-4e4f3620df30373749a25dfb2729975a935edb60.zip |
[kde-base/kdepasswd] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r-- | kde-base/kdepasswd/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-4.4.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index 8096de7403bd..b141190b178f 100644 --- a/kde-base/kdepasswd/ChangeLog +++ b/kde-base/kdepasswd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepasswd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.153 2010/01/25 15:24:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.154 2010/02/09 00:15:32 alexxy Exp $ + +*kdepasswd-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kdepasswd-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kdepasswd-4.3.5 (25 Jan 2010) diff --git a/kde-base/kdepasswd/kdepasswd-4.4.0.ebuild b/kde-base/kdepasswd/kdepasswd-4.4.0.ebuild new file mode 100644 index 000000000000..3766693bbcf7 --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-4.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-4.4.0.ebuild,v 1.1 2010/02/09 00:15:32 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="KDE GUI for passwd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdesu) +" + +KMLOADLIBS="libkonq" |