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 3DEF7138AE9 for ; Thu, 28 Dec 2017 16:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51AAFE083E; Thu, 28 Dec 2017 16:09:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 320E4E083E for ; Thu, 28 Dec 2017 16:09:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2B5F633BEED for ; Thu, 28 Dec 2017 16:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADB96AFB2 for ; Thu, 28 Dec 2017 16:09:04 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1514477303.e5ce72a8bf9063e89284b56c037c0f95927a8be2.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texmacs/texmacs-1.99.6-r1.ebuild X-VCS-Directories: app-office/texmacs/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: e5ce72a8bf9063e89284b56c037c0f95927a8be2 X-VCS-Branch: master Date: Thu, 28 Dec 2017 16:09:04 +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-Archives-Salt: 9c1cf8fb-1c33-490c-8d87-6133988131ab X-Archives-Hash: 4590410f696b6d97847ab87d3e3494a6 commit: e5ce72a8bf9063e89284b56c037c0f95927a8be2 Author: Andrey Grozin gentoo org> AuthorDate: Thu Dec 28 16:04:57 2017 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Dec 28 16:08:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ce72a8 app-office/texmacs: use Qt5 instead of Qt4; switch to cmake Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-office/texmacs/texmacs-1.99.6-r1.ebuild | 71 +++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/app-office/texmacs/texmacs-1.99.6-r1.ebuild b/app-office/texmacs/texmacs-1.99.6-r1.ebuild new file mode 100644 index 00000000000..f30d4670bf1 --- /dev/null +++ b/app-office/texmacs/texmacs-1.99.6-r1.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils xdg-utils gnome2-utils qmake-utils + +MY_P=${P/tex/TeX}-src + +DESCRIPTION="Wysiwyg text processor with high-quality maths" +HOMEPAGE="http://www.texmacs.org/" +SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +IUSE="jpeg netpbm sqlite svg spell" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + app-text/ghostscript-gpl +