summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/ksaneplugin')
-rw-r--r--kde-base/ksaneplugin/ChangeLog7
-rw-r--r--kde-base/ksaneplugin/ksaneplugin-4.3.4.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/ksaneplugin/ChangeLog b/kde-base/ksaneplugin/ChangeLog
index 40e66bc5ec05..89d2b1f1e4dc 100644
--- a/kde-base/ksaneplugin/ChangeLog
+++ b/kde-base/ksaneplugin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ksaneplugin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.26 2009/11/30 06:54:47 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.27 2009/12/01 11:02:32 wired Exp $
+
+*ksaneplugin-4.3.4 (01 Dec 2009)
+
+ 01 Dec 2009; Alex Alexander <wired@gentoo.org> +ksaneplugin-4.3.4.ebuild:
+ Version bump
30 Nov 2009; Joseph Jezak <josejx@gentoo.org> ksaneplugin-4.3.3.ebuild:
Marked ppc/ppc64 stable for bug #292455.
diff --git a/kde-base/ksaneplugin/ksaneplugin-4.3.4.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.3.4.ebuild
new file mode 100644
index 000000000000..804e1d3aff73
--- /dev/null
+++ b/kde-base/ksaneplugin/ksaneplugin-4.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.3.4.ebuild,v 1.1 2009/12/01 11:02:32 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdegraphics"
+inherit kde4-meta
+
+DESCRIPTION="SANE Plugin for KDE"
+HOMEPAGE="http://www.kipi-plugins.org"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep libksane)
+"
+RDEPEND="${DEPEND}"