diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 11:26:52 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 11:26:52 +0000 |
commit | 4630384c3f910cf93a5d118ba243e5cad8be5f6f (patch) | |
tree | 8858ba865ab6cc5afcffb7bc085794b0089b6a09 /kde-base/kolourpaint | |
parent | Bump to 3.5.5 (pre-release). (diff) | |
download | gentoo-2-4630384c3f910cf93a5d118ba243e5cad8be5f6f.tar.gz gentoo-2-4630384c3f910cf93a5d118ba243e5cad8be5f6f.tar.bz2 gentoo-2-4630384c3f910cf93a5d118ba243e5cad8be5f6f.zip |
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'kde-base/kolourpaint')
-rw-r--r-- | kde-base/kolourpaint/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kolourpaint/files/digest-kolourpaint-3.5.5 | 3 | ||||
-rw-r--r-- | kde-base/kolourpaint/kolourpaint-3.5.5.ebuild | 13 |
3 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kolourpaint/ChangeLog b/kde-base/kolourpaint/ChangeLog index b23772de2f76..0f089bb98609 100644 --- a/kde-base/kolourpaint/ChangeLog +++ b/kde-base/kolourpaint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kolourpaint # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.52 2006/09/17 22:53:12 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/ChangeLog,v 1.53 2006/10/03 11:26:52 flameeyes Exp $ + +*kolourpaint-3.5.5 (03 Oct 2006) + + 03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + +kolourpaint-3.5.5.ebuild: + Bump to 3.5.5 (pre-release). 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kolourpaint-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/kolourpaint/files/digest-kolourpaint-3.5.5 b/kde-base/kolourpaint/files/digest-kolourpaint-3.5.5 new file mode 100644 index 000000000000..7dbb38b9a877 --- /dev/null +++ b/kde-base/kolourpaint/files/digest-kolourpaint-3.5.5 @@ -0,0 +1,3 @@ +MD5 cdbe15afc01c5da7af9557e803bbb7e6 kdegraphics-3.5.5.tar.bz2 7334117 +RMD160 c6febdf8ebd67110be3f27ada4c00e148403217f kdegraphics-3.5.5.tar.bz2 7334117 +SHA256 b6706d37568686e1ca4b4bb2cf1f79c027b94a512f6fe1156b7c7b7f79336f16 kdegraphics-3.5.5.tar.bz2 7334117 diff --git a/kde-base/kolourpaint/kolourpaint-3.5.5.ebuild b/kde-base/kolourpaint/kolourpaint-3.5.5.ebuild new file mode 100644 index 000000000000..d48b1f53d0b7 --- /dev/null +++ b/kde-base/kolourpaint/kolourpaint-3.5.5.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-3.5.5.ebuild,v 1.1 2006/10/03 11:26:52 flameeyes Exp $ + +KMNAME=kdegraphics +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="Paint Program for KDE" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + |