diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:45:05 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:45:05 +0000 |
commit | 0b45e3058cb6ee1c70cf79a929e0deff7847f021 (patch) | |
tree | 5c58a02d55a117f7f9eae4137ad8c81a3d1006b2 /kde-base | |
parent | added ~amd64 (diff) | |
download | gentoo-2-0b45e3058cb6ee1c70cf79a929e0deff7847f021.tar.gz gentoo-2-0b45e3058cb6ee1c70cf79a929e0deff7847f021.tar.bz2 gentoo-2-0b45e3058cb6ee1c70cf79a929e0deff7847f021.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/nsplugins/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/nsplugins/nsplugins-4.0.3.ebuild | 19 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/nsplugins/ChangeLog b/kde-base/nsplugins/ChangeLog index f5f2cca566e1..2a8216ceac91 100644 --- a/kde-base/nsplugins/ChangeLog +++ b/kde-base/nsplugins/ChangeLog @@ -1,6 +1,13 @@ # 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.109 2008/03/20 18:22:00 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/nsplugins/ChangeLog,v 1.110 2008/04/03 21:45:04 philantrop Exp $ + +*nsplugins-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +nsplugins-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -nsplugins-4.0.1.ebuild: Old. diff --git a/kde-base/nsplugins/nsplugins-4.0.3.ebuild b/kde-base/nsplugins/nsplugins-4.0.3.ebuild new file mode 100644 index 000000000000..f45c6cc5f323 --- /dev/null +++ b/kde-base/nsplugins/nsplugins-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:45:05 philantrop 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/" |