diff options
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/konq-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild | 14 | ||||
-rw-r--r-- | kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild | 40 |
3 files changed, 13 insertions, 49 deletions
diff --git a/kde-misc/konq-plugins/ChangeLog b/kde-misc/konq-plugins/ChangeLog index 549d0c683f94..a17e8cb382f7 100644 --- a/kde-misc/konq-plugins/ChangeLog +++ b/kde-misc/konq-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/konq-plugins -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.13 2010/10/29 12:26:16 hwoarang Exp $ +# 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 $ + + 31 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -konq-plugins-4.4.0.ebuild, konq-plugins-4.4.0-r1.ebuild: + Stable the latest konq-plugins. Cleanup old. *konq-plugins-4.4.0-r1 (29 Oct 2010) diff --git a/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild b/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild index c129b0a53416..2cecca0cafa6 100644 --- a/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild +++ b/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.4.0-r1.ebuild,v 1.1 2010/10/29 12:26:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild,v 1.2 2011/01/31 15:25:49 scarabeus Exp $ -EAPI=2 +EAPI=3 # 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 @@ -19,16 +19,16 @@ 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" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="debug +handbook tidy" DEPEND=" - >=kde-base/libkonq-${KDE_MINIMAL} + $(add_kdebase_dep libkonq) tidy? ( app-text/htmltidy ) " RDEPEND="${DEPEND} - >=kde-base/kcmshell-${KDE_MINIMAL} - >=kde-base/konqueror-${KDE_MINIMAL} + $(add_kdebase_dep kcmshell) + $(add_kdebase_dep konqueror) " PATCHES=( diff --git a/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild b/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild deleted file mode 100644 index 8d5818735318..000000000000 --- a/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.4 2010/08/09 16:29:08 reavertm Exp $ - -EAPI=2 - -# 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 -} |