diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-06-06 08:15:20 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-06-06 08:15:20 +0000 |
commit | 0fc771d7b0fdcdcf5dae8936de87f2d551f8d34b (patch) | |
tree | 52b45d47bc1ae9c3cbc805aa4dcb582b5c0c4d8e /kde-base/nsplugins | |
parent | stable x86, bug 225085 (diff) | |
download | gentoo-2-0fc771d7b0fdcdcf5dae8936de87f2d551f8d34b.tar.gz gentoo-2-0fc771d7b0fdcdcf5dae8936de87f2d551f8d34b.tar.bz2 gentoo-2-0fc771d7b0fdcdcf5dae8936de87f2d551f8d34b.zip |
Added the KDE 4.0.5 version of nsplugins.
(Portage version: 2.1.5.3)
Diffstat (limited to 'kde-base/nsplugins')
-rw-r--r-- | kde-base/nsplugins/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/nsplugins/nsplugins-4.0.5.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/nsplugins/ChangeLog b/kde-base/nsplugins/ChangeLog index 4bd9367b9349..aa1efb4e6e80 100644 --- a/kde-base/nsplugins/ChangeLog +++ b/kde-base/nsplugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/nsplugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/nsplugins/ChangeLog,v 1.116 2008/05/18 17:26:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/nsplugins/ChangeLog,v 1.117 2008/06/06 08:15:20 ingmar Exp $ + +*nsplugins-4.0.5 (06 Jun 2008) + + 06 Jun 2008; Ingmar Vanhassel <ingmar@gentoo.org> +nsplugins-4.0.5.ebuild: + Added the KDE 4.0.5 version of nsplugins. 18 May 2008; Markus Meier <maekke@gentoo.org> nsplugins-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/nsplugins/nsplugins-4.0.5.ebuild b/kde-base/nsplugins/nsplugins-4.0.5.ebuild new file mode 100644 index 000000000000..b742162e3834 --- /dev/null +++ b/kde-base/nsplugins/nsplugins-4.0.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/nsplugins/nsplugins-4.0.5.ebuild,v 1.1 2008/06/06 08:15:20 ingmar Exp $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4-meta + +DESCRIPTION="Netscape plugins support for Konqueror." +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=">=kde-base/konqueror-${PV}:${SLOT} + x11-libs/libXt" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="apps/konqueror/settings/" |