diff options
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/libkscan/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkscan/libkscan-4.0.2.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/libkscan/ChangeLog b/kde-base/libkscan/ChangeLog index 4af479ce006f..bb0aecf2b3b1 100644 --- a/kde-base/libkscan/ChangeLog +++ b/kde-base/libkscan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkscan # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkscan/ChangeLog,v 1.79 2008/02/20 23:32:09 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkscan/ChangeLog,v 1.80 2008/03/11 00:01:05 philantrop Exp $ + +*libkscan-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +libkscan-4.0.2.ebuild: + Version bump to KDE 4.0.2 *libkscan-3.5.9 (20 Feb 2008) diff --git a/kde-base/libkscan/libkscan-4.0.2.ebuild b/kde-base/libkscan/libkscan-4.0.2.ebuild new file mode 100644 index 000000000000..3fc54d82b771 --- /dev/null +++ b/kde-base/libkscan/libkscan-4.0.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkscan/libkscan-4.0.2.ebuild,v 1.1 2008/03/11 00:01:05 philantrop Exp $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4-meta + +DESCRIPTION="KDE scanner library" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND=" + kde-base/qimageblitz + media-gfx/sane-backends" +RDEPEND="${DEPEND}" |