diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-21 20:43:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-21 20:43:30 +0000 |
commit | b9594e0b9c2111fcc92eef649e5625b5301e9061 (patch) | |
tree | 6a7610d12d645d811c6360af410e37ee457eae1b /kde-misc/konq-plugins | |
parent | ppc64 stable wrt #353436 (diff) | |
download | gentoo-2-b9594e0b9c2111fcc92eef649e5625b5301e9061.tar.gz gentoo-2-b9594e0b9c2111fcc92eef649e5625b5301e9061.tar.bz2 gentoo-2-b9594e0b9c2111fcc92eef649e5625b5301e9061.zip |
Version bump.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/konq-plugins')
-rw-r--r-- | kde-misc/konq-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/konq-plugins/konq-plugins-4.6.1.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/kde-misc/konq-plugins/ChangeLog b/kde-misc/konq-plugins/ChangeLog index a17e8cb382f7..eb02d1b200a7 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.14 2011/01/31 15:25:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.15 2011/03/21 20:43:30 scarabeus Exp $ + +*konq-plugins-4.6.1 (21 Mar 2011) + + 21 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +konq-plugins-4.6.1.ebuild: + Version bump. 31 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> -konq-plugins-4.4.0.ebuild, konq-plugins-4.4.0-r1.ebuild: diff --git a/kde-misc/konq-plugins/konq-plugins-4.6.1.ebuild b/kde-misc/konq-plugins/konq-plugins-4.6.1.ebuild new file mode 100644 index 000000000000..0ce79b3b9535 --- /dev/null +++ b/kde-misc/konq-plugins/konq-plugins-4.6.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 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.6.1.ebuild,v 1.1 2011/03/21 20:43:30 scarabeus Exp $ + +EAPI=4 + +inherit kde4-base + +DESCRIPTION="Various plugins for konqueror" +HOMEPAGE="http://kde.org/" +SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1 FDL-1.2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook tidy" + +DEPEND=" + $(add_kdebase_dep libkonq) + tidy? ( app-text/htmltidy ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kcmshell) + $(add_kdebase_dep konqueror) +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with tidy LibTidy) + ) + + kde4-base_src_configure +} |