diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 22:33:36 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 22:33:36 +0000 |
commit | 50dc3f289b1a6d77460525d9659624a933fd616a (patch) | |
tree | a13b4435ae0232a8f0c54b98bb2d4232ec2a2b14 | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-50dc3f289b1a6d77460525d9659624a933fd616a.tar.gz gentoo-2-50dc3f289b1a6d77460525d9659624a933fd616a.tar.bz2 gentoo-2-50dc3f289b1a6d77460525d9659624a933fd616a.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
3 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kdenetwork-filesharing/ChangeLog b/kde-base/kdenetwork-filesharing/ChangeLog index 500f1f289178..387ab00de59a 100644 --- a/kde-base/kdenetwork-filesharing/ChangeLog +++ b/kde-base/kdenetwork-filesharing/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdenetwork-filesharing # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/ChangeLog,v 1.69 2007/08/11 15:42:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/ChangeLog,v 1.70 2007/10/19 22:33:36 philantrop Exp $ + +*kdenetwork-filesharing-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> + +kdenetwork-filesharing-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kdenetwork-filesharing-3.5.7.ebuild: diff --git a/kde-base/kdenetwork-filesharing/files/digest-kdenetwork-filesharing-3.5.8 b/kde-base/kdenetwork-filesharing/files/digest-kdenetwork-filesharing-3.5.8 new file mode 100644 index 000000000000..3a6a77c43c1f --- /dev/null +++ b/kde-base/kdenetwork-filesharing/files/digest-kdenetwork-filesharing-3.5.8 @@ -0,0 +1,3 @@ +MD5 0e79374d1109d937b0c9bdd3a75e7476 kdenetwork-3.5.8.tar.bz2 9334188 +RMD160 3941c56411ab4cdb89ae9de116a24d0906a275da kdenetwork-3.5.8.tar.bz2 9334188 +SHA256 7320e3d8fd9fb60ecee88ab70ccf8edf95fecf90bbbcabe4def4b26e48c20785 kdenetwork-3.5.8.tar.bz2 9334188 diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-3.5.8.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-3.5.8.ebuild new file mode 100644 index 000000000000..59cf7dc54907 --- /dev/null +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-3.5.8.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-3.5.8.ebuild,v 1.1 2007/10/19 22:33:36 philantrop Exp $ + +KMNAME=kdenetwork +KMMODULE=filesharing +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="kcontrol filesharing config module for NFS, SMB etc" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" |