diff options
author | 2008-05-16 00:05:22 +0000 | |
---|---|---|
committer | 2008-05-16 00:05:22 +0000 | |
commit | 60f5b27051cfc3a2faa83e240475839410935fa9 (patch) | |
tree | b7e9d1f5ec2022965e9d3449f0e4d8b285e16d91 /kde-base/kolourpaint | |
parent | Added KDE 4.0.4 version of kolf. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-60f5b27051cfc3a2faa83e240475839410935fa9.tar.gz historical-60f5b27051cfc3a2faa83e240475839410935fa9.tar.bz2 historical-60f5b27051cfc3a2faa83e240475839410935fa9.zip |
Added KDE 4.0.4 version of kolourpaint. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kolourpaint')
-rw-r--r-- | kde-base/kolourpaint/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kolourpaint/kolourpaint-4.0.4.ebuild | 16 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kolourpaint/ChangeLog b/kde-base/kolourpaint/ChangeLog index dce609d7eef0..a8489af99143 100644 --- a/kde-base/kolourpaint/ChangeLog +++ b/kde-base/kolourpaint/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kolourpaint # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.90 2008/05/14 17:57:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.91 2008/05/16 00:05:22 ingmar Exp $ + +*kolourpaint-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +kolourpaint-4.0.4.ebuild: + Added KDE 4.0.4 version of kolourpaint. Thanks to Jorge Manuel B. S. + Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> kolourpaint-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kolourpaint/kolourpaint-4.0.4.ebuild b/kde-base/kolourpaint/kolourpaint-4.0.4.ebuild new file mode 100644 index 000000000000..d5b55dc5dee8 --- /dev/null +++ b/kde-base/kolourpaint/kolourpaint-4.0.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-4.0.4.ebuild,v 1.1 2008/05/16 00:05:22 ingmar Exp $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4-meta eutils + +DESCRIPTION="Paint Program for KDE" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" +LICENSE="BSD LGPL-2" + +DEPEND="kde-base/qimageblitz" +RDEPEND="${DEPEND}" |