diff options
author | 2011-06-02 21:58:00 +0000 | |
---|---|---|
committer | 2011-06-02 21:58:00 +0000 | |
commit | 298a064cbac18a7a40afb3a47dfa230fd976bcea (patch) | |
tree | 72bbbd9777d2d6d6fcb39ee96ec18b6edf243de5 /kde-base/konsole | |
parent | Bump to 0.10.0, new slot, ebuild from the GNOME overlay (diff) | |
download | gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.gz gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.bz2 gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.zip |
Drop KDE 4.4
(Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/konsole')
-rw-r--r-- | kde-base/konsole/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.4.5.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index 8c07ff04ee8c..b539869f4b94 100644 --- a/kde-base/konsole/ChangeLog +++ b/kde-base/konsole/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/konsole # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.190 2011/06/01 18:44:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.191 2011/06/02 21:57:44 dilfridge Exp $ + + 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -konsole-4.4.5.ebuild: + Drop KDE-4.4 01 Jun 2011; Brent Baude <ranger@gentoo.org> konsole-4.6.2.ebuild: Marking konsole-4.6.2 ppc stable for bug 354033 diff --git a/kde-base/konsole/konsole-4.4.5.ebuild b/kde-base/konsole/konsole-4.4.5.ebuild deleted file mode 100644 index daf3ec40644e..000000000000 --- a/kde-base/konsole/konsole-4.4.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-4.4.5.ebuild,v 1.5 2010/08/09 17:34:01 scarabeus Exp $ - -EAPI="3" - -KMNAME="kdebase-apps" -inherit kde4-meta - -DESCRIPTION="X terminal for use with KDE." -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -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.4.2-remember-size.patch" -) |