summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-24 22:23:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-24 22:24:22 +0200
commitf8e3f9a83b957405c6ea66930254a4a0bde5ec02 (patch)
tree522f0bdd8ee1eae4020ceb4f7ffd6c577e2dc1a3 /kde-frameworks/ki18n
parentkde-frameworks/kcoreaddons: Add kdirwatch fix (diff)
downloadgentoo-f8e3f9a83b957405c6ea66930254a4a0bde5ec02.tar.gz
gentoo-f8e3f9a83b957405c6ea66930254a4a0bde5ec02.tar.bz2
gentoo-f8e3f9a83b957405c6ea66930254a4a0bde5ec02.zip
kde-frameworks: Remove KDE Frameworks 5.33.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/ki18n')
-rw-r--r--kde-frameworks/ki18n/Manifest1
-rw-r--r--kde-frameworks/ki18n/ki18n-5.33.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-frameworks/ki18n/Manifest b/kde-frameworks/ki18n/Manifest
index 8a2fe0d94541..97e698d82be9 100644
--- a/kde-frameworks/ki18n/Manifest
+++ b/kde-frameworks/ki18n/Manifest
@@ -1,3 +1,2 @@
DIST ki18n-5.29.0.tar.xz 3031896 SHA256 a72e87759f50d3e39ba6cc5bca1a16725609d14cfa8055a2db22dd14b1c79670 SHA512 fb756defe6392584e85ecf9f4d5d54499f458c28ccd3f8b9b266796f2748829584526872120af8a4164ac8b7580d919c20218f0dd9495d54a27fcc5abd7881fc WHIRLPOOL ed7216a5903873629f0e1f3760b9af44d45951d18b02b742f14fbb6414297e864f29b6ca1785dbdab640ce4c97379a5822dd00c2dc1339c2642b0c78e7147209
-DIST ki18n-5.33.0.tar.xz 605896 SHA256 611a12938ede750ee649c030fb8e248198b491747728e3a2b01671bb074eae0b SHA512 0c806cb5aeaf553098be0f8aa47d20ad860cf2307dc1e0f8b9fc81ba669cf4af0f08ae4ea5a9ef769abdc3998228083ce621030ab8dd331d7e4d5076d82dd960 WHIRLPOOL 5348096bb210ed66cb9452d12f2396a34c23a2513f7148e929c492186066ad166d21800a2fff7bcdc7f29d7511539aadc30d995e39faf971f2a89bf92e4ccd78
DIST ki18n-5.34.0.tar.xz 606692 SHA256 c767457c419055f3a6f5bfe0e2de140461c91f6451a5d3a385e6d6007cad9b3e SHA512 1c7c33442d48d9a6e9e948b05a27b570d77f336fe3f5210dcb40246d9022183efa6942607a9793460e00feb14f6aea6ff8ebdf281e132f2b07eae158bd9ad6c3 WHIRLPOOL d9079405076922f928fbab30734ca2e654addd0260203080b2ca198fedef0584c74ba87984f0958891a2f5e0a6628c6709ac88d112857c5e5c180e0e1777a5d7
diff --git a/kde-frameworks/ki18n/ki18n-5.33.0.ebuild b/kde-frameworks/ki18n/ki18n-5.33.0.ebuild
deleted file mode 100644
index 570ea4d93ac2..000000000000
--- a/kde-frameworks/ki18n/ki18n-5.33.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} )
-inherit kde5 python-single-r1
-
-DESCRIPTION="Framework based on Gettext for internationalizing user interface text"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~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"
-}