commit:     1236d9496298a4757500e3cb76b3d6a0b1de885b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 13:37:42 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 13:37:42 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1236d949

app-backup/kup: Drop 0.7.3, moved to Gentoo ebuild repository

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-backup/kup/kup-0.7.3.ebuild | 54 -----------------------------------------
 1 file changed, 54 deletions(-)

diff --git a/app-backup/kup/kup-0.7.3.ebuild b/app-backup/kup/kup-0.7.3.ebuild
deleted file mode 100644
index 1096cae5ca..0000000000
--- a/app-backup/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
-}

Reply via email to