diff options
author | 2010-03-30 20:47:00 +0000 | |
---|---|---|
committer | 2010-03-30 20:47:00 +0000 | |
commit | 439c9831fadea15f0b144b151004ca3e0c9bf206 (patch) | |
tree | 118c031ccae2419f6ef376e05427b2a0a9acae2a /kde-base/kdepasswd | |
parent | Version bump KDE 4.4.2 (diff) | |
download | gentoo-2-439c9831fadea15f0b144b151004ca3e0c9bf206.tar.gz gentoo-2-439c9831fadea15f0b144b151004ca3e0c9bf206.tar.bz2 gentoo-2-439c9831fadea15f0b144b151004ca3e0c9bf206.zip |
Version bump KDE 4.4.2
(Portage version: 2.2_rc67/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.2.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index fb462c326b00..a75d1cde56b0 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.157 2010/03/11 18:34:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.158 2010/03/30 20:47:00 spatz Exp $ + +*kdepasswd-4.4.2 (30 Mar 2010) + + 30 Mar 2010; Dror Levin <spatz@gentoo.org> +kdepasswd-4.4.2.ebuild: + Version bump 11 Mar 2010; Brent Baude <ranger@gentoo.org> kdepasswd-4.3.5.ebuild: Marking kdepasswd-4.3.5 ppc stable for bug 300393 diff --git a/kde-base/kdepasswd/kdepasswd-4.4.2.ebuild b/kde-base/kdepasswd/kdepasswd-4.4.2.ebuild new file mode 100644 index 000000000000..a7eee9345612 --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-4.4.2.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.2.ebuild,v 1.1 2010/03/30 20:47:00 spatz Exp $ + +EAPI="3" + +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" |