diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:59:17 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:59:17 +0000 |
commit | 87a6daecc6d45dcf0ccaef5676904007e44f5b64 (patch) | |
tree | ada9c511c3f89a4f63dda1180a0b48f944bc6265 /kde-base/kmag | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-87a6daecc6d45dcf0ccaef5676904007e44f5b64.tar.gz gentoo-2-87a6daecc6d45dcf0ccaef5676904007e44f5b64.tar.bz2 gentoo-2-87a6daecc6d45dcf0ccaef5676904007e44f5b64.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kmag')
-rw-r--r-- | kde-base/kmag/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmag/kmag-4.4.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kmag/ChangeLog b/kde-base/kmag/ChangeLog index 863b97deaf1a..e11b54aaf50e 100644 --- a/kde-base/kmag/ChangeLog +++ b/kde-base/kmag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmag # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmag/ChangeLog,v 1.142 2010/03/31 22:47:24 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmag/ChangeLog,v 1.143 2010/05/03 20:59:17 alexxy Exp $ + +*kmag-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +kmag-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kmag-4.3.4.ebuild, -kmag-4.4.0.ebuild: diff --git a/kde-base/kmag/kmag-4.4.3.ebuild b/kde-base/kmag/kmag-4.4.3.ebuild new file mode 100644 index 000000000000..4d7e6e5b614b --- /dev/null +++ b/kde-base/kmag/kmag-4.4.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmag/kmag-4.4.3.ebuild,v 1.1 2010/05/03 20:59:17 alexxy Exp $ + +EAPI="3" + +KMNAME="kdeaccessibility" +inherit kde4-meta + +DESCRIPTION="KDE screen magnifier" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |