public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-tex/revtex/
@ 2020-06-20  4:49 Aaron Bauman
  0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2020-06-20  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e95664075012d52c118a74331673876cead056e6
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 04:49:25 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 04:49:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9566407

dev-tex/revtex: drop last-rited pkg

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-tex/revtex/Manifest           |  1 -
 dev-tex/revtex/metadata.xml       | 13 --------
 dev-tex/revtex/revtex-4.2c.ebuild | 62 ---------------------------------------
 profiles/package.mask             |  5 ----
 4 files changed, 81 deletions(-)

diff --git a/dev-tex/revtex/Manifest b/dev-tex/revtex/Manifest
deleted file mode 100644
index 287a0ca210f..00000000000
--- a/dev-tex/revtex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST revtex-4.2c.zip 3258548 BLAKE2B 8a457594c22dfee9becd18d2c26c0182d8eee51d549a85c5bc4ddaf122a1a06b835ca1f31a61de1bf194e4aeac7dafd25f9bf120c786356b773130f036de67e7 SHA512 9cb8287de61a49a35b18f6873ac3007eea3373c4836edd696d04d49ece297727d9aae614a6ba0f2aa03d5cf2430a2f02f674d342a092f1acb862b8ffdbf5cea9

diff --git a/dev-tex/revtex/metadata.xml b/dev-tex/revtex/metadata.xml
deleted file mode 100644
index 7a7c477125c..00000000000
--- a/dev-tex/revtex/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person"><email>dilfridge@gentoo.org</email></maintainer>
-<maintainer type="project">
-<email>tex@gentoo.org</email>
-<name>Gentoo TeX Project</name>
-</maintainer>
-<maintainer type="project">
-<email>sci@gentoo.org</email>
-<name>Gentoo Science Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-tex/revtex/revtex-4.2c.ebuild b/dev-tex/revtex/revtex-4.2c.ebuild
deleted file mode 100644
index 7a01b56ff08..00000000000
--- a/dev-tex/revtex/revtex-4.2c.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit latex-package
-
-DESCRIPTION="LaTeX2e macros to prepare manuscripts for the journals of the APS and AIP"
-HOMEPAGE="https://journals.aps.org/revtex"
-SRC_URI="http://mirrors.ctan.org/macros/latex/contrib/revtex.zip -> ${P}.zip"
-
-LICENSE="LPPL-1.3c"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND=">=dev-texlive/texlive-latex-2012"
-DEPEND="${RDEPEND}
-	app-arch/unzip
-"
-
-IUSE="doc"
-
-S="${WORKDIR}/${PN}"
-
-TEXMF=/usr/share/texmf-site
-
-src_prepare() {
-	default
-	find "${S}" -name '*4-1*' -delete || die
-	find "${S}" -name reftest4-2.tex -delete || die
-}
-
-src_compile() {
-	cd "${S}/source" || die
-
-	for name in *.dtx; do
-		tex $name || die
-	done
-	latex-package_src_compile
-
-	cd "${S}/bibtex" || die
-	latex-package_src_compile
-}
-
-src_install() {
-	cd "${S}/source"
-
-	use doc && rm -f aip.dtx # fails to build docs
-
-	latex-package_src_install
-
-	# we need the revtex-specific rtx files in the same dir as the class files
-	insinto ${TEXMF}/tex/latex/${PN}
-	for i in `find . -maxdepth 1 -type f -name "*.rtx"` ; do
-		doins $i
-	done
-
-	cd "${S}/bibtex" || die
-	latex-package_src_install
-
-	find "${D}" -name aip4-1.rtx -delete || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index f98e227d59c..98b5b679466 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -269,11 +269,6 @@ app-eselect/eselect-metasploit
 # Removal after 2020-06-14.
 <dev-db/postgresql-9.5
 
-# Andreas K. Hüttel <dilfridge@gentoo.org> (2020-05-02)
-# Included in recent texlive versions. Please uninstall.
-# Removal in 30 days.
-dev-tex/revtex
-
 # Thomas Deutschmann <whissi@gentoo.org> (2020-04-30)
 # Requires <OpenSSL-1.1.x. Please migrate to
 # >=dev-db/mysql-5.7. Masked for removal in 30 days.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-20  4:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-20  4:49 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-tex/revtex/ Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox