diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 12:25:34 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 12:25:34 +0000 |
commit | 2ea6f4e82af0f05743376ebeede65af01d018760 (patch) | |
tree | fa501574e904b427873f7beb273920ffcd2b9d62 /kde-base/konsole | |
parent | Removed old versions. (diff) | |
download | gentoo-2-2ea6f4e82af0f05743376ebeede65af01d018760.tar.gz gentoo-2-2ea6f4e82af0f05743376ebeede65af01d018760.tar.bz2 gentoo-2-2ea6f4e82af0f05743376ebeede65af01d018760.zip |
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/konsole')
-rw-r--r-- | kde-base/konsole/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/konsole/konsole-3.5.8.ebuild | 24 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.0.2.ebuild | 34 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.0.3.ebuild | 34 |
4 files changed, 5 insertions, 93 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index 088fd7c57e9c..4f8040470144 100644 --- a/kde-base/konsole/ChangeLog +++ b/kde-base/konsole/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/konsole # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.104 2008/06/05 22:09:17 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.105 2008/06/07 12:25:34 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -konsole-3.5.8.ebuild, -konsole-4.0.2.ebuild, -konsole-4.0.3.ebuild: + Removed old versions. *konsole-4.0.5 (05 Jun 2008) diff --git a/kde-base/konsole/konsole-3.5.8.ebuild b/kde-base/konsole/konsole-3.5.8.ebuild deleted file mode 100644 index 852d76ec8ad4..000000000000 --- a/kde-base/konsole/konsole-3.5.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-3.5.8.ebuild,v 1.7 2008/03/04 03:02:00 jer Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="X terminal for use with KDE." -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXtst" - -DEPEND="${RDEPEND} - x11-apps/bdftopcf" - -# For kcm_konsole module -RDEPEND="${RDEPEND} - kde-base/kcontrol" diff --git a/kde-base/konsole/konsole-4.0.2.ebuild b/kde-base/konsole/konsole-4.0.2.ebuild deleted file mode 100644 index 16ca3055864a..000000000000 --- a/kde-base/konsole/konsole-4.0.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-4.0.2.ebuild,v 1.1 2008/03/10 23:48:08 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase -KMMODULE=apps/${PN} -inherit kde4-meta - -DESCRIPTION="X terminal for use with KDE." -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" - -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}" - -src_unpack() { - if use htmlhandbook; then - KMEXTRA="${KMEXTRA} - apps/doc/${PN}" - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/konsole/konsole-4.0.3.ebuild b/kde-base/konsole/konsole-4.0.3.ebuild deleted file mode 100644 index 878ceb87aa3f..000000000000 --- a/kde-base/konsole/konsole-4.0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-4.0.3.ebuild,v 1.1 2008/04/03 21:21:47 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase -KMMODULE=apps/${PN} -inherit kde4-meta - -DESCRIPTION="X terminal for use with KDE." -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" - -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}" - -src_unpack() { - if use htmlhandbook; then - KMEXTRA="${KMEXTRA} - apps/doc/${PN}" - fi - - kde4-meta_src_unpack -} |