summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-04-23 19:38:37 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-04-23 19:38:37 +0000
commita481fec6bf5df6220fb0d91dd3ce37205594f43c (patch)
tree48ff1170cc47ed561e213d3a518e30afcbdab454 /kde-base
parentold (diff)
downloadgentoo-2-a481fec6bf5df6220fb0d91dd3ce37205594f43c.tar.gz
gentoo-2-a481fec6bf5df6220fb0d91dd3ce37205594f43c.tar.bz2
gentoo-2-a481fec6bf5df6220fb0d91dd3ce37205594f43c.zip
Cleanup
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/ksnapshot/ChangeLog6
-rw-r--r--kde-base/ksnapshot/ksnapshot-4.6.2.ebuild26
2 files changed, 5 insertions, 27 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog
index fd81137d9193..e524cc53e22e 100644
--- a/kde-base/ksnapshot/ChangeLog
+++ b/kde-base/ksnapshot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ksnapshot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.166 2011/04/10 20:04:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.167 2011/04/23 19:38:37 dilfridge Exp $
+
+ 23 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -ksnapshot-4.6.2.ebuild:
+ Cleanup
*ksnapshot-4.6.2-r1 (10 Apr 2011)
diff --git a/kde-base/ksnapshot/ksnapshot-4.6.2.ebuild b/kde-base/ksnapshot/ksnapshot-4.6.2.ebuild
deleted file mode 100644
index aefc73537b4c..000000000000
--- a/kde-base/ksnapshot/ksnapshot-4.6.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-4.6.2.ebuild,v 1.1 2011/04/06 14:19:01 scarabeus Exp $
-
-EAPI=3
-
-KDE_HANDBOOK="optional"
-KMNAME="kdegraphics"
-inherit kde4-meta
-
-DESCRIPTION="KDE Screenshot Utility"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug kipi"
-
-DEPEND="
- kipi? ( $(add_kdebase_dep libkipi) )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with kipi)
- )
-
- kde4-meta_src_configure
-}