diff options
author | 2009-01-13 22:53:46 +0000 | |
---|---|---|
committer | 2009-01-13 22:53:46 +0000 | |
commit | 7a0e46286980b792e3ae72daefc7693a963364d5 (patch) | |
tree | 369a6a06452d4d10b71465227699df2549b1c499 /kde-base/kstartupconfig | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-7a0e46286980b792e3ae72daefc7693a963364d5.tar.gz gentoo-2-7a0e46286980b792e3ae72daefc7693a963364d5.tar.bz2 gentoo-2-7a0e46286980b792e3ae72daefc7693a963364d5.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kstartupconfig')
-rw-r--r-- | kde-base/kstartupconfig/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kstartupconfig/kstartupconfig-4.1.4.ebuild | 12 |
2 files changed, 20 insertions, 2 deletions
diff --git a/kde-base/kstartupconfig/ChangeLog b/kde-base/kstartupconfig/ChangeLog index 8e4ff7131c58..b388851fa7e0 100644 --- a/kde-base/kstartupconfig/ChangeLog +++ b/kde-base/kstartupconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kstartupconfig -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/ChangeLog,v 1.13 2008/11/16 08:05:10 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/ChangeLog,v 1.14 2009/01/13 22:53:46 alexxy Exp $ + +*kstartupconfig-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kstartupconfig-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kstartupconfig-4.1.3.ebuild: diff --git a/kde-base/kstartupconfig/kstartupconfig-4.1.4.ebuild b/kde-base/kstartupconfig/kstartupconfig-4.1.4.ebuild new file mode 100644 index 000000000000..adefa4afe0f7 --- /dev/null +++ b/kde-base/kstartupconfig/kstartupconfig-4.1.4.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.1.4.ebuild,v 1.1 2009/01/13 22:53:46 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" |