diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-03 13:59:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-03 14:23:12 +0200 |
commit | 0c208cd6cd2d14cd8eb05c699705946f4cf248a4 (patch) | |
tree | 93f209f64bf72c7a0f25f0a49a4fb46b9866fbdd /kde-apps/kdenetwork-meta | |
parent | kde-apps/kaccounts-providers: drop 20.08.0* (diff) | |
download | gentoo-0c208cd6cd2d14cd8eb05c699705946f4cf248a4.tar.gz gentoo-0c208cd6cd2d14cd8eb05c699705946f4cf248a4.tar.bz2 gentoo-0c208cd6cd2d14cd8eb05c699705946f4cf248a4.zip |
kde-apps/kdenetwork-meta: drop 20.08.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdenetwork-meta')
-rw-r--r-- | kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.0.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.0.ebuild deleted file mode 100644 index c6c0f993d5d8..000000000000 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages" -HOMEPAGE="https://kde.org/" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="dropbox +webengine" - -RDEPEND=" - >=kde-apps/kdenetwork-filesharing-${PV}:${SLOT} - >=kde-apps/kget-${PV}:${SLOT} - >=kde-apps/krdc-${PV}:${SLOT} - >=kde-apps/kopete-${PV}:${SLOT} - >=kde-apps/krfb-${PV}:${SLOT} - >=kde-apps/zeroconf-ioslave-${PV}:${SLOT} - >=kde-misc/kdeconnect-${PV}:${SLOT} - >=kde-misc/kio-gdrive-${PV}:${SLOT} - dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:${SLOT} ) - webengine? ( >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT} ) -" |