diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-12 05:57:12 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-12 05:57:12 +0000 |
commit | 41e9497f55c4916e94784c7967b6fcb22ac645a3 (patch) | |
tree | 443cd725fd0f672b66e8f5b08ae02423838bc683 /kde-base/ksaneplugin | |
parent | Add KDE 4.2.2 (diff) | |
download | gentoo-2-41e9497f55c4916e94784c7967b6fcb22ac645a3.tar.gz gentoo-2-41e9497f55c4916e94784c7967b6fcb22ac645a3.tar.bz2 gentoo-2-41e9497f55c4916e94784c7967b6fcb22ac645a3.zip |
Add KDE 4.2.2
(Portage version: 2.2_rc29/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ksaneplugin')
-rw-r--r-- | kde-base/ksaneplugin/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksaneplugin/ksaneplugin-4.2.2.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/ksaneplugin/ChangeLog b/kde-base/ksaneplugin/ChangeLog index 1f27b848bf1f..5a2ef18b2ef5 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.7 2009/04/11 18:43:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.8 2009/04/12 05:57:12 alexxy Exp $ + +*ksaneplugin-4.2.2 (11 Apr 2009) + + 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + +ksaneplugin-4.2.2.ebuild: + Add KDE 4.2.2 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> ksaneplugin-4.2.1-r1.ebuild: diff --git a/kde-base/ksaneplugin/ksaneplugin-4.2.2.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.2.2.ebuild new file mode 100644 index 000000000000..825425f110ad --- /dev/null +++ b/kde-base/ksaneplugin/ksaneplugin-4.2.2.ebuild @@ -0,0 +1,21 @@ +# 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.2.2.ebuild,v 1.1 2009/04/12 05:57:12 alexxy 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 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +DEPEND=" + >=kde-base/libksane-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" |