diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-11 23:58:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:00 +0100 |
commit | a75694433ab6c9b8bf09be0f88379d2e5f957b43 (patch) | |
tree | 3ed8242f8308bcbda5f9e81751ceaeba30a62781 /kde-apps/grantlee-editor | |
parent | net-misc/youtube-dl: Old. (diff) | |
download | gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.gz gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.bz2 gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.zip |
kde-apps: Drop KDE Applications 17.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/grantlee-editor')
-rw-r--r-- | kde-apps/grantlee-editor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/grantlee-editor/grantlee-editor-17.12.1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index b41de631771e..b856b245795c 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1,3 +1,2 @@ DIST grantlee-editor-17.08.3.tar.xz 110740 BLAKE2B 0eccacb3a0b30a776305ab7d76f6f7e384ffd07c30747b72622bfe0d2e7d465d4fe18631e7365c8edb523744f722c420ef64fb1182755284280d70f0638c2100 SHA512 696168482e3c9368156e34e932010cbd5587f72e642ff07eec024e008b95178c296edc89f6cf50a0a94d29385279590fea3aaabd2de067b69e129c0a1a65d6db -DIST grantlee-editor-17.12.1.tar.xz 110572 BLAKE2B 5d0b5fe027aba60b002fa31ff665442266ba08409d15bebff4e28e278d42b13127cb2a50fb99105479a9a0c20fe770d7aaec812737f598a937154c0b38862bba SHA512 ff4ab90013ee855c2d70c1223cdbba5fe0d2eae8eff0cd0f6c1def4dfe2cddcd62697b9790a3598fd4b91fcd65d89339c0e1d3fdc07bebfb2750cf51ccd984aa DIST grantlee-editor-17.12.2.tar.xz 110804 BLAKE2B 7f19268eccf2bf1056a28fd897e617a8620cee17685ad9fa3c9985aa5a22265fd294c48298faf3d152389a6b28d324644907ede9c8926ef5ef4f0cc695790637 SHA512 c518b42ea4ea7ee47666c6b3208cbfc84a7d7ba21b35b76c0c698215708bd9d7f55604ae4ad2dabcb35da14ae6fb108372ffab0341baa912d9c721a258cacb49 diff --git a/kde-apps/grantlee-editor/grantlee-editor-17.12.1.ebuild b/kde-apps/grantlee-editor/grantlee-editor-17.12.1.ebuild deleted file mode 100644 index 53bf85082a4f..000000000000 --- a/kde-apps/grantlee-editor/grantlee-editor-17.12.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications" -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep kpimtextedit) - $(add_kdeapps_dep messagelib) - $(add_kdeapps_dep pimcommon) - $(add_qt_dep qtgui) - $(add_qt_dep qtwebengine 'widgets') - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-apps/kaddressbook:4 - !kde-apps/kdepim-common-libs:4 - !kde-apps/kdepim-l10n - !kde-apps/kmail:4 -" |