summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 08:19:14 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 08:19:14 +0000
commit6ed365caecd3018b6ec42f1fa85c1d869ecddfd0 (patch)
tree942fa57071286408fffa3280e19852c5fecee72f /kde-base
parentAdd kde-4.1.2 into the tree from the kde-testing overlay. (diff)
downloadgentoo-2-6ed365caecd3018b6ec42f1fa85c1d869ecddfd0.tar.gz
gentoo-2-6ed365caecd3018b6ec42f1fa85c1d869ecddfd0.tar.bz2
gentoo-2-6ed365caecd3018b6ec42f1fa85c1d869ecddfd0.zip
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdessh/ChangeLog8
-rw-r--r--kde-base/kdessh/kdessh-4.1.2.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kdessh/ChangeLog b/kde-base/kdessh/ChangeLog
index 1083887cf030..ad4539682be9 100644
--- a/kde-base/kdessh/ChangeLog
+++ b/kde-base/kdessh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdessh
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdessh/ChangeLog,v 1.10 2008/06/09 15:16:09 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdessh/ChangeLog,v 1.11 2008/10/02 08:19:14 jmbsvicetto Exp $
+
+*kdessh-4.1.2 (02 Oct 2008)
+
+ 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +kdessh-4.1.2.ebuild:
+ Add kde-4.1.2 into the tree from the kde-testing overlay.
09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kdessh-4.0.2.ebuild,
-kdessh-4.0.3.ebuild:
diff --git a/kde-base/kdessh/kdessh-4.1.2.ebuild b/kde-base/kdessh/kdessh-4.1.2.ebuild
new file mode 100644
index 000000000000..cc93951e9c27
--- /dev/null
+++ b/kde-base/kdessh/kdessh-4.1.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdessh/kdessh-4.1.2.ebuild,v 1.1 2008/10/02 08:19:14 jmbsvicetto Exp $
+
+EAPI="2"
+
+KMNAME=kdeutils
+inherit kde4-meta
+
+DESCRIPTION="KDE frontend to ssh"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="virtual/ssh"