diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:52:55 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:52:55 +0000 |
commit | fe93f3f5b8d1a663ea29234282933eb94ce1697a (patch) | |
tree | 9f6ff3e633a3717355f133cad14c897882f41562 /kde-base/nsplugins/nsplugins-4.0.4.ebuild | |
parent | Added KDE 4.0.4 version of nepomuk. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-fe93f3f5b8d1a663ea29234282933eb94ce1697a.tar.gz gentoo-2-fe93f3f5b8d1a663ea29234282933eb94ce1697a.tar.bz2 gentoo-2-fe93f3f5b8d1a663ea29234282933eb94ce1697a.zip |
Added KDE 4.0.4 version of nsplugins. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/nsplugins/nsplugins-4.0.4.ebuild')
-rw-r--r-- | kde-base/nsplugins/nsplugins-4.0.4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/nsplugins/nsplugins-4.0.4.ebuild b/kde-base/nsplugins/nsplugins-4.0.4.ebuild new file mode 100644 index 000000000000..b373f64978d0 --- /dev/null +++ b/kde-base/nsplugins/nsplugins-4.0.4.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.4.ebuild,v 1.1 2008/05/16 00:52:55 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/" |