public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/ktexteditorpreviewplugin/
Date: Wed,  8 Nov 2017 08:55:09 +0000 (UTC)	[thread overview]
Message-ID: <1510129741.22f5a4f6e2f81a669f504d64eb50eec46ca107c1.asturm@gentoo> (raw)

commit:     22f5a4f6e2f81a669f504d64eb50eec46ca107c1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 20:09:24 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov  8 08:29:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f5a4f6

kde-misc/ktexteditorpreviewplugin: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 kde-misc/ktexteditorpreviewplugin/Manifest         |  2 --
 .../ktexteditorpreviewplugin-0.1.0.ebuild          | 27 --------------------
 .../ktexteditorpreviewplugin-0.2.0.ebuild          | 29 ----------------------
 3 files changed, 58 deletions(-)

diff --git a/kde-misc/ktexteditorpreviewplugin/Manifest b/kde-misc/ktexteditorpreviewplugin/Manifest
index 7722f9f480c..67a647757f8 100644
--- a/kde-misc/ktexteditorpreviewplugin/Manifest
+++ b/kde-misc/ktexteditorpreviewplugin/Manifest
@@ -1,3 +1 @@
-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
 DIST ktexteditorpreviewplugin-0.2.1.tar.xz 26472 SHA256 f5fd393f15fb04a49b22b16b136b1f614f4d5502a9a9a0444d83a74eff3a1e19 SHA512 8ab9d9210edb2398c837d780fe02905f1cb52a6acd6128b8813c4adc5edcdbbe071fd1a83d5d0d1e1c8392c667ddef20cdd72226f3e976469e6f0783dfd40b90 WHIRLPOOL 76b1359ea86bacb904541aa5182a8c3f77427ee7e11be5a5e61b65b8723737ffe1c92880dc38c71446b67c73361d2b9a2c33e5dcd5aab0481c22c085d1fb933b

diff --git a/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild
deleted file mode 100644
index 23ebd5192fb..00000000000
--- a/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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/ktexteditorpreviewplugin-0.2.0.ebuild b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.2.0.ebuild
deleted file mode 100644
index 0171858344c..00000000000
--- a/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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	other threads:[~2017-11-08  8:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-08  8:55 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-08  8:55 [gentoo-commits] repo/gentoo:master commit in: kde-misc/ktexteditorpreviewplugin/ Andreas Sturmlechner
2017-10-09 13:27 Michael Palimaka
2017-09-26 12:24 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1510129741.22f5a4f6e2f81a669f504d64eb50eec46ca107c1.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox