diff options
author | 2017-06-04 20:02:11 +0200 | |
---|---|---|
committer | 2017-06-09 15:15:16 +0200 | |
commit | 4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c (patch) | |
tree | db34de4b7d4b79ed5ad91077ff9a2a4165b706f0 /kde-frameworks/ki18n | |
parent | kde-frameworks/extra-cmake-modules: 5.34.0 arm,hppa,ppc,ppc64 stable (diff) | |
download | gentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.tar.gz gentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.tar.bz2 gentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.zip |
kde-frameworks: Drop KDE Frameworks 5.29.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/ki18n')
-rw-r--r-- | kde-frameworks/ki18n/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/ki18n/ki18n-5.29.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-frameworks/ki18n/Manifest b/kde-frameworks/ki18n/Manifest index 97e698d82be9..2c0c0de9aaec 100644 --- a/kde-frameworks/ki18n/Manifest +++ b/kde-frameworks/ki18n/Manifest @@ -1,2 +1 @@ -DIST ki18n-5.29.0.tar.xz 3031896 SHA256 a72e87759f50d3e39ba6cc5bca1a16725609d14cfa8055a2db22dd14b1c79670 SHA512 fb756defe6392584e85ecf9f4d5d54499f458c28ccd3f8b9b266796f2748829584526872120af8a4164ac8b7580d919c20218f0dd9495d54a27fcc5abd7881fc WHIRLPOOL ed7216a5903873629f0e1f3760b9af44d45951d18b02b742f14fbb6414297e864f29b6ca1785dbdab640ce4c97379a5822dd00c2dc1339c2642b0c78e7147209 DIST ki18n-5.34.0.tar.xz 606692 SHA256 c767457c419055f3a6f5bfe0e2de140461c91f6451a5d3a385e6d6007cad9b3e SHA512 1c7c33442d48d9a6e9e948b05a27b570d77f336fe3f5210dcb40246d9022183efa6942607a9793460e00feb14f6aea6ff8ebdf281e132f2b07eae158bd9ad6c3 WHIRLPOOL d9079405076922f928fbab30734ca2e654addd0260203080b2ca198fedef0584c74ba87984f0958891a2f5e0a6628c6709ac88d112857c5e5c180e0e1777a5d7 diff --git a/kde-frameworks/ki18n/ki18n-5.29.0.ebuild b/kde-frameworks/ki18n/ki18n-5.29.0.ebuild deleted file mode 100644 index 293fc4af41b4..000000000000 --- a/kde-frameworks/ki18n/ki18n-5.29.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" -} |