summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-06-03 18:06:25 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-06-03 18:06:25 +0000
commit7a59ce4956c8cb8deb74f8abdd3890e3216b5a28 (patch)
treec1331b0cb003e01e77691f5510e99b54104a3c45 /kde-base/libksane
parentDrop KDE 4.2.2 (diff)
downloadgentoo-2-7a59ce4956c8cb8deb74f8abdd3890e3216b5a28.tar.gz
gentoo-2-7a59ce4956c8cb8deb74f8abdd3890e3216b5a28.tar.bz2
gentoo-2-7a59ce4956c8cb8deb74f8abdd3890e3216b5a28.zip
Drop KDE 4.2.2
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/libksane')
-rw-r--r--kde-base/libksane/ChangeLog5
-rw-r--r--kde-base/libksane/libksane-4.2.2.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/kde-base/libksane/ChangeLog b/kde-base/libksane/ChangeLog
index 239d3dc5e680..7a12663d4273 100644
--- a/kde-base/libksane/ChangeLog
+++ b/kde-base/libksane/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/libksane
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.16 2009/05/07 00:11:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.17 2009/06/03 18:06:25 alexxy Exp $
+
+ 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -libksane-4.2.2.ebuild:
+ Drop KDE 4.2.2
*libksane-4.2.3 (07 May 2009)
diff --git a/kde-base/libksane/libksane-4.2.2.ebuild b/kde-base/libksane/libksane-4.2.2.ebuild
deleted file mode 100644
index 55765e1d782c..000000000000
--- a/kde-base/libksane/libksane-4.2.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.2.2.ebuild,v 1.2 2009/04/17 06:30:19 alexxy Exp $
-
-EAPI="2"
-
-KMNAME="kdegraphics"
-KMMODULE="libs/${PN}"
-inherit kde4-meta
-
-DESCRIPTION="SANE Library interface for KDE"
-HOMEPAGE="http://www.kipi-plugins.org"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug"
-LICENSE="LGPL-2"
-
-DEPEND="
- kde-base/qimageblitz
- media-gfx/sane-backends
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto "${KDEDIR}"/share/apps/cmake/modules
- doins "${S}"/cmake/modules/FindKSane.cmake
-
- kde4-meta_src_install
-}