diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:23:47 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:23:47 +0000 |
commit | 6b2f0f6f2cec315e6beb6e04df4298a5b91e022a (patch) | |
tree | bc8a65b0e648730bdd521516a3af972fc5d11a72 | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-6b2f0f6f2cec315e6beb6e04df4298a5b91e022a.tar.gz gentoo-2-6b2f0f6f2cec315e6beb6e04df4298a5b91e022a.tar.bz2 gentoo-2-6b2f0f6f2cec315e6beb6e04df4298a5b91e022a.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | kde-base/ksystraycmd/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksystraycmd/ksystraycmd-4.2.4.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ksystraycmd/ChangeLog b/kde-base/ksystraycmd/ChangeLog index b8500f9efb8a..b7b36d957584 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.99 2009/06/03 17:30:47 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.100 2009/06/04 13:23:47 alexxy Exp $ + +*ksystraycmd-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + +ksystraycmd-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksystraycmd-4.2.2.ebuild: diff --git a/kde-base/ksystraycmd/ksystraycmd-4.2.4.ebuild b/kde-base/ksystraycmd/ksystraycmd-4.2.4.ebuild new file mode 100644 index 000000000000..d225bccac7bd --- /dev/null +++ b/kde-base/ksystraycmd/ksystraycmd-4.2.4.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.2.4.ebuild,v 1.1 2009/06/04 13:23:47 alexxy 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 ~sparc ~x86 ~x86-fbsd" +IUSE="debug" |