diff options
author | 2009-01-14 15:21:45 +0000 | |
---|---|---|
committer | 2009-01-14 15:21:45 +0000 | |
commit | c788a5fc3f336bcbd2d679069c0e01bd377e5d49 (patch) | |
tree | fbea3b9fb2ff71d72ac3b5deb710dd21cf9245e8 /kde-base/konsole | |
parent | Drop KDE 4.1.2 and 4.1.3 (diff) | |
download | gentoo-2-c788a5fc3f336bcbd2d679069c0e01bd377e5d49.tar.gz gentoo-2-c788a5fc3f336bcbd2d679069c0e01bd377e5d49.tar.bz2 gentoo-2-c788a5fc3f336bcbd2d679069c0e01bd377e5d49.zip |
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/konsole')
-rw-r--r-- | kde-base/konsole/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.1.2.ebuild | 34 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.1.3.ebuild | 34 |
3 files changed, 5 insertions, 69 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index 0edfc366a272..349c2be1ea4c 100644 --- a/kde-base/konsole/ChangeLog +++ b/kde-base/konsole/ChangeLog @@ -1,6 +1,10 @@ # 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.111 2009/01/13 22:34:14 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.112 2009/01/14 15:21:45 alexxy Exp $ + + 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -konsole-4.1.2.ebuild, + -konsole-4.1.3.ebuild: + Drop KDE 4.1.2 and 4.1.3 *konsole-4.1.4 (13 Jan 2009) diff --git a/kde-base/konsole/konsole-4.1.2.ebuild b/kde-base/konsole/konsole-4.1.2.ebuild deleted file mode 100644 index efce2ef89de7..000000000000 --- a/kde-base/konsole/konsole-4.1.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.1.2.ebuild,v 1.1 2008/10/02 09:33:10 jmbsvicetto Exp $ - -EAPI="2" - -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.1.3.ebuild b/kde-base/konsole/konsole-4.1.3.ebuild deleted file mode 100644 index b3940d030c72..000000000000 --- a/kde-base/konsole/konsole-4.1.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.1.3.ebuild,v 1.2 2008/11/16 07:53:47 vapier Exp $ - -EAPI="2" - -KMNAME=kdebase -KMMODULE=apps/${PN} -inherit kde4-meta - -DESCRIPTION="X terminal for use with KDE." -KEYWORDS="~amd64 ~ppc ~ppc64 ~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 -} |