diff options
Diffstat (limited to 'kde-base/ksaneplugin')
-rw-r--r-- | kde-base/ksaneplugin/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksaneplugin/ksaneplugin-4.7.2.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/ksaneplugin/ChangeLog b/kde-base/ksaneplugin/ChangeLog index 0c29f6d77020..ec991131e37d 100644 --- a/kde-base/ksaneplugin/ChangeLog +++ b/kde-base/ksaneplugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksaneplugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.75 2011/09/07 20:13:39 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.76 2011/10/06 18:10:48 alexxy Exp $ + +*ksaneplugin-4.7.2 (06 Oct 2011) + + 06 Oct 2011; Alexey Shvetsov <alexxy@gentoo.org> +ksaneplugin-4.7.2.ebuild: + Version bump KDE SC 4.7.2 *ksaneplugin-4.7.1 (07 Sep 2011) diff --git a/kde-base/ksaneplugin/ksaneplugin-4.7.2.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.7.2.ebuild new file mode 100644 index 000000000000..487a2e370c66 --- /dev/null +++ b/kde-base/ksaneplugin/ksaneplugin-4.7.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.7.2.ebuild,v 1.1 2011/10/06 18:10:48 alexxy Exp $ + +EAPI=4 + +KDE_SCM="git" +inherit kde4-base + +DESCRIPTION="SANE Plugin for KDE" +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libksane) +" +RDEPEND="${DEPEND}" |