diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:14:54 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:14:54 +0000 |
commit | fe996bd8fc15407d56f4a41f42587ec8819feac3 (patch) | |
tree | 928af37283837c6b41b71394999b5f3bb5e64edc /kde-base/libksane | |
parent | [kde-base/kolourpaint] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-fe996bd8fc15407d56f4a41f42587ec8819feac3.tar.gz historical-fe996bd8fc15407d56f4a41f42587ec8819feac3.tar.bz2 historical-fe996bd8fc15407d56f4a41f42587ec8819feac3.zip |
[kde-base/libksane] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/libksane')
-rw-r--r-- | kde-base/libksane/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/libksane/libksane-4.4.0.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/libksane/ChangeLog b/kde-base/libksane/ChangeLog index e0ca98870253..210a33f9139b 100644 --- a/kde-base/libksane/ChangeLog +++ b/kde-base/libksane/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libksane # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.40 2010/01/25 17:21:01 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.41 2010/02/09 00:14:51 alexxy Exp $ + +*libksane-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +libksane-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *libksane-4.3.5 (25 Jan 2010) diff --git a/kde-base/libksane/libksane-4.4.0.ebuild b/kde-base/libksane/libksane-4.4.0.ebuild new file mode 100644 index 000000000000..0cf7f827691c --- /dev/null +++ b/kde-base/libksane/libksane-4.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.4.0.ebuild,v 1.1 2010/02/09 00:14:51 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +KMMODULE="libs/${PN}" +inherit kde4-meta + +DESCRIPTION="SANE Library interface for KDE" +HOMEPAGE="http://www.kipi-plugins.org" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" +LICENSE="LGPL-2" + +DEPEND=" + kde-base/qimageblitz + media-gfx/sane-backends +" +RDEPEND="${DEPEND}" + +src_install() { + insinto "${KDEDIR}"/share/apps/cmake/modules + doins "${S}"/cmake/modules/FindKSane.cmake + + kde4-meta_src_install +} |