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.4.2.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/ksaneplugin/ChangeLog b/kde-base/ksaneplugin/ChangeLog
index b80fa9ec7a14..ceb85997d624 100644
--- a/kde-base/ksaneplugin/ChangeLog
+++ b/kde-base/ksaneplugin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ksaneplugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.36 2010/03/11 18:37:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.37 2010/03/30 21:31:44 spatz Exp $
+
+*ksaneplugin-4.4.2 (30 Mar 2010)
+
+ 30 Mar 2010; Dror Levin <spatz@gentoo.org> +ksaneplugin-4.4.2.ebuild:
+ Version bump
11 Mar 2010; Brent Baude <ranger@gentoo.org> ksaneplugin-4.3.5.ebuild:
Marking ksaneplugin-4.3.5 ppc stable for bug 300393
diff --git a/kde-base/ksaneplugin/ksaneplugin-4.4.2.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.4.2.ebuild
new file mode 100644
index 000000000000..cd3372681b59
--- /dev/null
+++ b/kde-base/ksaneplugin/ksaneplugin-4.4.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.4.2.ebuild,v 1.1 2010/03/30 21:31:44 spatz Exp $
+
+EAPI="3"
+
+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 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep libksane)
+"
+RDEPEND="${DEPEND}"