diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:35:48 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:35:48 +0000 |
commit | 448593f5ca27304d3ca7e83134da92965838b715 (patch) | |
tree | 85329e9efcd006e66bde035973c03f088fc70c23 /kde-base/konq-plugins | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-448593f5ca27304d3ca7e83134da92965838b715.tar.gz gentoo-2-448593f5ca27304d3ca7e83134da92965838b715.tar.bz2 gentoo-2-448593f5ca27304d3ca7e83134da92965838b715.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/konq-plugins')
-rw-r--r-- | kde-base/konq-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/konq-plugins/files/konq-plugins-3.5-archiver.patch | 37 | ||||
-rw-r--r-- | kde-base/konq-plugins/konq-plugins-3.5.5-r1.ebuild | 25 | ||||
-rw-r--r-- | kde-base/konq-plugins/konq-plugins-3.5.5.ebuild | 23 | ||||
-rw-r--r-- | kde-base/konq-plugins/konq-plugins-3.5.6-r1.ebuild | 23 | ||||
-rw-r--r-- | kde-base/konq-plugins/konq-plugins-3.5.7.ebuild | 23 |
6 files changed, 7 insertions, 132 deletions
diff --git a/kde-base/konq-plugins/ChangeLog b/kde-base/konq-plugins/ChangeLog index e4c177d17a24..311482c7ea2c 100644 --- a/kde-base/konq-plugins/ChangeLog +++ b/kde-base/konq-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/konq-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.82 2008/01/31 15:29:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.83 2008/02/17 02:35:47 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -files/konq-plugins-3.5-archiver.patch, -konq-plugins-3.5.5.ebuild, + -konq-plugins-3.5.5-r1.ebuild, -konq-plugins-3.5.6-r1.ebuild, + -konq-plugins-3.5.7.ebuild: + Spring cleaning 31 Jan 2008; Brent Baude <ranger@gentoo.org> konq-plugins-3.5.8.ebuild: Marking konq-plugins-3.5.8 ppc for bug 207634 diff --git a/kde-base/konq-plugins/files/konq-plugins-3.5-archiver.patch b/kde-base/konq-plugins/files/konq-plugins-3.5-archiver.patch deleted file mode 100644 index 441567df1b2f..000000000000 --- a/kde-base/konq-plugins/files/konq-plugins-3.5-archiver.patch +++ /dev/null @@ -1,37 +0,0 @@ ------------------------------------------------------------------------- -r626814 | mueller | 2007-01-24 18:16:52 +0100 (Wed, 24 Jan 2007) | 5 lines -Changed paths: - M /branches/KDE/3.5/kdeaddons/konq-plugins/webarchiver/archivedialog.cpp - M /branches/KDE/3.5/kdeaddons/konq-plugins/webarchiver/webarchivecreator.cpp - -fix a minor but annoying privacy issue: the web archiver -would happily put local files or other launch other unsafe -protocols if referenced in the website, even though konqueror -itself wouldn't handle it - ------------------------------------------------------------------------- -Index: konq-plugins/webarchiver/archivedialog.cpp -=================================================================== ---- konq-plugins/webarchiver/archivedialog.cpp (revision 626813) -+++ konq-plugins/webarchiver/archivedialog.cpp (revision 626814) -@@ -395,12 +395,15 @@ void ArchiveDialog::saveArchiveRecursive - QString ArchiveDialog::handleLink(const KURL& _url, const QString& _link) - { - KURL url(getAbsoluteURL(_url, _link)); -- QString tarFileName; - -- if (m_state==Retrieving) -- m_urlsToDownload.append(url); -- else if (m_state==Saving) -- tarFileName = m_downloadedURLDict[url.url()]; -+ QString tarFileName; -+ if (kapp->authorizeURLAction("redirect", _url, url)) -+ { -+ if (m_state==Retrieving) -+ m_urlsToDownload.append(url); -+ else if (m_state==Saving) -+ tarFileName = m_downloadedURLDict[url.url()]; -+ } - - return tarFileName; - } diff --git a/kde-base/konq-plugins/konq-plugins-3.5.5-r1.ebuild b/kde-base/konq-plugins/konq-plugins-3.5.5-r1.ebuild deleted file mode 100644 index 54d079a282eb..000000000000 --- a/kde-base/konq-plugins/konq-plugins-3.5.5-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-3.5.5-r1.ebuild,v 1.2 2007/07/07 17:06:32 philantrop Exp $ - -KMNAME=kdeaddons -KMNODOCS=true -MAXKDEVER=$PV -inherit kde-meta - -DESCRIPTION="Various plugins for Konqueror." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" -DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/konqueror) - !kde-misc/metabar" -RDEPEND="${DEPEND} -$(deprange 3.5.4 $MAXKDEVER kde-base/kdeaddons-docs-konq-plugins)" - -# Don't install the akregator plugin, since it depends on akregator, which is -# a heavy dep. -KMEXTRACTONLY="konq-plugins/akregator" - -PATCHES="${FILESDIR}/konq-plugins-3.5-archiver.patch" - -# Fixes bug 151107 -MAKEOPTS="${MAKEOPTS} -j1" diff --git a/kde-base/konq-plugins/konq-plugins-3.5.5.ebuild b/kde-base/konq-plugins/konq-plugins-3.5.5.ebuild deleted file mode 100644 index 756ba21243e9..000000000000 --- a/kde-base/konq-plugins/konq-plugins-3.5.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-3.5.5.ebuild,v 1.9 2007/07/07 17:06:32 philantrop Exp $ - -KMNAME=kdeaddons -KMNODOCS=true -MAXKDEVER=$PV -inherit kde-meta - -DESCRIPTION="Various plugins for Konqueror." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/konqueror) - !kde-misc/metabar" -RDEPEND="${DEPEND} -$(deprange 3.5.4 $MAXKDEVER kde-base/kdeaddons-docs-konq-plugins)" - -# Don't install the akregator plugin, since it depends on akregator, which is -# a heavy dep. -KMEXTRACTONLY="konq-plugins/akregator" - -# Fixes bug 151107 -MAKEOPTS="${MAKEOPTS} -j1" diff --git a/kde-base/konq-plugins/konq-plugins-3.5.6-r1.ebuild b/kde-base/konq-plugins/konq-plugins-3.5.6-r1.ebuild deleted file mode 100644 index 262addcc8f8e..000000000000 --- a/kde-base/konq-plugins/konq-plugins-3.5.6-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-3.5.6-r1.ebuild,v 1.2 2007/09/02 01:41:02 philantrop Exp $ - -KMNAME=kdeaddons -KMNODOCS=true -MAXKDEVER=$PV -inherit kde-meta - -DESCRIPTION="Various plugins for Konqueror." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" -DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/konqueror) - !kde-misc/metabar" -RDEPEND="${DEPEND} -$(deprange 3.5.4 $MAXKDEVER kde-base/kdeaddons-docs-konq-plugins)" - -# Don't install the akregator plugin, since it depends on akregator, which is -# a heavy dep. -KMEXTRACTONLY="konq-plugins/akregator" - -PATCHES="${FILESDIR}/konq-plugins-3.5-archiver.patch - ${FILESDIR}/${PN}-parallel-make.patch" # Fixes a parallel make issue (bug 112214) diff --git a/kde-base/konq-plugins/konq-plugins-3.5.7.ebuild b/kde-base/konq-plugins/konq-plugins-3.5.7.ebuild deleted file mode 100644 index ee6ad3c0b2d4..000000000000 --- a/kde-base/konq-plugins/konq-plugins-3.5.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-3.5.7.ebuild,v 1.8 2007/09/02 01:41:02 philantrop Exp $ - -KMNAME=kdeaddons -KMNODOCS=true -MAXKDEVER=$PV -inherit kde-meta - -DESCRIPTION="Various plugins for Konqueror." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -DEPEND="$(deprange-dual 3.5.6-r1 $MAXKDEVER kde-base/konqueror) - !kde-misc/metabar" -RDEPEND="${DEPEND} -$(deprange $PV $MAXKDEVER kde-base/kdeaddons-docs-konq-plugins)" - -# Don't install the akregator plugin, since it depends on akregator, which is -# a heavy dep. -KMEXTRACTONLY="konq-plugins/akregator" - -# Fixes a parallel make issue (bug 112214) -PATCHES="${FILESDIR}/${PN}-parallel-make.patch" |