diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:03:27 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:03:27 +0000 |
commit | 41954dec8e2cae41afc003f997c07ff3f479b618 (patch) | |
tree | 1070b6c93ce3379d9ecfa324b8a7c4e8e6cb45db /kde-base/konsole | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-41954dec8e2cae41afc003f997c07ff3f479b618.tar.gz gentoo-2-41954dec8e2cae41afc003f997c07ff3f479b618.tar.bz2 gentoo-2-41954dec8e2cae41afc003f997c07ff3f479b618.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/konsole')
-rw-r--r-- | kde-base/konsole/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.2.4.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index 3bc423957b30..41498fffe93c 100644 --- a/kde-base/konsole/ChangeLog +++ b/kde-base/konsole/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/konsole # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.125 2009/06/03 19:51:13 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.126 2009/06/04 13:03:27 alexxy Exp $ + +*konsole-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +konsole-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -konsole-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/konsole/konsole-4.2.4.ebuild b/kde-base/konsole/konsole-4.2.4.ebuild new file mode 100644 index 000000000000..33ecfabeba07 --- /dev/null +++ b/kde-base/konsole/konsole-4.2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-4.2.4.ebuild,v 1.1 2009/06/04 13:03:27 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="X terminal for use with KDE." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" + +COMMONDEPEND=" + x11-libs/libX11 + x11-libs/libXext + >=x11-libs/libxklavier-3.2 + x11-libs/libXrender + x11-libs/libXtst +" +DEPEND="${COMMONDEPEND} + x11-apps/bdftopcf + x11-proto/kbproto + x11-proto/renderproto +" +RDEPEND="${COMMONDEPEND}" |