diff options
-rw-r--r-- | kde-base/ksaneplugin/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksaneplugin/ksaneplugin-4.3.1.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/ksaneplugin/ChangeLog b/kde-base/ksaneplugin/ChangeLog index 1a306f75bb04..8cc056301c5a 100644 --- a/kde-base/ksaneplugin/ChangeLog +++ b/kde-base/ksaneplugin/ChangeLog @@ -1,6 +1,12 @@ # 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.15 2009/08/04 01:00:28 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.16 2009/09/01 15:55:17 tampakrap Exp $ + +*ksaneplugin-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> + +ksaneplugin-4.3.1.ebuild: + Version bump *ksaneplugin-4.3.0 (04 Aug 2009) diff --git a/kde-base/ksaneplugin/ksaneplugin-4.3.1.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.3.1.ebuild new file mode 100644 index 000000000000..5c8cb65c3ed7 --- /dev/null +++ b/kde-base/ksaneplugin/ksaneplugin-4.3.1.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.1.ebuild,v 1.1 2009/09/01 15:55:17 tampakrap 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 ~x86" +IUSE="debug" + +DEPEND=" + >=kde-base/libksane-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" |