diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 22:02:38 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 22:02:38 +0000 |
commit | 3d8ae52d9735368ca49725938967394d64c81e89 (patch) | |
tree | 9d7247c75ee01da503b026e84faed458387f9742 /kde-base/kcharselect | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-3d8ae52d9735368ca49725938967394d64c81e89.tar.gz gentoo-2-3d8ae52d9735368ca49725938967394d64c81e89.tar.bz2 gentoo-2-3d8ae52d9735368ca49725938967394d64c81e89.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcharselect/files/digest-kcharselect-3.5.8 | 3 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-3.5.8.ebuild | 14 |
3 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 3943f1351856..953624162017 100644 --- a/kde-base/kcharselect/ChangeLog +++ b/kde-base/kcharselect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcharselect # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.59 2007/08/11 15:18:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.60 2007/10/19 22:02:38 philantrop Exp $ + +*kcharselect-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> + +kcharselect-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kcharselect-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/kcharselect/files/digest-kcharselect-3.5.8 b/kde-base/kcharselect/files/digest-kcharselect-3.5.8 new file mode 100644 index 000000000000..41ce46180134 --- /dev/null +++ b/kde-base/kcharselect/files/digest-kcharselect-3.5.8 @@ -0,0 +1,3 @@ +MD5 d1a0fcc83f35428a76cf7523a04ba19c kdeutils-3.5.8.tar.bz2 3059172 +RMD160 94267b9c08339c7310d65106110c9b9ef133d6f8 kdeutils-3.5.8.tar.bz2 3059172 +SHA256 7dcbe3361cc53f9dac4c1bf6f45952d3d2518bec56cd8c07b8e07b4c4f12d0ac kdeutils-3.5.8.tar.bz2 3059172 diff --git a/kde-base/kcharselect/kcharselect-3.5.8.ebuild b/kde-base/kcharselect/kcharselect-3.5.8.ebuild new file mode 100644 index 000000000000..230ed2558f95 --- /dev/null +++ b/kde-base/kcharselect/kcharselect-3.5.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/kcharselect-3.5.8.ebuild,v 1.1 2007/10/19 22:02:38 philantrop Exp $ + +KMNAME=kdeutils +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" + +KMEXTRA="charselectapplet/" |