summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-10-16 16:11:13 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-10-16 16:11:13 +0000
commit8d60e68b9e4fc9d06be3e7ca4d51d6cb46c3b29c (patch)
treef80d612cb62d5cded2088c80a4c61b375137d95a /kde-misc
parentMarked stable on mips. (diff)
downloadgentoo-2-8d60e68b9e4fc9d06be3e7ca4d51d6cb46c3b29c.tar.gz
gentoo-2-8d60e68b9e4fc9d06be3e7ca4d51d6cb46c3b29c.tar.bz2
gentoo-2-8d60e68b9e4fc9d06be3e7ca4d51d6cb46c3b29c.zip
Initial import, thanks to Thomas Kear <thomas.kear@gmail.com> for the original ebuild submission, closes bug 107238.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/yakuake/ChangeLog11
-rw-r--r--kde-misc/yakuake/Manifest3
-rw-r--r--kde-misc/yakuake/files/digest-yakuake-2.7.21
-rw-r--r--kde-misc/yakuake/metadata.xml14
-rw-r--r--kde-misc/yakuake/yakuake-2.7.2.ebuild21
5 files changed, 50 insertions, 0 deletions
diff --git a/kde-misc/yakuake/ChangeLog b/kde-misc/yakuake/ChangeLog
new file mode 100644
index 000000000000..58e891fd7220
--- /dev/null
+++ b/kde-misc/yakuake/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for kde-misc/yakuake
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/ChangeLog,v 1.1 2005/10/16 16:11:13 cryos Exp $
+
+*yakuake-2.7.2 (16 Oct 2005)
+
+ 16 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> +metadata.xml,
+ +yakuake-2.7.2.ebuild:
+ Initial import, thanks to Thomas Kear <thomas.kear@gmail.com> for the
+ original ebuild submission, closes bug 107238.
+
diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
new file mode 100644
index 000000000000..df612220e6a8
--- /dev/null
+++ b/kde-misc/yakuake/Manifest
@@ -0,0 +1,3 @@
+MD5 fd148a0b02d4c33850efad8f7dd05b63 files/digest-yakuake-2.7.2 66
+MD5 347e6648a3ba3fa79c7ebeb403703646 metadata.xml 504
+MD5 59cf57aaa1034ecfc5fb518067fe32a7 yakuake-2.7.2.ebuild 402
diff --git a/kde-misc/yakuake/files/digest-yakuake-2.7.2 b/kde-misc/yakuake/files/digest-yakuake-2.7.2
new file mode 100644
index 000000000000..ce292d245d4b
--- /dev/null
+++ b/kde-misc/yakuake/files/digest-yakuake-2.7.2
@@ -0,0 +1 @@
+MD5 a527663c84d0a73911fc485dff4ebd69 yakuake-2.7.2.tar.bz2 522356
diff --git a/kde-misc/yakuake/metadata.xml b/kde-misc/yakuake/metadata.xml
new file mode 100644
index 000000000000..dd196cb9ba8d
--- /dev/null
+++ b/kde-misc/yakuake/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <maintainer>
+ <email>cryos@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ YaKuake is Yet Another Kuake KDE terminal emulator. It drops down no a
+ configurable key press (defaults to F12) with a konsole window, supports
+ multiple tabs, multiple screens and mouse wheel tab navigation amongst other
+ features.
+ </longdescription>
+</pkgmetadata>
diff --git a/kde-misc/yakuake/yakuake-2.7.2.ebuild b/kde-misc/yakuake/yakuake-2.7.2.ebuild
new file mode 100644
index 000000000000..ed32910bafbf
--- /dev/null
+++ b/kde-misc/yakuake/yakuake-2.7.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.7.2.ebuild,v 1.1 2005/10/16 16:11:13 cryos Exp $
+
+inherit kde
+
+DESCRIPTION="Yet another Kuake KDE terminal emulator"
+HOMEPAGE="http://yakuake.uv.ro/"
+SRC_URI="http://download.softpedia.com/linux/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="|| ( kde-base/konsole
+ kde-base/kdebase )"
+
+need-kde 3.3
+