summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-16 00:44:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-16 00:45:24 +0100
commitfc33b46c74913b9c791b1b37811e64f658891a10 (patch)
treebdd77450290483dcf3c17682c19c76565584ae51 /kde-frameworks/ki18n
parentsys-auth/elogind: Drop 235.1 (diff)
downloadgentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.gz
gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.bz2
gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.zip
kde-frameworks: Drop KDE Frameworks 5.41.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/ki18n')
-rw-r--r--kde-frameworks/ki18n/Manifest1
-rw-r--r--kde-frameworks/ki18n/ki18n-5.41.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-frameworks/ki18n/Manifest b/kde-frameworks/ki18n/Manifest
index f194f29431b6..7086e1d7507e 100644
--- a/kde-frameworks/ki18n/Manifest
+++ b/kde-frameworks/ki18n/Manifest
@@ -1,3 +1,2 @@
DIST ki18n-5.40.0.tar.xz 586876 BLAKE2B 22878b121d8894b5e90db831fa13c41d1ff13d6065281c2d2169c973e6f94aae94faafc714f67f49f873f02b10b54a3080b89e3f6be22a1e0f6760106f7e09e5 SHA512 cfdabb1c22d0ae275c274b4e0d40af94305364bf69a8152c6d9064dcc4d5b8d208eace8b2679c4eb97f095ce5af5582350fec1564ace049d2f63e852b4249bd3
-DIST ki18n-5.41.0.tar.xz 586784 BLAKE2B b18c8a87fa05b8f1c6a9fa63705720544974d4ac1858cb66d896ed06508b28249bc944230073dc2f7f2b057d5cee9cd75df3bed38db3dae05108491e213808a6 SHA512 9e108cd8f9cc32c3fe1447415b427981baac58c01cd3127fe0df58b8f7b6ebd6716d48e87b99561c220178f3e6de6e557ce935326451e632028cb6253afd8488
DIST ki18n-5.42.0.tar.xz 587480 BLAKE2B 9e8b875348cd290a3bdff176d7aacf8569c04786cf05b8e6e21def536b6b2844e37b78c54ed5bbbbac8d24248ce7744716bbf34ea4a083fcdcbd4a4d58c07b98 SHA512 31d6a548e6d6b0643a063030823d399c956f95a7403939ae63f1d9b03c70b38804bdba9332a473d7619f22fe6c5f65a33ff64f3ac5e12557ed9e1540431f6b87
diff --git a/kde-frameworks/ki18n/ki18n-5.41.0.ebuild b/kde-frameworks/ki18n/ki18n-5.41.0.ebuild
deleted file mode 100644
index 100efc693c26..000000000000
--- a/kde-frameworks/ki18n/ki18n-5.41.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit kde5 python-single-r1
-
-DESCRIPTION="Framework based on Gettext for internationalizing user interface text"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(add_qt_dep qtscript)
- sys-devel/gettext
- virtual/libintl
-"
-DEPEND="${RDEPEND}
- test? (
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtdeclarative)
- )
-"
-
-pkg_setup() {
- kde5_pkg_setup
- python-single-r1_pkg_setup
-}
-
-src_install() {
- kde5_src_install
- python_fix_shebang "${ED}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py"
-}