Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/crosstex/, profiles/
Date: Mon, 14 Sep 2020 17:24:07
Message-Id: 1600104227.3a9c59b471ce71bf3a2e669884bf0d255356fa48.mgorny@gentoo
1 commit: 3a9c59b471ce71bf3a2e669884bf0d255356fa48
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 14 17:22:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 14 17:23:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9c59b4
7
8 dev-tex/crosstex: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/735302
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-tex/crosstex/Manifest | 1 -
14 dev-tex/crosstex/crosstex-0.6-r3.ebuild | 43 ---------------------------------
15 dev-tex/crosstex/metadata.xml | 11 ---------
16 profiles/package.mask | 7 ------
17 4 files changed, 62 deletions(-)
18
19 diff --git a/dev-tex/crosstex/Manifest b/dev-tex/crosstex/Manifest
20 deleted file mode 100644
21 index 5a15f4cb145..00000000000
22 --- a/dev-tex/crosstex/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST crosstex-0.6.tar.gz 2366411 BLAKE2B 75ecfbb16b67c9cf7e8bce7e62b4fbc7693b57593196987f066d5ede5c7bdfabeb600d081d9e35eaa0ead830cfa5f97810d971583d951913025cccf42e33e1c9 SHA512 88d42ddbe4b229838c0750bbaf6d099349679a66859e8c28e03888d06bbc4641dd815a37e167700f6494a53e950245af864ea260a7779c3fd50e65cd968de08c
26
27 diff --git a/dev-tex/crosstex/crosstex-0.6-r3.ebuild b/dev-tex/crosstex/crosstex-0.6-r3.ebuild
28 deleted file mode 100644
29 index ab2375f5c2c..00000000000
30 --- a/dev-tex/crosstex/crosstex-0.6-r3.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit python-single-r1
41 -
42 -DESCRIPTION="CrossTeX - object oriented BibTeX replacement"
43 -HOMEPAGE="http://www.cs.cornell.edu/people/egs/crosstex/"
44 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="examples"
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - $(python_gen_cond_dep '
54 - dev-python/ply[${PYTHON_MULTI_USEDEP}]
55 - ')"
56 -DEPEND="${RDEPEND}"
57 -
58 -src_install() {
59 - # NB: LIBDIR changed from site-packages to avoid installing .xtx
60 - # files to top site-packages dir
61 - emake \
62 - ROOT="${D}" \
63 - PREFIX="${EPREFIX}/usr" \
64 - LIBDIR="/lib/crosstex" \
65 - install
66 -
67 - python_fix_shebang "${ED%/}/usr/bin"
68 - python_optimize "${ED%/}/usr/lib/crosstex"
69 -
70 - dodoc crosstex.pdf
71 - if use examples; then
72 - docinto examples
73 - dodoc -r tests/.
74 - fi
75 -}
76
77 diff --git a/dev-tex/crosstex/metadata.xml b/dev-tex/crosstex/metadata.xml
78 deleted file mode 100644
79 index 4450cbbae5b..00000000000
80 --- a/dev-tex/crosstex/metadata.xml
81 +++ /dev/null
82 @@ -1,11 +0,0 @@
83 -<?xml version="1.0" encoding="UTF-8"?>
84 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
85 -<pkgmetadata>
86 - <maintainer type="project">
87 - <email>tex@g.o</email>
88 - <name>Gentoo TeX Project</name>
89 - </maintainer>
90 - <upstream>
91 - <remote-id type="sourceforge">crosstex</remote-id>
92 - </upstream>
93 -</pkgmetadata>
94
95 diff --git a/profiles/package.mask b/profiles/package.mask
96 index 52fa6f78b9c..5dfaab3f619 100644
97 --- a/profiles/package.mask
98 +++ b/profiles/package.mask
99 @@ -652,13 +652,6 @@ dev-lang/vala:0.50
100 # Obsolete, nothing depends on it. Removal in 30 days.
101 net-wireless/lorcon-old
102
103 -# Mikle Kolyada <zlogene@g.o> (2020-08-14)
104 -# Obsolete package. Current version is py2-only.
105 -# py3 port has been abandoned for a long time.
106 -# Use bibtex/biber as a replacement.
107 -# Removal in 30 days.
108 -dev-tex/crosstex
109 -
110 # Matt Turner <mattst88@g.o> (2020-08-13)
111 # Masked for testing
112 >=sys-auth/sssd-2.3.0