summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-04-26 11:29:44 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-04-26 11:29:44 +0000
commit3be13053987fb633a1bafde0f3aa4cfc79808d74 (patch)
tree174be5abeaf081d2ad11ec5c7fb4ce6b50006243 /kde-misc/konq-plugins
parentInstall libraries into the correct directory if libdir is lib32, simplify the... (diff)
downloadgentoo-2-3be13053987fb633a1bafde0f3aa4cfc79808d74.tar.gz
gentoo-2-3be13053987fb633a1bafde0f3aa4cfc79808d74.tar.bz2
gentoo-2-3be13053987fb633a1bafde0f3aa4cfc79808d74.zip
moving konq-plugins from kde-base to kde-misc
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/konq-plugins')
-rw-r--r--kde-misc/konq-plugins/ChangeLog10
-rw-r--r--kde-misc/konq-plugins/konq-plugins-4.2.2.ebuild46
-rw-r--r--kde-misc/konq-plugins/metadata.xml5
3 files changed, 61 insertions, 0 deletions
diff --git a/kde-misc/konq-plugins/ChangeLog b/kde-misc/konq-plugins/ChangeLog
new file mode 100644
index 000000000000..89eee3a86bf5
--- /dev/null
+++ b/kde-misc/konq-plugins/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for kde-misc/konq-plugins
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.1 2009/04/26 11:29:44 tampakrap Exp $
+
+*konq-plugins-4.2.2 (26 Apr 2009)
+
+ 26 Apr 2009; Theo Chatzimichos <tampakrap@gentoo.org> +metadata.xml,
+ +konq-plugins-4.2.2.ebuild:
+ moving konq-plugins from kde-base to kde-misc
+
diff --git a/kde-misc/konq-plugins/konq-plugins-4.2.2.ebuild b/kde-misc/konq-plugins/konq-plugins-4.2.2.ebuild
new file mode 100644
index 000000000000..0830c48bc000
--- /dev/null
+++ b/kde-misc/konq-plugins/konq-plugins-4.2.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.2.2.ebuild,v 1.1 2009/04/26 11:29:44 tampakrap Exp $
+
+EAPI="2"
+
+KDE_LINGUAS="af ar be bg bn br ca cs cy da de el en_GB eo es et eu fa fi fr fy ga
+ gl he hi hr hsb hu is it ja kk km ko ku lt lv mk ml ms nb nds ne nl nn oc pa
+ pl pt pt_BR ro ru se sk sl sr sv ta tg th tr uk uz uz@cyrillic vi xh zh_CN zh_TW"
+
+KMNAME="extragear/base"
+KMNOMODULE="true"
+inherit kde4-base
+
+DESCRIPTION="Various plugins for konqueror"
+HOMEPAGE="http://kde.org/"
+SRC_URI="mirror://kde/stable/${PV}/extragear/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+SLOT="4"
+IUSE="debug doc"
+
+DEPEND="
+ >=kde-base/libkonq-${KDE_MINIMAL}
+"
+RDEPEND="${DEPEND}
+ !kde-base/konq-plugins:4.1[-kdeprefix]
+ !kde-base/konq-plugins:4.2[-kdeprefix]
+ >=kde-base/kcmshell-${KDE_MINIMAL}
+ >=kde-base/konqueror-${KDE_MINIMAL}
+"
+
+src_prepare() {
+ if ! use doc; then
+ sed -i \
+ -e "s:macro_optional_add_subdirectory(doc):#nada:g" \
+ CMakeLists.txt || die "sed doc failed"
+ else
+ sed -i \
+ -e "s:\${HTML_INSTALL_DIR}/en:\${HTML_INSTALL_DIR}/en SUBDIR ${PN}:g" \
+ doc/CMakeLists.txt || die "fix doc placement failed"
+ fi
+
+ kde4-base_src_prepare
+}
diff --git a/kde-misc/konq-plugins/metadata.xml b/kde-misc/konq-plugins/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/kde-misc/konq-plugins/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>