summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:29:03 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:29:03 +0000
commit6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a (patch)
tree8b03b2997b4996d138f8e4a411fc0e84750d4040 /kde-base/konsole
parentstabilize new versions for amd64,ppc,x86 (diff)
downloadhistorical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.gz
historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.bz2
historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.zip
Old.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'kde-base/konsole')
-rw-r--r--kde-base/konsole/ChangeLog8
-rw-r--r--kde-base/konsole/konsole-4.0.1.ebuild33
2 files changed, 7 insertions, 34 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog
index 213f565ffae2..2da61dc971c9 100644
--- a/kde-base/konsole/ChangeLog
+++ b/kde-base/konsole/ChangeLog
@@ -1,6 +1,12 @@
# 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.95 2008/03/10 23:48:08 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.96 2008/03/20 17:44:32 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -konsole-4.0.1.ebuild:
+ Old.
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -konsole-4.0.1.ebuild:
+ Old.
*konsole-4.0.2 (10 Mar 2008)
diff --git a/kde-base/konsole/konsole-4.0.1.ebuild b/kde-base/konsole/konsole-4.0.1.ebuild
deleted file mode 100644
index fe936f6ccaf0..000000000000
--- a/kde-base/konsole/konsole-4.0.1.ebuild
+++ /dev/null
@@ -1,33 +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.1.ebuild,v 1.2 2008/03/04 03:02:00 jer Exp $
-
-EAPI="1"
-
-KMNAME=kdebase
-KMMODULE=apps/${PN}
-inherit kde4-meta
-
-DESCRIPTION="X terminal for use with KDE."
-KEYWORDS="~amd64 ~hppa ~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
-}