diff options
author | 2012-09-21 09:33:18 +0000 | |
---|---|---|
committer | 2012-09-21 09:33:18 +0000 | |
commit | dec7bc1ce2f1b8483b662f44a496719baa894981 (patch) | |
tree | 5c82e15d671ce076e9454e1d234a36e7007ffd31 /kde-base/konsole | |
parent | Keyword ~ppc64, bug #428356 (diff) | |
download | gentoo-2-dec7bc1ce2f1b8483b662f44a496719baa894981.tar.gz gentoo-2-dec7bc1ce2f1b8483b662f44a496719baa894981.tar.bz2 gentoo-2-dec7bc1ce2f1b8483b662f44a496719baa894981.zip |
Remove KDE SC 4.9.0
(Portage version: 2.2.0_alpha130/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/konsole')
-rw-r--r-- | kde-base/konsole/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.9.0.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index 0f400dffccd0..b49914ec23ed 100644 --- a/kde-base/konsole/ChangeLog +++ b/kde-base/konsole/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/konsole # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.244 2012/09/04 18:44:56 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.245 2012/09/21 09:32:30 johu Exp $ + + 21 Sep 2012; Johannes Huber <johu@gentoo.org> -konsole-4.9.0.ebuild: + Remove KDE SC 4.9.0 *konsole-4.9.1 (04 Sep 2012) diff --git a/kde-base/konsole/konsole-4.9.0.ebuild b/kde-base/konsole/konsole-4.9.0.ebuild deleted file mode 100644 index ac7f80bef243..000000000000 --- a/kde-base/konsole/konsole-4.9.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-4.9.0.ebuild,v 1.1 2012/08/01 22:17:38 johu Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KDE_DOC_DIRS="doc/manual" -KDE_SCM="git" -VIRTUALX_REQUIRED="test" -inherit kde4-base - -DESCRIPTION="X terminal for use with KDE" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -COMMONDEPEND=" - !aqua? ( - $(add_kdebase_dep libkonq) - x11-libs/libX11 - x11-libs/libXext - >=x11-libs/libxklavier-3.2 - x11-libs/libXrender - x11-libs/libXtst - ) -" -DEPEND="${COMMONDEPEND} - !aqua? ( - x11-apps/bdftopcf - x11-proto/kbproto - x11-proto/renderproto - ) -" -RDEPEND="${COMMONDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-4.7.0-tests.patch" -) |