diff options
author | 2012-09-03 13:01:09 +0000 | |
---|---|---|
committer | 2012-09-03 13:01:09 +0000 | |
commit | ab647631783089228fad02a1c80f96a65a173676 (patch) | |
tree | 111bed172e338d97178f648892e7221efdb2ef1c /kde-base/konq-plugins | |
parent | Remove older stable, bug #433281 (diff) | |
download | historical-ab647631783089228fad02a1c80f96a65a173676.tar.gz historical-ab647631783089228fad02a1c80f96a65a173676.tar.bz2 historical-ab647631783089228fad02a1c80f96a65a173676.zip |
Remove KDE SC 4.8.3
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'kde-base/konq-plugins')
-rw-r--r-- | kde-base/konq-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/konq-plugins/konq-plugins-4.8.3.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/kde-base/konq-plugins/ChangeLog b/kde-base/konq-plugins/ChangeLog index 64cbbd8b46fa..853adb866634 100644 --- a/kde-base/konq-plugins/ChangeLog +++ b/kde-base/konq-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/konq-plugins # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.152 2012/09/03 12:20:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.153 2012/09/03 13:00:52 johu Exp $ + + 03 Sep 2012; Johannes Huber <johu@gentoo.org> -konq-plugins-4.8.3.ebuild: + Remove KDE SC 4.8.3 03 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> konq-plugins-4.8.5.ebuild: diff --git a/kde-base/konq-plugins/konq-plugins-4.8.3.ebuild b/kde-base/konq-plugins/konq-plugins-4.8.3.ebuild deleted file mode 100644 index d84551721eba..000000000000 --- a/kde-base/konq-plugins/konq-plugins-4.8.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 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.8.3.ebuild,v 1.4 2012/05/24 09:25:21 ago Exp $ - -EAPI=4 - -KMNAME="kde-baseapps" -inherit kde4-meta - -DESCRIPTION="Various plugins for konqueror" -HOMEPAGE="http://kde.org/" - -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug tidy" - -DEPEND=" - $(add_kdebase_dep libkonq) - tidy? ( app-text/htmltidy ) -" -RDEPEND="${DEPEND} - !kde-misc/konq-plugins - $(add_kdebase_dep kcmshell) - $(add_kdebase_dep konqueror) -" - -src_configure() { - local mycmakeargs=( - -DKdeWebKit=OFF - -DWebKitPart=OFF - $(cmake-utils_use_with tidy LibTidy) - ) - - kde4-meta_src_configure -} |