From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82627138336 for ; Fri, 15 Feb 2019 23:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1C6E0885; Fri, 15 Feb 2019 23:07:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCD37E087E for ; Fri, 15 Feb 2019 23:07:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16DBB335CED for ; Fri, 15 Feb 2019 23:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81449545 for ; Fri, 15 Feb 2019 23:07:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550272053.b657232dc48cfac3f07ef7fa2b3986c86a428ca0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/tea/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/tea/Manifest app-editors/tea/tea-47.0.0.ebuild X-VCS-Directories: app-editors/tea/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b657232dc48cfac3f07ef7fa2b3986c86a428ca0 X-VCS-Branch: master Date: Fri, 15 Feb 2019 23:07:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 746f446f-d062-442c-b02b-c7322978dfab X-Archives-Hash: cd13f36e133825b522a1975a466b6cea commit: b657232dc48cfac3f07ef7fa2b3986c86a428ca0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 15 21:30:21 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 15 23:07:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b657232d app-editors/tea: 47.0.0 version bump, EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/tea/Manifest | 1 + app-editors/tea/tea-47.0.0.ebuild | 59 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/app-editors/tea/Manifest b/app-editors/tea/Manifest index 3355b17492b..16837ba57a8 100644 --- a/app-editors/tea/Manifest +++ b/app-editors/tea/Manifest @@ -1 +1,2 @@ DIST tea-44.1.1.tar.bz2 425326 BLAKE2B e674456c428bbecd5afb256280bccb61b6385492153955625c158dcfebba0ed31caebdcc06bc1f809517badddef3d97245a4bc873bcc0593957647becdebf62b SHA512 fc7bf6f76ac3a48767a39ff5bcada4c7dae40950bfd9aca4021b3581e1b702c73f2608b070306dd528932d5eaa73bf01632a4376bbb71deaf1189a0f790c05a9 +DIST tea-47.0.0.tar.bz2 437273 BLAKE2B 8ed36526dedc6df4af74ef0e400c2ee2e19bb533cf2a4fa51df83f21ad78abb0e8e90bce3469e2e8db5f780ba8a900aedf2737c736945431b836ba0a76574b26 SHA512 7136d59383bf43c6a024a31aa29860a3e89893ff091a42f44f9e7088fb318920ab886cd1fdabc8ff6e3c30f8eb3d46d707228d2d45fb085ed7c822a4ffd89d13 diff --git a/app-editors/tea/tea-47.0.0.ebuild b/app-editors/tea/tea-47.0.0.ebuild new file mode 100644 index 00000000000..fb73c864181 --- /dev/null +++ b/app-editors/tea/tea-47.0.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils xdg + +DESCRIPTION="Small, lightweight Qt text editor" +HOMEPAGE="https://tea.ourproject.org/" +SRC_URI="https://tea.ourproject.org/dloads/${P}.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="aspell djvu hunspell pdf +qml" + +BDEPEND=" + hunspell? ( virtual/pkgconfig ) +" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + sys-libs/zlib + aspell? ( app-text/aspell ) + djvu? ( app-text/djvu ) + hunspell? ( app-text/hunspell:= ) + pdf? ( app-text/poppler[qt5] ) + qml? ( dev-qt/qtdeclarative:5 ) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS NEWS-RU TODO ) + +src_configure() { + local myqmakeargs=( + PREFIX=/usr + $(usex aspell '' CONFIG+=noaspell) + $(usex djvu CONFIG+=usedjvu '') + $(usex hunspell '' CONFIG+=nohunspell) + $(usex pdf CONFIG+=usepoppler '') + $(usex qml '' CONFIG+=noqml) + ) + eqmake5 tea-qmake.pro "${myqmakeargs[@]}" +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs + + docinto html + dodoc manuals/*.html + + insinto /usr/share/qt5/translations + doins translations/${PN}_*.qm +}