summaryrefslogtreecommitdiff
path: root/media-libs/sdl-terminal
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/sdl-terminal')
-rw-r--r--media-libs/sdl-terminal/Manifest4
-rw-r--r--media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch24
-rw-r--r--media-libs/sdl-terminal/metadata.xml11
-rw-r--r--media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild38
4 files changed, 0 insertions, 77 deletions
diff --git a/media-libs/sdl-terminal/Manifest b/media-libs/sdl-terminal/Manifest
deleted file mode 100644
index 83e306e7571b..000000000000
--- a/media-libs/sdl-terminal/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX sdl-terminal-1.1.3-nopython.patch 620 BLAKE2B 059ea3c8bb08f3649983c70551d1fff5017dea5e87d3f2d13b6d530826d1b6bd67f1fc716cb5ab50dfb16345cb57e307db776088cf96bf2bb5a34a209bca6776 SHA512 0e7aede86affef6041c0fb76d84b9a76a5b00c6e6ea68cb6669e12d5d50c162360660ee720e072451913166417e7fe24823da24be6eaa1deebe2009ccf6f75a2
-DIST SDL_terminal-1.1.3.tar.gz 466321 BLAKE2B 49c8a8262fd4a9dd14ce987e9128ece958e0357e8da3877516a9e139951d04ef779a414b15ab7748de679c053b8b14d461dbd4575b7aea62fe12608889a88c23 SHA512 be6e74430ac9467e58fde6048b042db319940e564061b6e537f45dcbd54148f5df593dd0b8a28d866ae298d0f1c8f3a113bf23640c25213c6784ede5233882ef
-EBUILD sdl-terminal-1.1.3-r1.ebuild 806 BLAKE2B 52d80e2cc533a86d3f977deb82907ccdf3022a807d54882312b0a68432ea94120187c8bb5592d5f2f084983c8a922c800588a421aaa7cf3bb29b8cbb94af6df6 SHA512 59c8f94d58c928334a413c1962516b8122f6f05a85c0ee0826b99e3df641bf4d84d4e807fd28296344380769b9f560dae204aff771f584a916a496da3e377ce1
-MISC metadata.xml 336 BLAKE2B 780bb0eaac28e9d98fafd961376e851eb37c708d677b9e60003b9310bb43a2a28c464819abac55ce57b8cde20645c95c27653c16745b0d8d37760bf5663ef3f2 SHA512 55f703fef906a646924ee6c4b65310b5caf43b8be33f6ba06148c63e64da4ab097583b5b5e5404e87a6c659651891cfb24142c213d5b06266848380a29b9ccbe
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
deleted file mode 100644
index c9d3214dd091..000000000000
--- a/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.ac.old 2014-07-22 14:19:33.797413503 +0200
-+++ configure.ac 2014-07-22 14:19:55.293201011 +0200
-@@ -108,7 +108,6 @@
- fi
- AC_SUBST(GL_LIBS)
-
--AC_PYTHON_DEVEL
-
- # Finally create all the generated files
- # The configure script takes "file.in" and substitutes variables to produce
-@@ -118,5 +117,4 @@
- Makefile
- src/Makefile
- include/Makefile
--examples/Makefile
- ])
---- Makefile.am.old 2014-07-22 14:19:40.729344917 +0200
-+++ Makefile.am 2014-07-22 14:20:06.353091713 +0200
-@@ -1,4 +1,4 @@
- ## Process this file with automake to produce Makefile.in
-
--SUBDIRS = src include examples
-+SUBDIRS = src include
-
diff --git a/media-libs/sdl-terminal/metadata.xml b/media-libs/sdl-terminal/metadata.xml
deleted file mode 100644
index a4d841a67e7a..000000000000
--- a/media-libs/sdl-terminal/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">sdl-terminal</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index bd3598f12cc7..000000000000
--- a/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch autotools
-
-MY_P="${P/sdl-/SDL_}"
-DESCRIPTION="library that provides a pseudo-ansi color terminal that can be used with any SDL application"
-HOMEPAGE="https://sourceforge.net/projects/sdl-terminal/"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-DEPEND="virtual/opengl
- virtual/glu
- >=media-libs/libsdl-1.2.4[opengl]
- media-libs/sdl-ttf"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-nopython.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog README" \
- default
- find "${ED}" -name '*.la' -delete || die
-}