diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 22:21:22 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 22:21:22 +0000 |
commit | 7795a75137539813f2277ade7bd1c0e53ecf0c80 (patch) | |
tree | ed9d00492bf16b101e924dd77a1f6f4f99cccdef /kde-base/kstartupconfig | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-7795a75137539813f2277ade7bd1c0e53ecf0c80.tar.gz gentoo-2-7795a75137539813f2277ade7bd1c0e53ecf0c80.tar.bz2 gentoo-2-7795a75137539813f2277ade7bd1c0e53ecf0c80.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kstartupconfig')
-rw-r--r-- | kde-base/kstartupconfig/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kstartupconfig/kstartupconfig-4.2.1.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kstartupconfig/ChangeLog b/kde-base/kstartupconfig/ChangeLog index 206a6c1f3cd2..c4e56f21774c 100644 --- a/kde-base/kstartupconfig/ChangeLog +++ b/kde-base/kstartupconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kstartupconfig # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/ChangeLog,v 1.18 2009/02/17 14:12:04 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/ChangeLog,v 1.19 2009/03/04 22:21:22 alexxy Exp $ + +*kstartupconfig-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kstartupconfig-4.2.1.ebuild: + Bump KDE 4.2.1 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstartupconfig-4.1.4.ebuild: diff --git a/kde-base/kstartupconfig/kstartupconfig-4.2.1.ebuild b/kde-base/kstartupconfig/kstartupconfig-4.2.1.ebuild new file mode 100644 index 000000000000..25946270d4cc --- /dev/null +++ b/kde-base/kstartupconfig/kstartupconfig-4.2.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/kstartupconfig-4.2.1.ebuild,v 1.1 2009/03/04 22:21:22 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" |