summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-03-02 18:36:36 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-03-02 18:36:36 +0000
commit566118aca119399f39c877a277f89a14f2e69074 (patch)
treece047e4161a036e07afe6ac23d2cb479f7d6e8d8 /kde-base
parentVersion bump KDE 4.4.1 (diff)
downloadgentoo-2-566118aca119399f39c877a277f89a14f2e69074.tar.gz
gentoo-2-566118aca119399f39c877a277f89a14f2e69074.tar.bz2
gentoo-2-566118aca119399f39c877a277f89a14f2e69074.zip
Version bump KDE 4.4.1
(Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/ksaneplugin/ChangeLog8
-rw-r--r--kde-base/ksaneplugin/ksaneplugin-4.4.1.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/ksaneplugin/ChangeLog b/kde-base/ksaneplugin/ChangeLog
index 9454039255a2..17b1d335aab6 100644
--- a/kde-base/ksaneplugin/ChangeLog
+++ b/kde-base/ksaneplugin/ChangeLog
@@ -1,6 +1,12 @@
# 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.34 2010/02/20 11:30:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.35 2010/03/02 18:36:36 tampakrap Exp $
+
+*ksaneplugin-4.4.1 (02 Mar 2010)
+
+ 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +ksaneplugin-4.4.1.ebuild:
+ Version bump
20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
ksaneplugin-4.3.5.ebuild:
diff --git a/kde-base/ksaneplugin/ksaneplugin-4.4.1.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.4.1.ebuild
new file mode 100644
index 000000000000..a14574b81aa1
--- /dev/null
+++ b/kde-base/ksaneplugin/ksaneplugin-4.4.1.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.1.ebuild,v 1.1 2010/03/02 18:36:36 tampakrap 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}"