diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:50:33 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:50:33 +0000 |
commit | f5376dac5df1af7045af3d8833616dfce3891131 (patch) | |
tree | 29823563e925de6d422014a37d91940af951bd4f /kde-base/kdesdk-scripts | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-f5376dac5df1af7045af3d8833616dfce3891131.tar.gz gentoo-2-f5376dac5df1af7045af3d8833616dfce3891131.tar.bz2 gentoo-2-f5376dac5df1af7045af3d8833616dfce3891131.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/kdesdk-scripts')
-rw-r--r-- | kde-base/kdesdk-scripts/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kdesdk-scripts/kdesdk-scripts-4.1.4.ebuild | 13 |
2 files changed, 21 insertions, 2 deletions
diff --git a/kde-base/kdesdk-scripts/ChangeLog b/kde-base/kdesdk-scripts/ChangeLog index b9f38bc6199f..014e11b8d64b 100644 --- a/kde-base/kdesdk-scripts/ChangeLog +++ b/kde-base/kdesdk-scripts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdesdk-scripts -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.84 2008/11/16 07:26:25 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.85 2009/01/13 21:50:33 alexxy Exp $ + +*kdesdk-scripts-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kdesdk-scripts-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kdesdk-scripts-4.1.3.ebuild: diff --git a/kde-base/kdesdk-scripts/kdesdk-scripts-4.1.4.ebuild b/kde-base/kdesdk-scripts/kdesdk-scripts-4.1.4.ebuild new file mode 100644 index 000000000000..a9699583148b --- /dev/null +++ b/kde-base/kdesdk-scripts/kdesdk-scripts-4.1.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.1.4.ebuild,v 1.1 2009/01/13 21:50:33 alexxy Exp $ + +EAPI="2" + +KMNAME=kdesdk +KMMODULE="scripts" +inherit kde4-meta + +DESCRIPTION="Kdesdk Scripts - Some useful scripts for the development of applications" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" |