diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 23:08:00 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 23:08:00 +0000 |
commit | cbaaa4d53be4a2261960cd1f5bf168e385a43c34 (patch) | |
tree | 0d7ff68ddc44f92438491fa173f06a10987ce2ed /kde-base/kmilo | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-cbaaa4d53be4a2261960cd1f5bf168e385a43c34.tar.gz gentoo-2-cbaaa4d53be4a2261960cd1f5bf168e385a43c34.tar.bz2 gentoo-2-cbaaa4d53be4a2261960cd1f5bf168e385a43c34.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/kmilo')
-rw-r--r-- | kde-base/kmilo/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmilo/files/digest-kmilo-3.5.8 | 3 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5.8.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/kmilo/ChangeLog b/kde-base/kmilo/ChangeLog index edbdef75047d..29aaceebad58 100644 --- a/kde-base/kmilo/ChangeLog +++ b/kde-base/kmilo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmilo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.74 2007/08/11 15:14:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.75 2007/10/19 23:08:00 philantrop Exp $ + +*kmilo-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> +kmilo-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kmilo-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/kmilo/files/digest-kmilo-3.5.8 b/kde-base/kmilo/files/digest-kmilo-3.5.8 new file mode 100644 index 000000000000..41ce46180134 --- /dev/null +++ b/kde-base/kmilo/files/digest-kmilo-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/kmilo/kmilo-3.5.8.ebuild b/kde-base/kmilo/kmilo-3.5.8.ebuild new file mode 100644 index 000000000000..cbfb8b0e82cc --- /dev/null +++ b/kde-base/kmilo/kmilo-3.5.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.8.ebuild,v 1.1 2007/10/19 23:08:00 philantrop Exp $ + +KMNAME=kdeutils +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware +input devices that exist, 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 +} |