Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/ktexteditorpreviewplugin/
Date: Tue, 26 Sep 2017 12:24:12
Message-Id: 1506428639.0fa428f2b4c26fc4d1b3a2539a96dc8a85d8d925.kensington@gentoo
1 commit: 0fa428f2b4c26fc4d1b3a2539a96dc8a85d8d925
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 26 12:15:55 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 26 12:23:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa428f2
7
8 kde-misc/ktexteditorpreviewplugin: new package
9
10 Imported from KDE overlay.
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 kde-misc/ktexteditorpreviewplugin/Manifest | 1 +
15 .../ktexteditorpreviewplugin-0.1.0.ebuild | 27 ++++++++++++++++++++++
16 kde-misc/ktexteditorpreviewplugin/metadata.xml | 8 +++++++
17 3 files changed, 36 insertions(+)
18
19 diff --git a/kde-misc/ktexteditorpreviewplugin/Manifest b/kde-misc/ktexteditorpreviewplugin/Manifest
20 new file mode 100644
21 index 00000000000..9387bc66bcf
22 --- /dev/null
23 +++ b/kde-misc/ktexteditorpreviewplugin/Manifest
24 @@ -0,0 +1 @@
25 +DIST ktexteditorpreviewplugin-0.1.0.tar.xz 21768 SHA256 21e17a97fe2b942991ce564371ce822564397488847f8d21d7d5b24d4c120796 SHA512 aa5a41dce999cb16464a4f306dcb289ed37565670acfa373ec720c581945064149ec5c8664af887e114ac4655ed32620332fcc7fdc2d1a6700b092cfbb84fa56 WHIRLPOOL 85833a6220da9c25660ac4520d46722467557c54054915420619447219638e5c162e6e3ceff3910ac23c5885daaaa77dd43170ce65a265fcaefccccd11687735
26
27 diff --git a/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild
28 new file mode 100644
29 index 00000000000..23ebd5192fb
30 --- /dev/null
31 +++ b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild
32 @@ -0,0 +1,27 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit kde5
39 +
40 +DESCRIPTION="Plugin for previewing content using the KTextEditor Framework"
41 +HOMEPAGE="https://frinring.wordpress.com/2017/08/21/look-what-you-have-donewwdo/"
42 +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
43 +
44 +LICENSE="LGPL-2.1+"
45 +KEYWORDS="~amd64"
46 +IUSE=""
47 +
48 +DEPEND="
49 + $(add_frameworks_dep kconfig)
50 + $(add_frameworks_dep kcoreaddons)
51 + $(add_frameworks_dep ki18n)
52 + $(add_frameworks_dep kparts)
53 + $(add_frameworks_dep kservice)
54 + $(add_frameworks_dep ktexteditor)
55 + $(add_frameworks_dep kwidgetsaddons)
56 + $(add_qt_dep qtgui)
57 + $(add_qt_dep qtwidgets)
58 +"
59 +RDEPEND="${DEPEND}"
60
61 diff --git a/kde-misc/ktexteditorpreviewplugin/metadata.xml b/kde-misc/ktexteditorpreviewplugin/metadata.xml
62 new file mode 100644
63 index 00000000000..2fdbf33d963
64 --- /dev/null
65 +++ b/kde-misc/ktexteditorpreviewplugin/metadata.xml
66 @@ -0,0 +1,8 @@
67 +<?xml version="1.0" encoding="UTF-8"?>
68 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 +<pkgmetadata>
70 + <maintainer type="project">
71 + <email>kde@g.o</email>
72 + <name>Gentoo KDE Project</name>
73 + </maintainer>
74 +</pkgmetadata>