commit: 6db3b8be7e5845aa1b45239e30fa04a25c01cf55
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 1 13:12:56 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Oct 1 13:31:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db3b8be
media-video/alevt: drop 1.8.2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
media-video/alevt/alevt-1.8.2.ebuild | 45 ----------------------
media-video/alevt/files/alevt-1.6.2-libpng15.patch | 11 ------
2 files changed, 56 deletions(-)
diff --git a/media-video/alevt/alevt-1.8.2.ebuild
b/media-video/alevt/alevt-1.8.2.ebuild
deleted file mode 100644
index 705c8c064321..000000000000
--- a/media-video/alevt/alevt-1.8.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop flag-o-matic toolchain-funcs
-
-MY_P="${PN}-v${PV}"
-DESCRIPTION="Teletext viewer for X11"
-HOMEPAGE="https://gitlab.com/alevt/alevt"
-SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2
- -> ${P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-RESTRICT="strip"
-
-RDEPEND="
- x11-libs/libX11
- media-libs/libpng:="
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-respectflags.patch
- "${FILESDIR}"/${PN}-1.6.2-libpng15.patch
-)
-
-src_configure() {
- append-cflags -fno-strict-aliasing
- tc-export BUILD_CC CC
-}
-
-src_install() {
- dobin alevt alevt-cap alevt-date
- doman alevt.1x alevt-date.1 alevt-cap.1
- einstalldocs
-
- newicon -s 16 contrib/mini-alevt.xpm alevt.xpm
- newicon -s 48 contrib/icon48x48.xpm alevt.xpm
- make_desktop_entry alevt "AleVT" alevt
-}
diff --git a/media-video/alevt/files/alevt-1.6.2-libpng15.patch
b/media-video/alevt/files/alevt-1.6.2-libpng15.patch
deleted file mode 100644
index a134fd014051..000000000000
--- a/media-video/alevt/files/alevt-1.6.2-libpng15.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/exp-gfx.c
-+++ b/exp-gfx.c
-@@ -4,6 +4,8 @@
- #include <stdlib.h>
- #include <string.h>
-
-+#include <zlib.h> /* Z_DEFAULT_COMPRESSION */
-+
- #include "lang.h"
- #include "export.h"
-