public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/tea/
Date: Fri, 15 Feb 2019 23:07:51 +0000 (UTC)	[thread overview]
Message-ID: <1550272053.b657232dc48cfac3f07ef7fa2b3986c86a428ca0.asturm@gentoo> (raw)

commit:     b657232dc48cfac3f07ef7fa2b3986c86a428ca0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 21:30:21 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
+}


             reply	other threads:[~2019-02-15 23:07 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-15 23:07 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15  9:29 [gentoo-commits] repo/gentoo:master commit in: app-editors/tea/ Ulrich Müller
2025-01-01 16:48 Andreas Sturmlechner
2025-01-01 16:48 Andreas Sturmlechner
2024-06-06 17:09 Arthur Zamarin
2024-06-06 16:58 Arthur Zamarin
2024-05-05  6:08 Joonas Niilola
2024-05-05  6:05 Joonas Niilola
2024-05-04 18:37 Arthur Zamarin
2023-12-22  3:11 Ionen Wolkens
2023-11-30 14:46 Ionen Wolkens
2021-10-29 13:31 Yixun Lan
2019-04-01 20:45 Andreas Sturmlechner
2019-04-01 19:58 Thomas Deutschmann
2019-03-24 10:01 Agostino Sarubbo
2018-06-29 23:47 Michael Palimaka
2018-06-29 23:47 Michael Palimaka
2017-12-22 10:53 Michael Palimaka
2017-09-30  7:22 Michael Palimaka
2017-09-30  7:22 Michael Palimaka
2017-07-29  3:42 Michael Palimaka
2017-06-18 10:33 Michael Palimaka
2017-04-27 12:17 Michael Palimaka
2017-04-26  7:40 Agostino Sarubbo
2016-10-28 13:42 Michael Palimaka
2016-10-28 13:42 Michael Palimaka
2016-08-11 15:02 Michael Palimaka
2016-08-11 15:02 Michael Palimaka
2016-05-30 17:00 Davide Pesavento
2016-05-08 16:39 Davide Pesavento
2016-02-19 13:40 Michael Palimaka
2015-12-15 18:07 Michael Palimaka
2015-12-15 18:07 Michael Palimaka

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=1550272053.b657232dc48cfac3f07ef7fa2b3986c86a428ca0.asturm@gentoo \
    --to=asturm@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