diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 19:37:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 19:37:56 +0000 |
commit | d0dcc892536ca7f4f5365db6d080ad2f9f29a233 (patch) | |
tree | 7de07f643cc3f791509b50b49e0124b1a9e6331f /kde-base/kbstateapplet | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-d0dcc892536ca7f4f5365db6d080ad2f9f29a233.tar.gz gentoo-2-d0dcc892536ca7f4f5365db6d080ad2f9f29a233.tar.bz2 gentoo-2-d0dcc892536ca7f4f5365db6d080ad2f9f29a233.zip |
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/kbstateapplet')
-rw-r--r-- | kde-base/kbstateapplet/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kbstateapplet/files/digest-kbstateapplet-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/kbstateapplet/kbstateapplet-3.5.6.ebuild | 15 |
3 files changed, 26 insertions, 2 deletions
diff --git a/kde-base/kbstateapplet/ChangeLog b/kde-base/kbstateapplet/ChangeLog index b21ab8bba5b0..fd460e9048bb 100644 --- a/kde-base/kbstateapplet/ChangeLog +++ b/kde-base/kbstateapplet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kbstateapplet -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbstateapplet/ChangeLog,v 1.60 2006/12/11 11:17:36 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbstateapplet/ChangeLog,v 1.61 2007/01/16 19:37:56 flameeyes Exp $ + +*kbstateapplet-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + +kbstateapplet-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> kbstateapplet-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/kbstateapplet/files/digest-kbstateapplet-3.5.6 b/kde-base/kbstateapplet/files/digest-kbstateapplet-3.5.6 new file mode 100644 index 000000000000..26c8fec16022 --- /dev/null +++ b/kde-base/kbstateapplet/files/digest-kbstateapplet-3.5.6 @@ -0,0 +1,3 @@ +MD5 03d3c9f4d8c2fd12b7d0e020e11cd88e kdeaccessibility-3.5.6.tar.bz2 8614965 +RMD160 3fdd4b0ab576757378799c2a166d7bce8ccb2d25 kdeaccessibility-3.5.6.tar.bz2 8614965 +SHA256 8e78da851bbe1d11f660c16e670cf1f33a6928d3561009f529bec45875352acf kdeaccessibility-3.5.6.tar.bz2 8614965 diff --git a/kde-base/kbstateapplet/kbstateapplet-3.5.6.ebuild b/kde-base/kbstateapplet/kbstateapplet-3.5.6.ebuild new file mode 100644 index 000000000000..180e4eec3848 --- /dev/null +++ b/kde-base/kbstateapplet/kbstateapplet-3.5.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbstateapplet/kbstateapplet-3.5.6.ebuild,v 1.1 2007/01/16 19:37:56 flameeyes Exp $ +KMNAME=kdeaccessibility +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE panel applet that displays the keyboard status" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/kcontrol)" + +RDEPEND="${DEPEND}" + |