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 D23CD138359 for ; Sun, 8 Nov 2020 22:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E3F3E07A5; Sun, 8 Nov 2020 22:11:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EDA2AE07A5 for ; Sun, 8 Nov 2020 22:10:59 +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 B555E340B9B for ; Sun, 8 Nov 2020 22:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A94A3AB for ; Sun, 8 Nov 2020 22:10:57 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1604873443.dad9968ac558dbcd9563c5bfd53d5bb70a27c6bb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/texmaths/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-officeext/texmaths/Manifest app-officeext/texmaths/texmaths-0.48.2.ebuild X-VCS-Directories: app-officeext/texmaths/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: dad9968ac558dbcd9563c5bfd53d5bb70a27c6bb X-VCS-Branch: master Date: Sun, 8 Nov 2020 22:10:57 +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: 595b5c78-f585-4e57-b8e9-13d267448790 X-Archives-Hash: 2f4449893a95079287c2f46869126a86 commit: dad9968ac558dbcd9563c5bfd53d5bb70a27c6bb Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Nov 8 22:10:18 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Nov 8 22:10:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad9968a app-officeext/texmaths: Version bump Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> app-officeext/texmaths/Manifest | 1 + app-officeext/texmaths/texmaths-0.48.2.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest index 801307fc38b..b5885cf3fd1 100644 --- a/app-officeext/texmaths/Manifest +++ b/app-officeext/texmaths/Manifest @@ -1 +1,2 @@ +DIST TexMaths-0.48.2.oxt 1163062 BLAKE2B 5afcecfd436ff0c6eae7d6ba3cbd2e2b56b0d7b08220279eabda5264c995d9ab43252166a227103c7bd3f40acfa36d9258d158d774bc2dde7d5e7cdcd26918d6 SHA512 1bdaa018c4b5702a9fb5e8e0cac6e4bf177ab179c033ea232b4ef9524b69ef28f6a1bd6ecc2a4e5e0c941cc8b620d883cbb82b70b5dc441478e51e186fd3e783 DIST TexMaths-0.48.oxt 666714 BLAKE2B 63d811ec60fde66faaaa0ac6d41760eee87df2a1e9cfa023b5f3177bc845a693b54d99bb56fbcbfda64a9ec23ed342e11fa7af0be4241dadb267e06cf6543413 SHA512 29e42fd8fe75d1f14bec7fa0eaf531877d50720c8240a144a1cc3a47ee1feb4ba4b163672deb8e0d0b5ecf354370116d31a1ea3bb013a188122433f41e48cd0b diff --git a/app-officeext/texmaths/texmaths-0.48.2.ebuild b/app-officeext/texmaths/texmaths-0.48.2.ebuild new file mode 100644 index 00000000000..50a931a3deb --- /dev/null +++ b/app-officeext/texmaths/texmaths-0.48.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="TexMaths-${PV}" + +OFFICE_EXTENSIONS=( + "${MY_P}.oxt" +) + +inherit office-ext-r1 + +DESCRIPTION="LaTeX Equation Editor for LibreOffice" +HOMEPAGE="http://roland65.free.fr/texmaths/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + app-text/dvisvgm + virtual/tex-base +"