diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:42:10 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:42:10 +0000 |
commit | e5e954fb74341336fc9145f27ca534295d5484cf (patch) | |
tree | c8c64b9a7371ed8a4d87003bba02fb89e1fcc934 /kde-base/libkscan | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-e5e954fb74341336fc9145f27ca534295d5484cf.tar.gz gentoo-2-e5e954fb74341336fc9145f27ca534295d5484cf.tar.bz2 gentoo-2-e5e954fb74341336fc9145f27ca534295d5484cf.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/libkscan')
-rw-r--r-- | kde-base/libkscan/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/libkscan/libkscan-4.0.3.ebuild | 17 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/libkscan/ChangeLog b/kde-base/libkscan/ChangeLog index b4f7e8469f12..bd8fc361684d 100644 --- a/kde-base/libkscan/ChangeLog +++ b/kde-base/libkscan/ChangeLog @@ -1,6 +1,13 @@ # 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.82 2008/03/29 01:00:03 zlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkscan/ChangeLog,v 1.83 2008/04/03 21:42:10 philantrop Exp $ + +*libkscan-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +libkscan-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 29 Mar 2008; Bo Ørsted Andresen <zlin@gentoo.org> libkscan-3.5.8.ebuild, libkscan-3.5.9.ebuild, libkscan-4.0.2.ebuild: diff --git a/kde-base/libkscan/libkscan-4.0.3.ebuild b/kde-base/libkscan/libkscan-4.0.3.ebuild new file mode 100644 index 000000000000..4330af257b87 --- /dev/null +++ b/kde-base/libkscan/libkscan-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:42:10 philantrop Exp $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4-meta + +DESCRIPTION="KDE scanner library" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" +LICENSE="LGPL-2" + +DEPEND="kde-base/qimageblitz + media-gfx/sane-backends" +RDEPEND="${DEPEND}" |