From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1213978-garchives=archives.gentoo.org@lists.gentoo.org> 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 C149C138359 for <garchives@archives.gentoo.org>; Mon, 12 Oct 2020 08:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26608E0907; Mon, 12 Oct 2020 08:56:36 +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 10907E0907 for <gentoo-commits@lists.gentoo.org>; Mon, 12 Oct 2020 08:56:36 +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 40838335D7B for <gentoo-commits@lists.gentoo.org>; Mon, 12 Oct 2020 08:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08CAC3A5 for <gentoo-commits@lists.gentoo.org>; Mon, 12 Oct 2020 08:56:32 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1602492953.e81ab229ac111f16b5ec8cda36fec0fa0d9a7066.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex-apa/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/biblatex-apa/Manifest dev-tex/biblatex-apa/biblatex-apa-7.5.ebuild dev-tex/biblatex-apa/metadata.xml profiles/package.mask X-VCS-Directories: dev-tex/biblatex-apa/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e81ab229ac111f16b5ec8cda36fec0fa0d9a7066 X-VCS-Branch: master Date: Mon, 12 Oct 2020 08:56:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99c91742-6243-40de-a4f6-f3b6505e9277 X-Archives-Hash: 67220c19a9e639ea2b802e0ff3a39b23 commit: e81ab229ac111f16b5ec8cda36fec0fa0d9a7066 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Oct 12 08:55:53 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 12 08:55:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81ab229 dev-tex/biblatex-apa: Remove last-rited pkg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-tex/biblatex-apa/Manifest | 1 - dev-tex/biblatex-apa/biblatex-apa-7.5.ebuild | 24 ------------------------ dev-tex/biblatex-apa/metadata.xml | 11 ----------- profiles/package.mask | 5 ----- 4 files changed, 41 deletions(-) diff --git a/dev-tex/biblatex-apa/Manifest b/dev-tex/biblatex-apa/Manifest deleted file mode 100644 index e84203a3fd6..00000000000 --- a/dev-tex/biblatex-apa/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST biblatex-apa-7.5.tar.gz 165602 BLAKE2B 90e5b11d782a299e8b2292341dbf1b87129b0bc32ef40d9255e6471366de6e55bf75d535f62b9eb7389da75100d60e5e67579e8586cae798afa99a21e72fceba SHA512 ad582d27ecb3005e73c5d5d9ecc8036f65ba7547f7346e0d58b01e2bbe710c0d557a4375cc2e5d5a47ba729e4d8b0b40ef6f3fa478022498071c216e78426402 diff --git a/dev-tex/biblatex-apa/biblatex-apa-7.5.ebuild b/dev-tex/biblatex-apa/biblatex-apa-7.5.ebuild deleted file mode 100644 index 2a8202bbc69..00000000000 --- a/dev-tex/biblatex-apa/biblatex-apa-7.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit latex-package - -DESCRIPTION="APA style for BibLaTeX" -HOMEPAGE="https://www.ctan.org/pkg/biblatex-apa https://github.com/plk/biblatex-apa" -SRC_URI="https://github.com/plk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LPPL-1.3c" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-texlive/texlive-latexextra - >=dev-tex/biblatex-3.8 - >=dev-tex/biber-2.8" -DEPEND="${RDEPEND}" - -src_install() { - insinto "${TEXMF}" - doins -r tex -} diff --git a/dev-tex/biblatex-apa/metadata.xml b/dev-tex/biblatex-apa/metadata.xml deleted file mode 100644 index de8b2c8a9b8..00000000000 --- a/dev-tex/biblatex-apa/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <upstream> - <remote-id type="github">plk/biblatex-apa</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index a0d2c6dadb1..25c5dc5171f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -456,11 +456,6 @@ net-dialup/tkvoice # Removal in 30 days dev-tex/chktex -# Sam James <sam@gentoo.org> (2020-09-12) -# Merged into dev-texlive/texlive-bibtexextra -# Removal in 30 days -dev-tex/biblatex-apa - # Thomas Deutschmann <whissi@gentoo.org> (2020-09-11) # These versions are not compatible with current stable # dev-libs/openssl version, bug #741622.