commit: 3a9c59b471ce71bf3a2e669884bf0d255356fa48 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 14 17:22:01 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 14 17:23:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9c59b4
dev-tex/crosstex: Remove last-rited pkg Closes: https://bugs.gentoo.org/735302 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-tex/crosstex/Manifest | 1 - dev-tex/crosstex/crosstex-0.6-r3.ebuild | 43 --------------------------------- dev-tex/crosstex/metadata.xml | 11 --------- profiles/package.mask | 7 ------ 4 files changed, 62 deletions(-) diff --git a/dev-tex/crosstex/Manifest b/dev-tex/crosstex/Manifest deleted file mode 100644 index 5a15f4cb145..00000000000 --- a/dev-tex/crosstex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST crosstex-0.6.tar.gz 2366411 BLAKE2B 75ecfbb16b67c9cf7e8bce7e62b4fbc7693b57593196987f066d5ede5c7bdfabeb600d081d9e35eaa0ead830cfa5f97810d971583d951913025cccf42e33e1c9 SHA512 88d42ddbe4b229838c0750bbaf6d099349679a66859e8c28e03888d06bbc4641dd815a37e167700f6494a53e950245af864ea260a7779c3fd50e65cd968de08c diff --git a/dev-tex/crosstex/crosstex-0.6-r3.ebuild b/dev-tex/crosstex/crosstex-0.6-r3.ebuild deleted file mode 100644 index ab2375f5c2c..00000000000 --- a/dev-tex/crosstex/crosstex-0.6-r3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="CrossTeX - object oriented BibTeX replacement" -HOMEPAGE="http://www.cs.cornell.edu/people/egs/crosstex/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/ply[${PYTHON_MULTI_USEDEP}] - ')" -DEPEND="${RDEPEND}" - -src_install() { - # NB: LIBDIR changed from site-packages to avoid installing .xtx - # files to top site-packages dir - emake \ - ROOT="${D}" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="/lib/crosstex" \ - install - - python_fix_shebang "${ED%/}/usr/bin" - python_optimize "${ED%/}/usr/lib/crosstex" - - dodoc crosstex.pdf - if use examples; then - docinto examples - dodoc -r tests/. - fi -} diff --git a/dev-tex/crosstex/metadata.xml b/dev-tex/crosstex/metadata.xml deleted file mode 100644 index 4450cbbae5b..00000000000 --- a/dev-tex/crosstex/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>[email protected]</email> - <name>Gentoo TeX Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">crosstex</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 52fa6f78b9c..5dfaab3f619 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -652,13 +652,6 @@ dev-lang/vala:0.50 # Obsolete, nothing depends on it. Removal in 30 days. net-wireless/lorcon-old -# Mikle Kolyada <[email protected]> (2020-08-14) -# Obsolete package. Current version is py2-only. -# py3 port has been abandoned for a long time. -# Use bibtex/biber as a replacement. -# Removal in 30 days. -dev-tex/crosstex - # Matt Turner <[email protected]> (2020-08-13) # Masked for testing >=sys-auth/sssd-2.3.0
