diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 11:25:43 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 11:25:43 +0000 |
commit | 6d39a1a7e36eb5b6227cc3385ebe0693ab363d66 (patch) | |
tree | c7b9c4bba3cbee84e92c0f66aab6ee2d28504842 /kde-base/kolourpaint | |
parent | alpha/ia64 stable wrt #170220 (diff) | |
download | historical-6d39a1a7e36eb5b6227cc3385ebe0693ab363d66.tar.gz historical-6d39a1a7e36eb5b6227cc3385ebe0693ab363d66.tar.bz2 historical-6d39a1a7e36eb5b6227cc3385ebe0693ab363d66.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'kde-base/kolourpaint')
-rw-r--r-- | kde-base/kolourpaint/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kolourpaint/kolourpaint-4.1.2.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kolourpaint/ChangeLog b/kde-base/kolourpaint/ChangeLog index e009fde587e0..61005c344ce6 100644 --- a/kde-base/kolourpaint/ChangeLog +++ b/kde-base/kolourpaint/ChangeLog @@ -1,6 +1,12 @@ # 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.95 2008/09/13 23:59:13 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.96 2008/10/02 09:28:40 jmbsvicetto Exp $ + +*kolourpaint-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +kolourpaint-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *kolourpaint-3.5.10 (13 Sep 2008) diff --git a/kde-base/kolourpaint/kolourpaint-4.1.2.ebuild b/kde-base/kolourpaint/kolourpaint-4.1.2.ebuild new file mode 100644 index 000000000000..9fa2e3bd8639 --- /dev/null +++ b/kde-base/kolourpaint/kolourpaint-4.1.2.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.1.2.ebuild,v 1.1 2008/10/02 09:28:40 jmbsvicetto Exp $ + +EAPI="2" + +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}" |