diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:07:23 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:07:23 +0000 |
commit | 68769f29d78c1e3b38c8fa9b8a5968952a95499c (patch) | |
tree | 1a2d04452c2b0c0cfb6979d563a320497f729db0 /kde-base/kmilo | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-68769f29d78c1e3b38c8fa9b8a5968952a95499c.tar.gz gentoo-2-68769f29d78c1e3b38c8fa9b8a5968952a95499c.tar.bz2 gentoo-2-68769f29d78c1e3b38c8fa9b8a5968952a95499c.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kmilo')
-rw-r--r-- | kde-base/kmilo/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5.9.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kmilo/ChangeLog b/kde-base/kmilo/ChangeLog index 3aeeee0f30c5..e330b283fc06 100644 --- a/kde-base/kmilo/ChangeLog +++ b/kde-base/kmilo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmilo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.84 2008/02/17 02:54:03 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.85 2008/02/20 23:07:23 philantrop Exp $ + +*kmilo-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kmilo-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kmilo-3.5.5.ebuild, -kmilo-3.5.6.ebuild, -kmilo-3.5.7.ebuild, -kmilo-3.5.8.ebuild, diff --git a/kde-base/kmilo/kmilo-3.5.9.ebuild b/kde-base/kmilo/kmilo-3.5.9.ebuild new file mode 100644 index 000000000000..ab4ee6745bc6 --- /dev/null +++ b/kde-base/kmilo/kmilo-3.5.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.9.ebuild,v 1.1 2008/02/20 23:07:23 philantrop Exp $ + +KMNAME=kdeutils +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="kded module that can support various types of hardware input devices, such as those on keyboards." +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility pbbuttonsd" + +DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" +RDEPEND="${DEPEND}" + +src_compile() { + local myconf="$(use_with pbbuttonsd powerbook)" + + kde-meta_src_compile +} |