commit:     0fa428f2b4c26fc4d1b3a2539a96dc8a85d8d925
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 12:15:55 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 12:23:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa428f2

kde-misc/ktexteditorpreviewplugin: new package

Imported from KDE overlay.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-misc/ktexteditorpreviewplugin/Manifest         |  1 +
 .../ktexteditorpreviewplugin-0.1.0.ebuild          | 27 ++++++++++++++++++++++
 kde-misc/ktexteditorpreviewplugin/metadata.xml     |  8 +++++++
 3 files changed, 36 insertions(+)

diff --git a/kde-misc/ktexteditorpreviewplugin/Manifest 
b/kde-misc/ktexteditorpreviewplugin/Manifest
new file mode 100644
index 00000000000..9387bc66bcf
--- /dev/null
+++ b/kde-misc/ktexteditorpreviewplugin/Manifest
@@ -0,0 +1 @@
+DIST ktexteditorpreviewplugin-0.1.0.tar.xz 21768 SHA256 
21e17a97fe2b942991ce564371ce822564397488847f8d21d7d5b24d4c120796 SHA512 
aa5a41dce999cb16464a4f306dcb289ed37565670acfa373ec720c581945064149ec5c8664af887e114ac4655ed32620332fcc7fdc2d1a6700b092cfbb84fa56
 WHIRLPOOL 
85833a6220da9c25660ac4520d46722467557c54054915420619447219638e5c162e6e3ceff3910ac23c5885daaaa77dd43170ce65a265fcaefccccd11687735

diff --git 
a/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild 
b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild
new file mode 100644
index 00000000000..23ebd5192fb
--- /dev/null
+++ b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Plugin for previewing content using the KTextEditor Framework"
+HOMEPAGE="https://frinring.wordpress.com/2017/08/21/look-what-you-have-donewwdo/";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kparts)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep ktexteditor)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"

diff --git a/kde-misc/ktexteditorpreviewplugin/metadata.xml 
b/kde-misc/ktexteditorpreviewplugin/metadata.xml
new file mode 100644
index 00000000000..2fdbf33d963
--- /dev/null
+++ b/kde-misc/ktexteditorpreviewplugin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to