diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-03 13:30:02 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-03 13:30:02 +0000 |
commit | f3642c47d00fee33d973bae572b7c702fa9bf683 (patch) | |
tree | e2846522e3560966762931bb90d3533f11457e03 /kde-base/konsole | |
parent | Add missing slot dependencies on Qt. (diff) | |
download | historical-f3642c47d00fee33d973bae572b7c702fa9bf683.tar.gz historical-f3642c47d00fee33d973bae572b7c702fa9bf683.tar.bz2 historical-f3642c47d00fee33d973bae572b7c702fa9bf683.zip |
Remove KDE SC 4.7.4
Package-Manager: portage-2.2.0_alpha124/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.7.4-r1.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index c9f19a66aa1c..94bbddaa50c2 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.241 2012/09/03 13:00:35 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.242 2012/09/03 13:29:28 johu Exp $ + + 03 Sep 2012; Johannes Huber <johu@gentoo.org> -konsole-4.7.4-r1.ebuild: + Remove KDE SC 4.7.4 03 Sep 2012; Johannes Huber <johu@gentoo.org> -konsole-4.8.3.ebuild: Remove KDE SC 4.8.3 diff --git a/kde-base/konsole/konsole-4.7.4-r1.ebuild b/kde-base/konsole/konsole-4.7.4-r1.ebuild deleted file mode 100644 index ae38639a8da8..000000000000 --- a/kde-base/konsole/konsole-4.7.4-r1.ebuild +++ /dev/null @@ -1,40 +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.7.4-r1.ebuild,v 1.4 2012/02/18 15:48:46 nixnut Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KDE_SCM="git" - -KDE_DOC_DIRS="doc/manual" - -inherit kde4-base - -DESCRIPTION="X terminal for use with KDE" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -COMMONDEPEND=" - !aqua? ( - 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.6.4-imagesize.patch" - "${FILESDIR}/${PN}-4.7.0-tests.patch" - "${FILESDIR}/${PN}-4.7.4-ypos.patch" -) |