diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-21 15:46:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-21 15:46:10 +0000 |
commit | ec7b1b80dc1c8b09b0f61fa5736340d1a751c89c (patch) | |
tree | 70d174a2cc1e76ada491c3f9fee8084dc547fee4 /kde-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-ec7b1b80dc1c8b09b0f61fa5736340d1a751c89c.tar.gz gentoo-2-ec7b1b80dc1c8b09b0f61fa5736340d1a751c89c.tar.bz2 gentoo-2-ec7b1b80dc1c8b09b0f61fa5736340d1a751c89c.zip |
Version bump.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/konq-plugins/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild | 39 |
2 files changed, 47 insertions, 2 deletions
diff --git a/kde-misc/konq-plugins/ChangeLog b/kde-misc/konq-plugins/ChangeLog index f05752616b2a..ff3372aaf67a 100644 --- a/kde-misc/konq-plugins/ChangeLog +++ b/kde-misc/konq-plugins/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2009/11/16 22:04:54 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.9 2010/02/21 15:46:10 ssuominen Exp $ + +*konq-plugins-4.4.0 (21 Feb 2010) + + 21 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> + +konq-plugins-4.4.0.ebuild: + Version bump. 16 Nov 2009; Markus Meier <maekke@gentoo.org> konq-plugins-4.3.0.ebuild: amd64/x86 stable, bug #292242 diff --git a/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild b/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild new file mode 100644 index 000000000000..49f57c68fd33 --- /dev/null +++ b/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2010 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.4.0.ebuild,v 1.1 2010/02/21 15:46:10 ssuominen Exp $ + +EAPI=2 + +KDE_MINIMAL=4.4 + +# FIXME. Missing sr@ijekavian in desc. +KDE_LINGUAS="af ar ast be bg bn br ca ca@valencia cs cy da de el en_GB eo es et +eu fa fi fr fy ga gl he hi hne hr hsb hu is it ja kk km ko ku lt lv mai 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" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" + +inherit kde4-base + +DESCRIPTION="Various plugins for konqueror" +HOMEPAGE="http://kde.org/" +SRC_URI="mirror://kde/stable/${PV}/src/extragear/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1 FDL-1.2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook tidy" + +DEPEND=">=kde-base/libkonq-${KDE_MINIMAL} + tidy? ( app-text/htmltidy )" +RDEPEND="${DEPEND} + >=kde-base/kcmshell-${KDE_MINIMAL} + >=kde-base/konqueror-${KDE_MINIMAL}" + +src_configure() { + mycmakeargs+=( + $(cmake-utils_use_with tidy LibTidy) + ) + + kde4-base_src_configure +} |