diff options
Diffstat (limited to 'kde-base/ksystraycmd')
-rw-r--r-- | kde-base/ksystraycmd/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksystraycmd/ksystraycmd-4.3.1.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ksystraycmd/ChangeLog b/kde-base/ksystraycmd/ChangeLog index 614cf70246a3..32d7d515f8c6 100644 --- a/kde-base/ksystraycmd/ChangeLog +++ b/kde-base/ksystraycmd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/ksystraycmd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.109 2009/08/04 04:41:07 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.110 2009/09/01 16:02:26 tampakrap Exp $ + +*ksystraycmd-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> + +ksystraycmd-4.3.1.ebuild: + Version bump 04 Aug 2009; Alex Alexander <wired@gentoo.org> ChangeLog: manifest update (upstream tarball changed) diff --git a/kde-base/ksystraycmd/ksystraycmd-4.3.1.ebuild b/kde-base/ksystraycmd/ksystraycmd-4.3.1.ebuild new file mode 100644 index 000000000000..5df44cf260ac --- /dev/null +++ b/kde-base/ksystraycmd/ksystraycmd-4.3.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ksystraycmd-4.3.1.ebuild,v 1.1 2009/09/01 16:02:26 tampakrap Exp $ + +EAPI="2" + +KMNAME="kdebase-workspace" +inherit kde4-meta + +DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" |