diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-01-29 12:39:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-01-29 12:39:47 +0000 |
commit | 008209b8327702eddf8d4b07d1e7ca42a9a4edc9 (patch) | |
tree | a0f73bae5cfbb94bf9ec26da33034fda11a87798 /kde-base/konq-plugins/konq-plugins-4.2.0.ebuild | |
parent | As Ari Entlich was right to remark on #linux-wireless, 0.6.4 != 0.5.8 (diff) | |
download | gentoo-2-008209b8327702eddf8d4b07d1e7ca42a9a4edc9.tar.gz gentoo-2-008209b8327702eddf8d4b07d1e7ca42a9a4edc9.tar.bz2 gentoo-2-008209b8327702eddf8d4b07d1e7ca42a9a4edc9.zip |
Version bump. Per bug #256719.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/konq-plugins/konq-plugins-4.2.0.ebuild')
-rw-r--r-- | kde-base/konq-plugins/konq-plugins-4.2.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-base/konq-plugins/konq-plugins-4.2.0.ebuild b/kde-base/konq-plugins/konq-plugins-4.2.0.ebuild new file mode 100644 index 000000000000..3fa632ecc4e9 --- /dev/null +++ b/kde-base/konq-plugins/konq-plugins-4.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 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.2.0.ebuild,v 1.1 2009/01/29 12:39:47 scarabeus Exp $ + +EAPI="2" + +KMNAME="extragear/base" +KMNOMODULE="true" +inherit kde4-base + +DESCRIPTION="Various plugins for konqueror" +HOMEPAGE="htts://kde.org/" +SRC_URI="mirror://kde/stable/4.2.0/src/extragear/${P}.tar.bz2" +SLOT="4.2" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND="!kde-misc/konq-plugins + !kdeprefix? ( !kde-base/konq-plugins:4.1[-kdeprefix] ) + >=kde-base/konqueror-${KDE_MINIMAL} +" +DEPEND="${RDEPEND}" + +src_prepare() { + if ! use htmlhandbook; then + sed -i \ + -e "s:macro_optional_add_subdirectory(doc):#nada:g" \ + CMakeLists.txt || die "sed doc failed" + fi +} |