commit:     82a506859886bd721534b13811310a56e29da948
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 13:24:17 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 13:27:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a50685

kde-misc/ktexteditorpreviewplugin: version bump 0.2.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-misc/ktexteditorpreviewplugin/Manifest         |  1 +
 .../ktexteditorpreviewplugin-0.2.0.ebuild          | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/kde-misc/ktexteditorpreviewplugin/Manifest 
b/kde-misc/ktexteditorpreviewplugin/Manifest
index 9387bc66bcf..cf11cab446e 100644
--- a/kde-misc/ktexteditorpreviewplugin/Manifest
+++ b/kde-misc/ktexteditorpreviewplugin/Manifest
@@ -1 +1,2 @@
 DIST ktexteditorpreviewplugin-0.1.0.tar.xz 21768 SHA256 
21e17a97fe2b942991ce564371ce822564397488847f8d21d7d5b24d4c120796 SHA512 
aa5a41dce999cb16464a4f306dcb289ed37565670acfa373ec720c581945064149ec5c8664af887e114ac4655ed32620332fcc7fdc2d1a6700b092cfbb84fa56
 WHIRLPOOL 
85833a6220da9c25660ac4520d46722467557c54054915420619447219638e5c162e6e3ceff3910ac23c5885daaaa77dd43170ce65a265fcaefccccd11687735
+DIST ktexteditorpreviewplugin-0.2.0.tar.xz 24956 SHA256 
ab54382dfd8e88247b53b72fdd9b259feb7c0266300b604db899edf0828677ae SHA512 
141970e7d6d1b37fd45c8715962d7f4c7b8fad5fe9284ce85b209dafe2692d9ccf8f13d5c5d4248335f0081db08f29e16d83fb6fe478a6ccd04485d916b92360
 WHIRLPOOL 
fc8519a8cd0941b2f4264aad73b0af0be4ed7480412210813bdd65a012c32b52d346b84e9050c1305203d429f69d8a1fc717bf2d4cff27837dae7bb0f8c72d7f

diff --git 
a/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.2.0.ebuild 
b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.2.0.ebuild
new file mode 100644
index 00000000000..0171858344c
--- /dev/null
+++ b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.2.0.ebuild
@@ -0,0 +1,29 @@
+# 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_frameworks_dep kxmlgui)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}"

Reply via email to