From 3a9c59b471ce71bf3a2e669884bf0d255356fa48 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 14 Sep 2020 19:22:01 +0200 Subject: dev-tex/crosstex: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/735302 Signed-off-by: Michał Górny --- dev-tex/crosstex/Manifest | 1 - dev-tex/crosstex/crosstex-0.6-r3.ebuild | 43 --------------------------------- dev-tex/crosstex/metadata.xml | 11 --------- 3 files changed, 55 deletions(-) delete mode 100644 dev-tex/crosstex/Manifest delete mode 100644 dev-tex/crosstex/crosstex-0.6-r3.ebuild delete mode 100644 dev-tex/crosstex/metadata.xml (limited to 'dev-tex') diff --git a/dev-tex/crosstex/Manifest b/dev-tex/crosstex/Manifest deleted file mode 100644 index 5a15f4cb1457..000000000000 --- 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 ab2375f5c2c6..000000000000 --- 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 4450cbbae5bc..000000000000 --- a/dev-tex/crosstex/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - tex@gentoo.org - Gentoo TeX Project - - - crosstex - - -- cgit v1.2.3-65-gdbad