diff options
author | 2015-05-31 22:06:18 +0000 | |
---|---|---|
committer | 2015-05-31 22:06:18 +0000 | |
commit | 785902c8217c6232472fb6521c23cbe2cdd45a0d (patch) | |
tree | eece118d5a4804b42d19b57e5d9400f8816c256d /kde-plasma/kwrited | |
parent | Mask Plasma 5.3 for testing. (diff) | |
download | gentoo-2-785902c8217c6232472fb6521c23cbe2cdd45a0d.tar.gz gentoo-2-785902c8217c6232472fb6521c23cbe2cdd45a0d.tar.bz2 gentoo-2-785902c8217c6232472fb6521c23cbe2cdd45a0d.zip |
Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by several people. Thank you all who worked on it in the overlay.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'kde-plasma/kwrited')
-rw-r--r-- | kde-plasma/kwrited/ChangeLog | 10 | ||||
-rw-r--r-- | kde-plasma/kwrited/kwrited-5.3.1.ebuild | 23 | ||||
-rw-r--r-- | kde-plasma/kwrited/metadata.xml | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwrited/ChangeLog b/kde-plasma/kwrited/ChangeLog new file mode 100644 index 000000000000..1fdf917f6752 --- /dev/null +++ b/kde-plasma/kwrited/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-plasma/kwrited +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwrited/ChangeLog,v 1.1 2015/05/31 22:06:17 johu Exp $ + +*kwrited-5.3.1 (31 May 2015) + + 31 May 2015; Johannes Huber <johu@gentoo.org> +kwrited-5.3.1.ebuild, + +metadata.xml: + Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by + several people. Thank you all who worked on it in the overlay. diff --git a/kde-plasma/kwrited/kwrited-5.3.1.ebuild b/kde-plasma/kwrited/kwrited-5.3.1.ebuild new file mode 100644 index 000000000000..3fabfb0f09e9 --- /dev/null +++ b/kde-plasma/kwrited/kwrited-5.3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwrited/kwrited-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="KDE daemon listening for wall and write messages" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kpty) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND} + !kde-base/kwrited +" diff --git a/kde-plasma/kwrited/metadata.xml b/kde-plasma/kwrited/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-plasma/kwrited/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |