diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:42:59 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:42:59 +0000 |
commit | 4abab6e9fc609cc1e601fb9c6f00f8873726dbcc (patch) | |
tree | 6dfcbfcf958258e93214560f891c3ba1a057513c /kde-base/svgpart | |
parent | added warning about the boot option going from nox to gentoo=nox (diff) | |
download | gentoo-2-4abab6e9fc609cc1e601fb9c6f00f8873726dbcc.tar.gz gentoo-2-4abab6e9fc609cc1e601fb9c6f00f8873726dbcc.tar.bz2 gentoo-2-4abab6e9fc609cc1e601fb9c6f00f8873726dbcc.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/svgpart')
-rw-r--r-- | kde-base/svgpart/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/svgpart/svgpart-4.3.2.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/svgpart/ChangeLog b/kde-base/svgpart/ChangeLog index 3128618cd886..5edb2fe34377 100644 --- a/kde-base/svgpart/ChangeLog +++ b/kde-base/svgpart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/svgpart # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/ChangeLog,v 1.31 2009/09/01 16:30:28 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/ChangeLog,v 1.32 2009/10/06 20:42:59 alexxy Exp $ + +*svgpart-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +svgpart-4.3.2.ebuild: + Version bump *svgpart-4.3.1 (01 Sep 2009) diff --git a/kde-base/svgpart/svgpart-4.3.2.ebuild b/kde-base/svgpart/svgpart-4.3.2.ebuild new file mode 100644 index 000000000000..aa4f2ab5adde --- /dev/null +++ b/kde-base/svgpart/svgpart-4.3.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/svgpart/svgpart-4.3.2.ebuild,v 1.1 2009/10/06 20:42:59 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="Svgpart is a kpart for viewing SVGs" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" |