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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 817A015800C for ; Wed, 28 Dec 2022 15:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E744E0817; Wed, 28 Dec 2022 15:31:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E726E0817 for ; Wed, 28 Dec 2022 15:31:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52EEE340FA3 for ; Wed, 28 Dec 2022 15:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B51A77F4 for ; Wed, 28 Dec 2022 15:30:58 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1672241455.5f2963cd211a1b1cb6bfae8f5556a17998c91098.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-math/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/company-math/Manifest app-emacs/company-math/company-math-1.4_p20210731.ebuild X-VCS-Directories: app-emacs/company-math/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5f2963cd211a1b1cb6bfae8f5556a17998c91098 X-VCS-Branch: master Date: Wed, 28 Dec 2022 15:30:58 +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: 0de85e57-5fbb-4193-bf53-47506d117f96 X-Archives-Hash: 3fb8541c448c0ec1df1d0053564e1195 commit: 5f2963cd211a1b1cb6bfae8f5556a17998c91098 Author: Maciej Barć gentoo org> AuthorDate: Wed Dec 28 15:09:27 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Dec 28 15:30:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2963cd app-emacs/company-math: drop old 1.4_p20210731 Signed-off-by: Maciej Barć gentoo.org> app-emacs/company-math/Manifest | 1 - .../company-math/company-math-1.4_p20210731.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/app-emacs/company-math/Manifest b/app-emacs/company-math/Manifest index bf91adefa41e..c331e2e91740 100644 --- a/app-emacs/company-math/Manifest +++ b/app-emacs/company-math/Manifest @@ -1,2 +1 @@ -DIST company-math-1.4_p20210731.tar.gz 10358 BLAKE2B 15834f0e7b59cff25c1c3b488f16b19701ee3b1f8a715aa169ba40d5d7e4fd1e9ad226a0c52af88740dbfc950f660c46edb18e0e0bcad3687fb81610bafe9e84 SHA512 66b770d1ac37fdc7bae08bf79751cf4b9a2803944222d733beb6ad63dbdf5a8879ba19dcca61ec83cd4b1add813417508faca1649022242ab2ad11189a3444d7 DIST company-math-1.5.tar.gz 10451 BLAKE2B 0d05125ac787a92d9314bca9872777e4e2db8a2867b4d04b901ea90eda55c252413b6ecb5549702b0e1d1589b076f1fdf2320b02c77805f227593dfe561c132b SHA512 63ba598d6a32dc154b481c20f655203ade3af1cf430a3919874065d0ba364b39c05dc188e81b443ba7392721b35cd2f1e3fa3dabc0d37200bd8bb1872814dd2f diff --git a/app-emacs/company-math/company-math-1.4_p20210731.ebuild b/app-emacs/company-math/company-math-1.4_p20210731.ebuild deleted file mode 100644 index a6e3617b3ed2..000000000000 --- a/app-emacs/company-math/company-math-1.4_p20210731.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -H=45778f5731c97a21a83e3b965cbde42018709afd - -inherit elisp - -DESCRIPTION="Completion back-ends for for math unicode symbols and latex tags" -HOMEPAGE="https://github.com/vspinu/company-math/" -SRC_URI="https://github.com/vspinu/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${H} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-emacs/company-mode - app-emacs/math-symbol-lists -" -BDEPEND="${RDEPEND}" - -DOCS=( readme.md ) -SITEFILE="50${PN}-gentoo.el"