public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
Date: Wed, 18 May 2016 06:00:04 +0000 (UTC)	[thread overview]
Message-ID: <1463551037.9c00d2947e1853021ac8c89a91967bf0ffbc0288.johu@gentoo> (raw)

commit:     9c00d2947e1853021ac8c89a91967bf0ffbc0288
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 05:56:29 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May 18 05:57:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c00d294

kde-frameworks/ki18n: Version bump 5.22.1

Fixes build with gcc-6.

Gentoo-bug: 583350

Package-Manager: portage-2.3.0_rc1

 kde-frameworks/ki18n/Manifest            |  1 +
 kde-frameworks/ki18n/ki18n-5.22.1.ebuild | 35 ++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/kde-frameworks/ki18n/Manifest b/kde-frameworks/ki18n/Manifest
index 0c003bb..97b0d42 100644
--- a/kde-frameworks/ki18n/Manifest
+++ b/kde-frameworks/ki18n/Manifest
@@ -1,3 +1,4 @@
 DIST ki18n-5.18.0.tar.xz 600436 SHA256 0926ef9fd9a1f7fe74c251c4fc155855fad2347eb37fb1e4dde12ea012c17493 SHA512 75673cdc35864407f17de5ccd2e249941be85065b8502216d2de25e501c05963d6636ebed71b459e57742c22eea103413cea450e5a0355f94be52f85a4bbabde WHIRLPOOL 7e19a98b81930d183741212d48faa9ee5d0d0fec4be4a2ba9386eb76fe383519a79e1eeaf9de8f5bbe54882908395d2c3a502fdd28f27cb25ad06cf75c0900cb
 DIST ki18n-5.21.0.tar.xz 603756 SHA256 76151c4c39a6bdf0b859c17b90ce2d424d8dafd9653b5f24f0527cfccfb9a962 SHA512 ab40182291b0d300405732cbb9bdee0e1d0b3e9a1c3deb3d6dc36e6f4f2c9710b59496bc5849ef75f8e7981bc50da219abb58afabaf021128481276ff0d7b8ed WHIRLPOOL 4b415b5e7be2aa88e211328be00749bc0dde1a53cce595dc73cde7105df4b0739d21a25bf8e2ba805e4a7078fb476bde68818c1b4cefb79874d3e65791554333
 DIST ki18n-5.22.0.tar.xz 603944 SHA256 edfb8858fc4aa10bf57ea362520bd3b3d10019f5dadde3a89911cd0205f10121 SHA512 59a18ddbe2fdefbf8a1f85952d3e499bfbcea2844a9f49573229cad11dfb4af9eb0192194d74284395020de3f101636fced9baf2fcef48347bcfea8d471fcb0f WHIRLPOOL c38c978efa908e59ab30f1d3ed3f1afbf962537844a3286db29af5b49d76323ed50a2216eaa04413ad0a082f511d56abd7c3446d26797ee7f20876b7abfa6bea
+DIST ki18n-5.22.1.tar.xz 603768 SHA256 fb122bf7c3e19f07e4e1154f68694b1dadc776f43b39a688d59e1b3915ba5a39 SHA512 5a98007c5affbbfbd856eb2da6be8cc2bba5ab2f976c41e8bab363d4acaf1573fa78d29ba9f97a399c281f7392257ea59a47671842eeb3ffc09ae97578203b26 WHIRLPOOL 3ac74305be93a47500ef96f02f19d79072a1f25f04c0b10720b9c1c77404909e1e54bc44d3d94f41e6c587cc82e94e641db9f4c803d6ef4edb97c1d6133ecc03

diff --git a/kde-frameworks/ki18n/ki18n-5.22.1.ebuild b/kde-frameworks/ki18n/ki18n-5.22.1.ebuild
new file mode 100644
index 0000000..f6e7561
--- /dev/null
+++ b/kde-frameworks/ki18n/ki18n-5.22.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+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) )
+"
+
+pkg_setup() {
+	kde5_pkg_setup
+	python-single-r1_pkg_setup
+}
+
+src_install() {
+	kde5_src_install
+	python_fix_shebang "${D}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py"
+}


             reply	other threads:[~2016-05-18  6:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-18  6:00 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-18  6:00 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/ Johannes Huber
2016-05-19  6:44 Johannes Huber
2016-07-22  5:36 Benda XU
2016-12-04 16:47 Michael Palimaka
2017-01-17 19:54 Aaron Bauman
2017-07-07  8:05 Agostino Sarubbo
2017-07-07 19:41 Alexis Ballier
2017-07-07 20:53 Andreas Sturmlechner
2018-04-20  0:51 Andreas Sturmlechner
2018-04-22  9:32 Andreas Sturmlechner
2021-11-19  3:49 Sam James
2022-11-08 20:28 Andreas Sturmlechner
2024-07-12 19:57 Andreas Sturmlechner
2024-10-04  8:36 Sam James
2025-02-02 22:46 Andreas Sturmlechner
2025-05-30 16:05 Andreas Sturmlechner
2025-07-29 17:00 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463551037.9c00d2947e1853021ac8c89a91967bf0ffbc0288.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox