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 68C08138334 for ; Thu, 18 Jul 2019 15:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DCCEE081B; Thu, 18 Jul 2019 15:30:46 +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 127C3E0817 for ; Thu, 18 Jul 2019 15:30:46 +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 0281C347FB5 for ; Thu, 18 Jul 2019 15:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1FDA715 for ; Thu, 18 Jul 2019 15:30:40 +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: <1563463830.64c1febd66cf5400719991510c9b51be3d69931f.asturm@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.46.1.ebuild X-VCS-Directories: app-officeext/texmaths/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 64c1febd66cf5400719991510c9b51be3d69931f X-VCS-Branch: master Date: Thu, 18 Jul 2019 15:30:40 +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: 5971fbcd-eb65-448a-8c45-136a6789529d X-Archives-Hash: d674b746e4b15fe71fcaa7e36c67651d commit: 64c1febd66cf5400719991510c9b51be3d69931f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 18 15:17:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 18 15:30:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c1febd app-officeext/texmaths: Drop 0.46.1 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-officeext/texmaths/Manifest | 1 - app-officeext/texmaths/texmaths-0.46.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest index 089c31ad25b..801307fc38b 100644 --- a/app-officeext/texmaths/Manifest +++ b/app-officeext/texmaths/Manifest @@ -1,2 +1 @@ -DIST TexMaths-0.46.1.oxt 1206650 BLAKE2B 649596405fc0eef78bde4e98eba833321cc88f2debe67bc4c287008447de8db146c32a0e03a3c80aa00f360992f05239b9eeccb942d6150f2c295fa82eb42972 SHA512 6f0409862bd45c3abf78496e611e82cacd38181e773d852586800733ddd64f0c2be3edeb6a87251328dc8183f8ae93e4a1666021b5ad89babf2534294710a9fa DIST TexMaths-0.48.oxt 666714 BLAKE2B 63d811ec60fde66faaaa0ac6d41760eee87df2a1e9cfa023b5f3177bc845a693b54d99bb56fbcbfda64a9ec23ed342e11fa7af0be4241dadb267e06cf6543413 SHA512 29e42fd8fe75d1f14bec7fa0eaf531877d50720c8240a144a1cc3a47ee1feb4ba4b163672deb8e0d0b5ecf354370116d31a1ea3bb013a188122433f41e48cd0b diff --git a/app-officeext/texmaths/texmaths-0.46.1.ebuild b/app-officeext/texmaths/texmaths-0.46.1.ebuild deleted file mode 100644 index 4d089b55869..00000000000 --- a/app-officeext/texmaths/texmaths-0.46.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="" - -DEPEND="" -RDEPEND=" - app-text/dvisvgm - virtual/tex-base -"