diff options
Diffstat (limited to 'kde-base/kolourpaint')
-rw-r--r-- | kde-base/kolourpaint/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kolourpaint/kolourpaint-4.7.4.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kolourpaint/ChangeLog b/kde-base/kolourpaint/ChangeLog index 4e0b5306b917..0504801c4c7b 100644 --- a/kde-base/kolourpaint/ChangeLog +++ b/kde-base/kolourpaint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kolourpaint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.193 2011/12/07 23:07:37 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.194 2011/12/11 18:52:40 alexxy Exp $ + +*kolourpaint-4.7.4 (11 Dec 2011) + + 11 Dec 2011; Alexey Shvetsov <alexxy@gentoo.org> +kolourpaint-4.7.4.ebuild: + Version bump KDE SC 4.7.4 07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kolourpaint-4.7.2.ebuild: diff --git a/kde-base/kolourpaint/kolourpaint-4.7.4.ebuild b/kde-base/kolourpaint/kolourpaint-4.7.4.ebuild new file mode 100644 index 000000000000..f1e42c65b2b4 --- /dev/null +++ b/kde-base/kolourpaint/kolourpaint-4.7.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-4.7.4.ebuild,v 1.1 2011/12/11 18:52:40 alexxy Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KDE_SCM="git" +inherit kde4-base + +DESCRIPTION="Paint Program for KDE" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +LICENSE="BSD LGPL-2" +IUSE="debug scanner" + +DEPEND="media-libs/qimageblitz" +RDEPEND="${DEPEND} + scanner? ( kde-base/ksaneplugin )" |