summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:47:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:01 +0100
commitbf8512d598d6e4979f9c12a7c6e5e82e476c5b4d (patch)
tree185af112be74928dd5649cd7e3aaf5a9a6a004a5 /kde-apps/kaccounts-integration
parentkde-apps: Add KDE Applications 18.12.1 (diff)
downloadgentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.gz
gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.bz2
gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.zip
kde-apps: Drop KDE Applications 18.12.0
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-18.12.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 4344d1f2d230..d1aeacc39ea8 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1,3 +1,2 @@
DIST kaccounts-integration-18.08.3.tar.xz 71228 BLAKE2B 69b6a21adface411b11cadae21e2db0083e4a03faa45a6f7e834e3de75b2c9977de3cc50177664b42cea66f878c97b0ab8bd5dbf5bb65a0d6e70ae0c2573cddc SHA512 8ad5fa737c7323625c6f961b105046ead133df5659f99501911ba5785445b52dd7e46f7db80486e9c764a3d50ce798d17f31a5204da0bbf4eeb03586d2d933dc
-DIST kaccounts-integration-18.12.0.tar.xz 71064 BLAKE2B beea2b156e400fc22f122c34cc8ea83502095c56fb6832e53a481aac89337524234173280ebd4efd35409caf796c1c1e48cbf6e8d8addec97f7afe97806fc281 SHA512 05049161a5bddda9a03e85dc28e5bb88b437c8c49f04871146955e980d3ea263c7816a655985ec2eff5595fd938b6e0772f8c1411d2d404bd28669e434327d2c
DIST kaccounts-integration-18.12.1.tar.xz 71052 BLAKE2B 138ec7a8f67efac0975df7cf4fe1976f95fc41d9ed0e59d8d0b27de385d72b3bdbc898c8c3e3a9e6882070e3f34377ea0a8db4767c6cc60fc3e3e7a6962d531d SHA512 2463dc1e837f9caf9fd7ab34672803caef80ad65e19bcce074f3f47b80c60043ca44dd2b11d8130d706201a2e2b90fb36208ffccd8b2b26521bbf6bb5d39e41e
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.12.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.12.0.ebuild
deleted file mode 100644
index 0b2e528f3179..000000000000
--- a/kde-apps/kaccounts-integration/kaccounts-integration-18.12.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-VIRTUALDBUS_TEST="true"
-inherit kde5
-
-DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
-HOMEPAGE="https://community.kde.org/KTp"
-LICENSE="LGPL-2.1"
-
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- net-libs/accounts-qt
- >=net-libs/libaccounts-glib-1.21
- net-libs/signond
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kcmutils)
- $(add_plasma_dep kde-cli-tools)
- sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
- dev-util/intltool
-"
-
-# bug #549444
-RESTRICT+=" test"