summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2008-11-09 01:09:37 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2008-11-09 01:09:37 +0000
commit7e8c4e346bee4815488e9abae16c30994b9e9da9 (patch)
tree53e5d1fa8b68a67af3628a366126b2f885377a75 /kde-base/konq-plugins
parentFull auto: Version bump for KDE-4.1.3 (diff)
downloadgentoo-2-7e8c4e346bee4815488e9abae16c30994b9e9da9.tar.gz
gentoo-2-7e8c4e346bee4815488e9abae16c30994b9e9da9.tar.bz2
gentoo-2-7e8c4e346bee4815488e9abae16c30994b9e9da9.zip
Full auto: Version bump for KDE-4.1.3
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'kde-base/konq-plugins')
-rw-r--r--kde-base/konq-plugins/ChangeLog8
-rw-r--r--kde-base/konq-plugins/konq-plugins-4.1.3.ebuild35
2 files changed, 42 insertions, 1 deletions
diff --git a/kde-base/konq-plugins/ChangeLog b/kde-base/konq-plugins/ChangeLog
index e05317f6a97d..7362db2464d2 100644
--- a/kde-base/konq-plugins/ChangeLog
+++ b/kde-base/konq-plugins/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/konq-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.93 2008/09/13 23:59:15 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.94 2008/11/09 01:09:37 scarabeus Exp $
+
+*konq-plugins-4.1.3 (09 Nov 2008)
+
+ 09 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org>
+ +konq-plugins-4.1.3.ebuild:
+ Version bump.
*konq-plugins-3.5.10 (13 Sep 2008)
diff --git a/kde-base/konq-plugins/konq-plugins-4.1.3.ebuild b/kde-base/konq-plugins/konq-plugins-4.1.3.ebuild
new file mode 100644
index 000000000000..4e7a4909a0c5
--- /dev/null
+++ b/kde-base/konq-plugins/konq-plugins-4.1.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-4.1.3.ebuild,v 1.1 2008/11/09 01:09:37 scarabeus 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 hu is it ja kk km ko ku lt lv mk ml ms nds ne nl nn oc pa pl
+pt pt_BR ro ru se sk sl sv ta tg th tr uk uz vi xh zh_CN zh_TW"
+NEED_KDE=":4.1"
+inherit kde4-base
+
+DESCRIPTION="Various plugins for konqueror"
+HOMEPAGE="htts://kde.org/"
+SRC_URI="mirror://kde/stable/${PV}/${KDE_PV}src/extragear/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+RDEPEND="kde-base/konqueror:${SLOT}"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ # dont bother with translations since there is trans only for few of them.
+ sed -i \
+ -e "s:add_subdirectory( doc-translations ):#nada:g" \
+ CMakeLists.txt || die "sed doc-trans failed"
+ if ! use htmlhandbook; then
+ sed -i \
+ -e "s:macro_optional_add_subdirectory(doc):#nada:g" \
+ -e "s:add_subdirectory( doc ):#nada:g" \
+ CMakeLists.txt || die "sed doc failed"
+ fi
+}