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/dvipost/files/, dev-tex/dvipost/, profiles/
Date: Mon, 12 Oct 2020 08:56:35
Message-Id: 1602492912.8e42a7664347f05fba6822d6d3d4c983acfcba80.mgorny@gentoo
1 commit: 8e42a7664347f05fba6822d6d3d4c983acfcba80
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 08:55:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 08:55:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e42a766
7
8 dev-tex/dvipost: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-tex/dvipost/Manifest | 1 -
13 dev-tex/dvipost/dvipost-1.1-r3.ebuild | 38 ---------------------------------
14 dev-tex/dvipost/files/1.1-ldflags.patch | 13 -----------
15 dev-tex/dvipost/metadata.xml | 8 -------
16 profiles/package.mask | 5 -----
17 5 files changed, 65 deletions(-)
18
19 diff --git a/dev-tex/dvipost/Manifest b/dev-tex/dvipost/Manifest
20 deleted file mode 100644
21 index 4eed0f3acc0..00000000000
22 --- a/dev-tex/dvipost/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST dvipost-1.1.tar.gz 46428 BLAKE2B 3059f98db620cfd08616a7eb80f0eeae1cda745002070d53ff01c4926164104522ac4df6723aa7b9fbd1c0802a8e5f321b2f17ce49a77777fc165bc305921abd SHA512 5598dca794b4f1ec38e98128e50a72dfb168423d0302b560ff6d944573031b4f56a78b3ac48fabec3ca33886e350fca63c43fe0bd6892c4bd064d486dd4c25b4
26
27 diff --git a/dev-tex/dvipost/dvipost-1.1-r3.ebuild b/dev-tex/dvipost/dvipost-1.1-r3.ebuild
28 deleted file mode 100644
29 index 1a8ae9fe04b..00000000000
30 --- a/dev-tex/dvipost/dvipost-1.1-r3.ebuild
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit latex-package eutils toolchain-funcs
39 -
40 -DESCRIPTION="post processor for dvi files"
41 -HOMEPAGE="http://efeu.cybertec.at/index_en.html"
42 -SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos"
47 -IUSE=""
48 -
49 -src_prepare() {
50 - tc-export CC
51 - eapply "${FILESDIR}"/${PV}-ldflags.patch
52 - default
53 -}
54 -
55 -src_compile() {
56 - emake
57 -}
58 -
59 -src_install() {
60 - dobin dvipost
61 - dosym dvipost /usr/bin/pptex
62 - dosym dvipost /usr/bin/pplatex
63 -
64 - insinto ${TEXMF}/tex/latex/misc/
65 - insopts -m0644
66 - doins dvipost.sty
67 -
68 - dodoc dvipost.doc CHANGELOG NOTES README dvipost.html
69 - newman "${S}"/dvipost.man dvipost.1
70 -}
71
72 diff --git a/dev-tex/dvipost/files/1.1-ldflags.patch b/dev-tex/dvipost/files/1.1-ldflags.patch
73 deleted file mode 100644
74 index b8711b50026..00000000000
75 --- a/dev-tex/dvipost/files/1.1-ldflags.patch
76 +++ /dev/null
77 @@ -1,13 +0,0 @@
78 -diff --git a/Makefile.in b/Makefile.in
79 -index cd4758b..bb0af2a 100644
80 ---- a/Makefile.in
81 -+++ b/Makefile.in
82 -@@ -74,7 +74,7 @@ clean::; rm -f main.o
83 -
84 - OBJ= main.o $(BASE:.c=.o) $(DVI:.c=.o)
85 -
86 --$(NAME): $(OBJ); $(CC) $(CFLAGS) -o $@ $(OBJ)
87 -+$(NAME): $(OBJ); $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJ)
88 -
89 - clean::; rm -f $(NAME)
90 -
91
92 diff --git a/dev-tex/dvipost/metadata.xml b/dev-tex/dvipost/metadata.xml
93 deleted file mode 100644
94 index 13170c3184d..00000000000
95 --- a/dev-tex/dvipost/metadata.xml
96 +++ /dev/null
97 @@ -1,8 +0,0 @@
98 -<?xml version="1.0" encoding="UTF-8"?>
99 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 -<pkgmetadata>
101 -<maintainer type="project">
102 - <email>tex@g.o</email>
103 - <name>Gentoo TeX Project</name>
104 -</maintainer>
105 -</pkgmetadata>
106
107 diff --git a/profiles/package.mask b/profiles/package.mask
108 index 0db85001a30..1c30439a3c2 100644
109 --- a/profiles/package.mask
110 +++ b/profiles/package.mask
111 @@ -473,11 +473,6 @@ dev-tex/detex
112 # Removal in 30 days
113 dev-tex/csindex
114
115 -# Mikle Kolyada <zlogene@g.o> (2020-09-12)
116 -# Dead upstream and does not build.
117 -# Removal in 30 days
118 -dev-tex/dvipost
119 -
120 # Thomas Deutschmann <whissi@g.o> (2020-09-11)
121 # These versions are not compatible with current stable
122 # dev-libs/openssl version, bug #741622.