From 9a1d9b9907e3883d549e200e19f957da27c47f33 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 5 Dec 2009 15:40:41 +0000 Subject: Initial commit. (Portage version: 2.2_rc54/cvs/Linux x86_64) --- kde-misc/plasmaboard/ChangeLog | 10 ++++++++++ kde-misc/plasmaboard/metadata.xml | 5 +++++ kde-misc/plasmaboard/plasmaboard-0.91.ebuild | 19 +++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 kde-misc/plasmaboard/ChangeLog create mode 100644 kde-misc/plasmaboard/metadata.xml create mode 100644 kde-misc/plasmaboard/plasmaboard-0.91.ebuild (limited to 'kde-misc') diff --git a/kde-misc/plasmaboard/ChangeLog b/kde-misc/plasmaboard/ChangeLog new file mode 100644 index 000000000000..6c4ca2fbd578 --- /dev/null +++ b/kde-misc/plasmaboard/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-misc/plasmaboard +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/ChangeLog,v 1.1 2009/12/05 15:40:41 ssuominen Exp $ + +*plasmaboard-0.91 (05 Dec 2009) + + 05 Dec 2009; Samuli Suominen + +plasmaboard-0.91.ebuild: + Initial commit wrt #271389, thanks to Christian Schafmeister for ebuild. + diff --git a/kde-misc/plasmaboard/metadata.xml b/kde-misc/plasmaboard/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/kde-misc/plasmaboard/metadata.xml @@ -0,0 +1,5 @@ + + + +kde + diff --git a/kde-misc/plasmaboard/plasmaboard-0.91.ebuild b/kde-misc/plasmaboard/plasmaboard-0.91.ebuild new file mode 100644 index 000000000000..8c4e5bef9980 --- /dev/null +++ b/kde-misc/plasmaboard/plasmaboard-0.91.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild,v 1.1 2009/12/05 15:40:41 ssuominen Exp $ + +EAPI=2 +inherit kde4-base + +DESCRIPTION="A virtual keyboard for your desktop" +HOMEPAGE="http://www.kde-look.org/content/show.php/Plasmaboard?content=101822" +SRC_URI="http://www.kde-look.org/CONTENT/content-files/101822-${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +S=${WORKDIR}/${PN} + +DOCS="AUTHORS README" -- cgit v1.2.3-65-gdbad