summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:19:47 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:19:47 +0000
commit656ce01578911f0bc36d0592095bbe80bd98475a (patch)
tree29a833e5b281a7092945180fd1d261f735faf6bc /kde-base/libksane
parentBump kde to 4.1.4 (diff)
downloadgentoo-2-656ce01578911f0bc36d0592095bbe80bd98475a.tar.gz
gentoo-2-656ce01578911f0bc36d0592095bbe80bd98475a.tar.bz2
gentoo-2-656ce01578911f0bc36d0592095bbe80bd98475a.zip
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/libksane')
-rw-r--r--kde-base/libksane/ChangeLog9
-rw-r--r--kde-base/libksane/libksane-4.1.4.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/kde-base/libksane/ChangeLog b/kde-base/libksane/ChangeLog
index 4b72cfcede5f..317f5ad051e3 100644
--- a/kde-base/libksane/ChangeLog
+++ b/kde-base/libksane/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/libksane
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.4 2008/11/16 08:20:35 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.5 2009/01/13 23:19:47 alexxy Exp $
+
+*libksane-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +libksane-4.1.4.ebuild:
+ Bump to 4.1.4
15 Nov 2008; Mike Frysinger <vapier@gentoo.org> libksane-4.1.3.ebuild:
Add ppc/ppc64 love #244306.
diff --git a/kde-base/libksane/libksane-4.1.4.ebuild b/kde-base/libksane/libksane-4.1.4.ebuild
new file mode 100644
index 000000000000..67d5dc9b5d45
--- /dev/null
+++ b/kde-base/libksane/libksane-4.1.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.1.4.ebuild,v 1.1 2009/01/13 23:19:47 alexxy Exp $
+
+EAPI="2"
+
+KMNAME=kdegraphics
+KMMODULE=libs/libksane
+inherit kde4-meta
+
+DESCRIPTION="SANE Library interface for KDE"
+HOMEPAGE="http://www.kipi-plugins.org"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug htmlhandbook"
+
+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
+}