summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-30 20:49:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-30 20:53:05 +0200
commitb82967bd8e0d14c2c43740e5a319ab70bb84976a (patch)
treeb4e2773c9c7e947634ee31b82fa7a5dd00649caf /app-text
parentapp-text/libexttextcat: arm64 stable (diff)
downloadgentoo-b82967bd8e0d14c2c43740e5a319ab70bb84976a.tar.gz
gentoo-b82967bd8e0d14c2c43740e5a319ab70bb84976a.tar.bz2
gentoo-b82967bd8e0d14c2c43740e5a319ab70bb84976a.zip
app-text/kup: Remove from misplaced category
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/kup/Manifest1
-rw-r--r--app-text/kup/kup-0.7.3.ebuild54
-rw-r--r--app-text/kup/metadata.xml8
3 files changed, 0 insertions, 63 deletions
diff --git a/app-text/kup/Manifest b/app-text/kup/Manifest
deleted file mode 100644
index 8b2e2f05fe33..000000000000
--- a/app-text/kup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kup-0.7.3.tar.gz 1024916 BLAKE2B aab2a1c58bc7feb6cc734a61385841b9c9b47995ba0c7e66b0596ddd7ae77b2a2b750f23f452e591c609f4a59a894815f8cfcb82c8bc266769b6e908463c009c SHA512 62609eb3c9a873045a9f02d22be5413f73f909e77d82f287ff5b2f816d2d6930a8d8ca77537a52189a98fe11441eb10f5530dfdab02ed0c09b53a2c4b5b4be80
diff --git a/app-text/kup/kup-0.7.3.ebuild b/app-text/kup/kup-0.7.3.ebuild
deleted file mode 100644
index 1096cae5cad2..000000000000
--- a/app-text/kup/kup-0.7.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Backup scheduler for KDE's Plasma desktop"
-HOMEPAGE="https://www.linux-apps.com/p/1127689"
-SRC_URI="https://github.com/spersson/${PN^}/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kidletime)
- $(add_frameworks_dep kinit)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep plasma)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- dev-libs/libgit2:=
-"
-RDEPEND="${DEPEND}
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtsvg)
- app-backup/bup
- net-misc/rsync
-"
-
-S="${WORKDIR}/${PN^}-${P}"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_SYSTEM_LIBGIT2=ON
- )
- kde5_src_configure
-}
diff --git a/app-text/kup/metadata.xml b/app-text/kup/metadata.xml
deleted file mode 100644
index 2fdbf33d963d..000000000000
--- a/app-text/kup/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>