Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/sdl-terminal/files/, media-libs/sdl-terminal/
Date: Tue, 12 Oct 2021 15:07:59
Message-Id: 1634050522.541e0d827fe77c672f21ed66c4f8b544f2e79fac.ionen@gentoo
1 commit: 541e0d827fe77c672f21ed66c4f8b544f2e79fac
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 14:49:21 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 14:55:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541e0d82
7
8 media-libs/sdl-terminal: treeclean
9
10 Closes: https://bugs.gentoo.org/776904
11 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
12
13 media-libs/sdl-terminal/Manifest | 1 -
14 .../files/sdl-terminal-1.1.3-nopython.patch | 24 --------------
15 media-libs/sdl-terminal/metadata.xml | 11 -------
16 .../sdl-terminal/sdl-terminal-1.1.3-r1.ebuild | 38 ----------------------
17 profiles/package.mask | 6 ----
18 5 files changed, 80 deletions(-)
19
20 diff --git a/media-libs/sdl-terminal/Manifest b/media-libs/sdl-terminal/Manifest
21 deleted file mode 100644
22 index 5ecdc6b1ad2..00000000000
23 --- a/media-libs/sdl-terminal/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST SDL_terminal-1.1.3.tar.gz 466321 BLAKE2B 49c8a8262fd4a9dd14ce987e9128ece958e0357e8da3877516a9e139951d04ef779a414b15ab7748de679c053b8b14d461dbd4575b7aea62fe12608889a88c23 SHA512 be6e74430ac9467e58fde6048b042db319940e564061b6e537f45dcbd54148f5df593dd0b8a28d866ae298d0f1c8f3a113bf23640c25213c6784ede5233882ef
27
28 diff --git a/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch b/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch
29 deleted file mode 100644
30 index c9d3214dd09..00000000000
31 --- a/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 ---- configure.ac.old 2014-07-22 14:19:33.797413503 +0200
35 -+++ configure.ac 2014-07-22 14:19:55.293201011 +0200
36 -@@ -108,7 +108,6 @@
37 - fi
38 - AC_SUBST(GL_LIBS)
39 -
40 --AC_PYTHON_DEVEL
41 -
42 - # Finally create all the generated files
43 - # The configure script takes "file.in" and substitutes variables to produce
44 -@@ -118,5 +117,4 @@
45 - Makefile
46 - src/Makefile
47 - include/Makefile
48 --examples/Makefile
49 - ])
50 ---- Makefile.am.old 2014-07-22 14:19:40.729344917 +0200
51 -+++ Makefile.am 2014-07-22 14:20:06.353091713 +0200
52 -@@ -1,4 +1,4 @@
53 - ## Process this file with automake to produce Makefile.in
54 -
55 --SUBDIRS = src include examples
56 -+SUBDIRS = src include
57 -
58
59 diff --git a/media-libs/sdl-terminal/metadata.xml b/media-libs/sdl-terminal/metadata.xml
60 deleted file mode 100644
61 index a4d841a67e7..00000000000
62 --- a/media-libs/sdl-terminal/metadata.xml
63 +++ /dev/null
64 @@ -1,11 +0,0 @@
65 -<?xml version="1.0" encoding="UTF-8"?>
66 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
67 -<pkgmetadata>
68 - <maintainer type="project">
69 - <email>games@g.o</email>
70 - <name>Gentoo Games Project</name>
71 - </maintainer>
72 - <upstream>
73 - <remote-id type="sourceforge">sdl-terminal</remote-id>
74 - </upstream>
75 -</pkgmetadata>
76
77 diff --git a/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild b/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild
78 deleted file mode 100644
79 index bd3598f12cc..00000000000
80 --- a/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild
81 +++ /dev/null
82 @@ -1,38 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=5
87 -inherit epatch autotools
88 -
89 -MY_P="${P/sdl-/SDL_}"
90 -DESCRIPTION="library that provides a pseudo-ansi color terminal that can be used with any SDL application"
91 -HOMEPAGE="https://sourceforge.net/projects/sdl-terminal/"
92 -SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
93 -
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -KEYWORDS="amd64 x86"
97 -IUSE="static-libs"
98 -
99 -DEPEND="virtual/opengl
100 - virtual/glu
101 - >=media-libs/libsdl-1.2.4[opengl]
102 - media-libs/sdl-ttf"
103 -RDEPEND=${DEPEND}
104 -
105 -S=${WORKDIR}/${MY_P}
106 -
107 -src_prepare() {
108 - epatch "${FILESDIR}"/${P}-nopython.patch
109 - eautoreconf
110 -}
111 -
112 -src_configure() {
113 - econf $(use_enable static-libs static)
114 -}
115 -
116 -src_install() {
117 - DOCS="AUTHORS ChangeLog README" \
118 - default
119 - find "${ED}" -name '*.la' -delete || die
120 -}
121
122 diff --git a/profiles/package.mask b/profiles/package.mask
123 index 7296d8da0d0..27b596a24d2 100644
124 --- a/profiles/package.mask
125 +++ b/profiles/package.mask
126 @@ -279,12 +279,6 @@ sys-devel/automake:1.11
127 # Migration to it is expected for GNOME 42, NOT to be unmasked with GNOME 41.
128 net-libs/libsoup:3.0
129
130 -# Ionen Wolkens <ionen@g.o> (2021-09-12)
131 -# No reverse dependencies, stuck on EAPI-5, last release in 2006.
132 -# Please report if anyone still need this.
133 -# Removal on 2021-10-12. bug #776904
134 -media-libs/sdl-terminal
135 -
136 # Anna Vyalkova <cyber+gentoo@×××××.in> (2021-09-07)
137 # Mask backwards-incompatible version to avoid autodeletion of previous one.
138 # Data migration is not supported upstream and can't be done automatically.