diff options
author | Johannes Huber <johu@gentoo.org> | 2012-11-14 20:42:28 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-11-14 20:42:28 +0000 |
commit | c7eca1cd89c9c8758aa17dd51b5890e4c9775dae (patch) | |
tree | a004f71b42e9856f8412a891720a3e218a3c7ed5 /www-plugins | |
parent | Stable for x86, wrt bug #441546 (diff) | |
download | gentoo-2-c7eca1cd89c9c8758aa17dd51b5890e4c9775dae.tar.gz gentoo-2-c7eca1cd89c9c8758aa17dd51b5890e4c9775dae.tar.bz2 gentoo-2-c7eca1cd89c9c8758aa17dd51b5890e4c9775dae.zip |
Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/kpartsplugin/ChangeLog | 7 | ||||
-rw-r--r-- | www-plugins/kpartsplugin/files/kpartsplugin-20110823-xpi.patch | 16 | ||||
-rw-r--r-- | www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild | 21 |
3 files changed, 5 insertions, 39 deletions
diff --git a/www-plugins/kpartsplugin/ChangeLog b/www-plugins/kpartsplugin/ChangeLog index 243f26c14889..c0927fdbcab5 100644 --- a/www-plugins/kpartsplugin/ChangeLog +++ b/www-plugins/kpartsplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/kpartsplugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.15 2012/11/14 20:40:24 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.16 2012/11/14 20:42:28 johu Exp $ + + 14 Nov 2012; Johannes Huber <johu@gentoo.org> + -files/kpartsplugin-20110823-xpi.patch, -kpartsplugin-20110823.ebuild: + Remove old. 14 Nov 2012; Johannes Huber <johu@gentoo.org> kpartsplugin-20120723.ebuild: Stable for x86, wrt bug #441546 @@ -72,4 +76,3 @@ +kpartsplugin-20100723.ebuild, +metadata.xml: New application, fixes bug 323565; thanks to Francesco Riosa for the original ebuild - diff --git a/www-plugins/kpartsplugin/files/kpartsplugin-20110823-xpi.patch b/www-plugins/kpartsplugin/files/kpartsplugin-20110823-xpi.patch deleted file mode 100644 index f030b58b21d3..000000000000 --- a/www-plugins/kpartsplugin/files/kpartsplugin-20110823-xpi.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -ruN kpartsplugin-20110823.orif/src/kpartsplugin.cpp kpartsplugin-20110823/src/kpartsplugin.cpp ---- kpartsplugin-20110823.orif/src/kpartsplugin.cpp 2011-08-23 10:50:41.000000000 +0200 -+++ kpartsplugin-20110823/src/kpartsplugin.cpp 2012-04-03 23:21:50.632024095 +0200 -@@ -59,7 +59,11 @@ - - /// built-in list of mime types that should never be loaded with this plugin - /// comparison is done with "startsWith", so "inode/" covers e.g. "inode/directory" --static const QStringList builtinBlacklisted = QStringList() << QLatin1String("all/") << QLatin1String("x-") << QLatin1String("inode/") << QLatin1String("application/x-shockwave") << QLatin1String("application/futuresplash") << QLatin1String("application/force-download") << QLatin1String("application/x-force-download") << QLatin1String("application/googletalk") << QLatin1String("interface/") << QLatin1String("message/") << QLatin1String("multipart/") << QLatin1String("application/x-java") << QLatin1String("application/java-archive") << QLatin1String("video/x-javafx"); -+static const QStringList builtinBlacklisted = QStringList() << QLatin1String("all/") << QLatin1String("x-") << QLatin1String("inode/") -+ << QLatin1String("application/x-shockwave") << QLatin1String("application/futuresplash") << QLatin1String("application/force-download") -+ << QLatin1String("application/x-force-download") << QLatin1String("application/googletalk") << QLatin1String("interface/") -+ << QLatin1String("message/") << QLatin1String("multipart/") << QLatin1String("application/x-java") << QLatin1String("application/java-archive") -+ << QLatin1String("video/x-javafx") << QLatin1String("application/x-xpinstall"); - - static void initAllMimeTypes() - { diff --git a/www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild b/www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild deleted file mode 100644 index 44821e921824..000000000000 --- a/www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild,v 1.4 2012/08/25 19:54:58 dilfridge Exp $ - -EAPI=4 -inherit kde4-base nsplugins - -DESCRIPTION="Plugin using KDE's KParts technology to embed file viewers into non-KDE browsers" -HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/" -SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/${P}.tar.bz2" - -LICENSE="GPL-3 BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="" - -src_prepare() { - echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" >> CMakeLists.txt || die - kde4-base_src_prepare -} |