diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-01-17 23:36:00 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-01-17 23:36:00 +0000 |
commit | 87fff62c4c3dc9450505de2efb013a9081510c83 (patch) | |
tree | a5a1a910191521f37c015a145022217fe08535cd /kde-base/kcharselect | |
parent | Added KDE 4.0.0's kcalc. (diff) | |
download | gentoo-2-87fff62c4c3dc9450505de2efb013a9081510c83.tar.gz gentoo-2-87fff62c4c3dc9450505de2efb013a9081510c83.tar.bz2 gentoo-2-87fff62c4c3dc9450505de2efb013a9081510c83.zip |
Added KDE 4.0.0's kcharselect.
(Portage version: 2.1.4)
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kcharselect/files/digest-kcharselect-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-4.0.0.ebuild | 12 |
3 files changed, 23 insertions, 2 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 953624162017..90b934102bbf 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.60 2007/10/19 22:02:38 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.61 2008/01/17 23:35:59 philantrop Exp $ + +*kcharselect-4.0.0 (17 Jan 2008) + + 17 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcharselect-4.0.0.ebuild: + Added KDE 4.0.0's kcharselect. *kcharselect-3.5.8 (19 Oct 2007) diff --git a/kde-base/kcharselect/files/digest-kcharselect-4.0.0 b/kde-base/kcharselect/files/digest-kcharselect-4.0.0 new file mode 100644 index 000000000000..3aa85ab77bb9 --- /dev/null +++ b/kde-base/kcharselect/files/digest-kcharselect-4.0.0 @@ -0,0 +1,3 @@ +MD5 5815625f215ff3be47a21074d2c047a0 kdeutils-4.0.0.tar.bz2 2352487 +RMD160 28a2d5f60bd63a17f5b9230dd01f3f7162d6d6c1 kdeutils-4.0.0.tar.bz2 2352487 +SHA256 44e25e8f438240fe80923e4ad431f94e120eb4ff30d2e9a19d6bce98ce0f4341 kdeutils-4.0.0.tar.bz2 2352487 diff --git a/kde-base/kcharselect/kcharselect-4.0.0.ebuild b/kde-base/kcharselect/kcharselect-4.0.0.ebuild new file mode 100644 index 000000000000..5323574b4b75 --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.0.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/kcharselect-4.0.0.ebuild,v 1.1 2008/01/17 23:35:59 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4-meta + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |