diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 17:34:29 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 17:34:29 +0000 |
commit | 4e7b83bf46b904a2ed56bc48f2fcc2ed942d1c9f (patch) | |
tree | 5589243ce22c9ca7fa0ae842a8df04b5358f098a /kde-base/kolourpaint | |
parent | Bump shiny new KDE 4.2.0 (diff) | |
download | gentoo-2-4e7b83bf46b904a2ed56bc48f2fcc2ed942d1c9f.tar.gz gentoo-2-4e7b83bf46b904a2ed56bc48f2fcc2ed942d1c9f.tar.bz2 gentoo-2-4e7b83bf46b904a2ed56bc48f2fcc2ed942d1c9f.zip |
Bump shiny new KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kolourpaint')
-rw-r--r-- | kde-base/kolourpaint/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kolourpaint/kolourpaint-4.2.0.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kolourpaint/ChangeLog b/kde-base/kolourpaint/ChangeLog index dc28e8f1484c..74a4507ff28d 100644 --- a/kde-base/kolourpaint/ChangeLog +++ b/kde-base/kolourpaint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kolourpaint # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.102 2009/01/14 15:18:17 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.103 2009/01/27 17:34:29 alexxy Exp $ + +*kolourpaint-4.2.0 (27 Jan 2009) + + 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kolourpaint-4.2.0.ebuild: + Bump KDE-4.2.0 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kolourpaint-4.1.2.ebuild, -kolourpaint-4.1.3.ebuild: diff --git a/kde-base/kolourpaint/kolourpaint-4.2.0.ebuild b/kde-base/kolourpaint/kolourpaint-4.2.0.ebuild new file mode 100644 index 000000000000..566c02c4b664 --- /dev/null +++ b/kde-base/kolourpaint/kolourpaint-4.2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-4.2.0.ebuild,v 1.1 2009/01/27 17:34:29 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="Paint Program for KDE" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" +LICENSE="BSD LGPL-2" + +DEPEND="kde-base/qimageblitz" +RDEPEND="${DEPEND}" |