diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-09 21:36:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-30 23:12:39 +0100 |
commit | 2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch) | |
tree | 7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/kdeaccessibility-meta | |
parent | kde-apps: 17.08.3 stable for amd64 (diff) | |
download | gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2 gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip |
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kdeaccessibility-meta')
-rw-r--r-- | kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.04.3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.04.3.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.04.3.ebuild deleted file mode 100644 index 5be6dd6f9fc6..000000000000 --- a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.04.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5-meta-pkg - -DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" -KEYWORDS="amd64 x86" -IUSE="nls" - -[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} - -RDEPEND=" - $(add_kdeapps_dep jovie) - $(add_kdeapps_dep kaccessible) - $(add_kdeapps_dep kmag) - $(add_kdeapps_dep kmousetool) - $(add_kdeapps_dep kmouth) - nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) ) -" |