commit:     16d4cd63d9da05976baf7775121bb88b81d45343
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 17:36:55 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 17:36:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d4cd63

media-video/xine-ui: cleanup old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/xine-ui/Manifest                       |   1 -
 .../xine-ui/files/xine-ui-0.99.10-libcaca.patch    |  24 -----
 media-video/xine-ui/xine-ui-0.99.10.ebuild         | 101 ---------------------
 3 files changed, 126 deletions(-)

diff --git a/media-video/xine-ui/Manifest b/media-video/xine-ui/Manifest
index 9a9fc901207..51b189beb21 100644
--- a/media-video/xine-ui/Manifest
+++ b/media-video/xine-ui/Manifest
@@ -1,2 +1 @@
-DIST xine-ui-0.99.10.tar.xz 1762968 BLAKE2B 
eede1a7b43f3fca37c092541145a4d13813185a740c396503bdfc93fd96d4d3bf52ad2daed4389634e2a517972c1233e3d9b1af74b718dd9def58eb2e702d967
 SHA512 
73cbc72375b27335e9d5f5527c35dab12d1ae40539b587630b3d8709471e4c61ce7b619062b75f587252c0647c234ffcf611f3b4e38e0447f7041b7ca5d7289e
 DIST xine-ui-0.99.12.tar.xz 1980672 BLAKE2B 
ac1a9b17b48005c667d53129e51f4db2cfe2933c0fca9ba8b6f1d999f903568217a061c84806abfec31d4afcc238579c232a1ae6f4b04afcac465c340826f037
 SHA512 
bc04cb8df730abce147485b488250331a304e4318fc28ebab890c6485242a5edeafd953547c637622e2312c65aa1e36aaae6117d608dd668781d841804f2ae86

diff --git a/media-video/xine-ui/files/xine-ui-0.99.10-libcaca.patch 
b/media-video/xine-ui/files/xine-ui-0.99.10-libcaca.patch
deleted file mode 100644
index c5a359758d4..00000000000
--- a/media-video/xine-ui/files/xine-ui-0.99.10-libcaca.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -r efe11fb1562e configure.ac
---- a/configure.ac     Thu Dec 28 18:08:02 2017 +0200
-+++ b/configure.ac     Sun Apr 01 23:00:22 2018 -0600
-@@ -374,7 +374,7 @@
-    if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then
-       AC_MSG_ERROR([CACA support requested, but libcaca 0.99 not found])
-    fi
--   if test test "x$have_caca" = "xyes"; then
-+   if test "x$have_caca" = "xyes"; then
-      AM_DL()
-    fi
-    AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <caca.h> 
-
---- a/configure        Thu Dec 28 18:08:02 2017 +0200
-+++ b/configure        Sun Apr 01 23:00:22 2018 -0600
-@@ -12651,7 +12651,7 @@
-    if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then
-       as_fn_error $? "CACA support requested, but libcaca 0.99 not found" 
"$LINENO" 5
-    fi
--   if test test "x$have_caca" = "xyes"; then
-+   if test "x$have_caca" = "xyes"; then
-
-   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lc" >&5
- $as_echo_n "checking for dlopen in -lc... " >&6; }

diff --git a/media-video/xine-ui/xine-ui-0.99.10.ebuild 
b/media-video/xine-ui/xine-ui-0.99.10.ebuild
deleted file mode 100644
index eacab2930ba..00000000000
--- a/media-video/xine-ui/xine-ui-0.99.10.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils xdg-utils
-
-DESCRIPTION="Xine movie player"
-HOMEPAGE="https://xine-project.org/home";
-SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama"
-
-RDEPEND="
-       || ( app-arch/tar app-arch/libarchive )
-       media-libs/libpng:0=
-       >=media-libs/xine-lib-1.2:=[aalib?,libcaca?]
-       virtual/jpeg:0
-       aalib? ( media-libs/aalib:= )
-       curl? ( >=net-misc/curl-7.10.2:= )
-       libcaca? ( media-libs/libcaca:= )
-       lirc? ( app-misc/lirc:= )
-       nls? ( virtual/libintl )
-       readline? ( >=sys-libs/readline-6.2:= )
-       X? (
-               x11-libs/libICE:=
-               x11-libs/libSM:=
-               x11-libs/libX11:=
-               x11-libs/libXext:=
-               x11-libs/libXft:=
-               x11-libs/libXrender:=
-               x11-libs/libXScrnSaver:=
-               x11-libs/libXtst:=
-               x11-libs/libXv:=
-               x11-libs/libXxf86vm:=
-               xinerama? ( x11-libs/libXinerama:= )
-       )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       nls? ( >=sys-devel/gettext-0.18.3 )
-       X? (
-               x11-base/xorg-proto
-               x11-libs/libXt
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-desktop.patch
-       "${FILESDIR}"/${P}-libcaca.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-       rm misc/xine-bugreport || die
-}
-
-src_configure() {
-       econf \
-               $(use_enable nls) \
-               $(use_enable xinerama) \
-               $(use_enable lirc) \
-               $(use_enable vdr vdr-keys) \
-               --disable-nvtvsimple \
-               $(use_enable debug) \
-               $(use_with X x) \
-               $(use_with readline) \
-               $(use_with curl) \
-               $(use_with aalib) \
-               $(use_with libcaca caca) \
-               --without-fb
-}
-
-src_install() {
-       # xine-list apparently may cause sandbox violation, bug 654394
-       addpredict /dev/dri
-
-       emake \
-               DESTDIR="${D}" \
-               docdir="/usr/share/doc/${PF}" \
-               docsdir="/usr/share/doc/${PF}" \
-               install
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-       gnome2_icon_cache_update
-}

Reply via email to