summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-11 18:35:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-11 18:36:52 +0100
commitb446c3076ed3c6c8e2af7a8b692dba0c7d1088e3 (patch)
tree62a2c14b3cbe4f4c39fc06fa1071f5a116bea3da /kde-apps/kaccounts-providers
parentapp-admin/rsyslog: Bump to v8.32.0 (diff)
downloadgentoo-b446c3076ed3c6c8e2af7a8b692dba0c7d1088e3.tar.gz
gentoo-b446c3076ed3c6c8e2af7a8b692dba0c7d1088e3.tar.bz2
gentoo-b446c3076ed3c6c8e2af7a8b692dba0c7d1088e3.zip
kde-apps: Drop KDE Applications 17.12.0
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kaccounts-providers')
-rw-r--r--kde-apps/kaccounts-providers/Manifest1
-rw-r--r--kde-apps/kaccounts-providers/kaccounts-providers-17.12.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kaccounts-providers/Manifest b/kde-apps/kaccounts-providers/Manifest
index b8af0d21e073..c8cc11e28232 100644
--- a/kde-apps/kaccounts-providers/Manifest
+++ b/kde-apps/kaccounts-providers/Manifest
@@ -1,3 +1,2 @@
DIST kaccounts-providers-17.08.3.tar.xz 31924 BLAKE2B 5016ce8a614fecda734da661a74ddf2a0c24f687fc53546870429cd5f683ab3201da5e3a57d04f2be660101ceb7584ee44da2f16a9cf04abafcd49d7a3bf38c5 SHA512 75248f6e3cae47cb6587895724a52dd38d4ebf88995b937506be992399740ac89cb0bf7a64a3769d18200b96968ef4b7c3b3f281b539bde86dee331639473570
-DIST kaccounts-providers-17.12.0.tar.xz 31864 BLAKE2B a59e7215bf63cf74e30923c986907a12f0599fa2767095901f51197cb4ff4f105dbda3a4dc12b226bbc7c8cb1790f9fad839de135adf50c8b14d900e2e28e4f8 SHA512 8dbc3061f131db2491eb028461bd7a14aa7777fd1dfac9ff6d10a4d4a49a093b2e536ffc2acdc1324a7fbe04c4664820141394832cc9efd0836e31e33523b9e5
DIST kaccounts-providers-17.12.1.tar.xz 31944 BLAKE2B 54772fe2dd438f7d0d803a9744a11fa26f66fe162b0dffc2336d10969778f9c906efc406c3429a23c6a0a9f60f694a3c189ed57d0585576224cb7072d4302a1a SHA512 ed204c6783299ffa3554c3052a79ae26541e9ae9050d9425d9b91ff6e6f562ad5b8a524a08f93f26d6e6f5a95d9bc2f0e3028ff1d6984a58a1e35f155c4267c9
diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-17.12.0.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-17.12.0.ebuild
deleted file mode 100644
index e23feaba157c..000000000000
--- a/kde-apps/kaccounts-providers/kaccounts-providers-17.12.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KDE accounts providers"
-HOMEPAGE="https://community.kde.org/KTp"
-LICENSE="LGPL-2.1"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kpackage)
- $(add_kdeapps_dep kaccounts-integration)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtxml)
-"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
-"
-RDEPEND="${COMMON_DEPEND}
- net-libs/signon-ui
- net-libs/signon-oauth2
-"