summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-14 19:22:01 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-14 19:23:47 +0200
commit3a9c59b471ce71bf3a2e669884bf0d255356fa48 (patch)
tree7fe268103509791898628747c548c8825d38fc73 /dev-tex
parentdev-python/paver: Remove last-rited pkg (diff)
downloadgentoo-3a9c59b471ce71bf3a2e669884bf0d255356fa48.tar.gz
gentoo-3a9c59b471ce71bf3a2e669884bf0d255356fa48.tar.bz2
gentoo-3a9c59b471ce71bf3a2e669884bf0d255356fa48.zip
dev-tex/crosstex: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735302 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/crosstex/Manifest1
-rw-r--r--dev-tex/crosstex/crosstex-0.6-r3.ebuild43
-rw-r--r--dev-tex/crosstex/metadata.xml11
3 files changed, 0 insertions, 55 deletions
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 @@
-<?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="sourceforge">crosstex</remote-id>
- </upstream>
-</pkgmetadata>