commit:     b8a49d3631ba6f3bdc36c9961a96ecd7c433e9c3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 14:59:27 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 14:59:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a49d36

media-video/dvdstyler: Drop broken 3.0.3

Closes: https://bugs.gentoo.org/690936
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/dvdstyler/Manifest               |  1 -
 media-video/dvdstyler/dvdstyler-3.0.3.ebuild | 72 ----------------------------
 2 files changed, 73 deletions(-)

diff --git a/media-video/dvdstyler/Manifest b/media-video/dvdstyler/Manifest
index 6b24059e89a..685628c2b43 100644
--- a/media-video/dvdstyler/Manifest
+++ b/media-video/dvdstyler/Manifest
@@ -1,2 +1 @@
-DIST DVDStyler-3.0.3.tar.bz2 8850630 BLAKE2B 
1fac6687bad0c80728894f1a19ef823d3ba4ea5b648e8e9b6e1b4c98c5d12a353a1bda0499d612ab508ccae16e773c04af6781e189fb09e9799001074d6f7b66
 SHA512 
b5e5a93d127bc45b844cadce036b2d70ede5b3ea9d5fd026a93d6a6813684873db41ca0d4cd15680e63a63f2ba4314f65c2a0c08e44d0b4bbcce703874c2c3ed
 DIST DVDStyler-3.0.4.tar.bz2 8870498 BLAKE2B 
c1ec7651d90613cebbd8d4e62b4626b8a7e2069eadc07bfe9a91e51bf33638135ca975f4857242b3f9ff34606a4e6084200059c82ebc3aa146f446f9b77483ae
 SHA512 
2747e6a494d331b6f35405d7d2ed47789f4452bb3d4e86b0c68cf0fafffb4e6de452b28fac0e9995c312017c7e4e8a3f89ad42bf0a0c99ce19c5d6c0ca6e351a

diff --git a/media-video/dvdstyler/dvdstyler-3.0.3.ebuild 
b/media-video/dvdstyler/dvdstyler-3.0.3.ebuild
deleted file mode 100644
index ed34681039c..00000000000
--- a/media-video/dvdstyler/dvdstyler-3.0.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${P/dvds/DVDS}
-WX_GTK_VER=3.0
-
-inherit wxwidgets eutils
-
-DESCRIPTION="A cross-platform free DVD authoring application"
-HOMEPAGE="http://www.dvdstyler.org/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug libav +udev"
-
-COMMON_DEPEND="
-       >=app-cdr/dvd+rw-tools-7.1
-       media-libs/libexif:=
-       >=media-libs/wxsvg-1.5.11:=
-       >=media-video/dvdauthor-0.7.1
-       >=media-video/xine-ui-0.99.7
-       virtual/cdrtools
-       libav? ( >=media-video/libav-9:0=[encode] )
-       !libav? ( >=media-video/ffmpeg-2.6:0=[encode] )
-       virtual/jpeg:0
-       x11-libs/wxGTK:${WX_GTK_VER}=[gstreamer,X]
-       sys-apps/dbus
-       udev? ( >=virtual/libudev-215:= )
-"
-RDEPEND="${COMMON_DEPEND}
-       >=app-cdr/dvdisaster-0.72.4
-       media-video/mjpegtools
-"
-DEPEND="${COMMON_DEPEND}
-       app-arch/zip
-       app-text/xmlto
-       sys-devel/gettext
-       virtual/yacc
-       virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       need-wxwidgets unicode
-       # disable obsolete GNOME 2.x libraries wrt #508854
-       sed -i -e '/PKG_CONFIG/s:libgnomeui-2.0:dIsAbLeAuToMaGiC&:' configure 
|| die
-       # rmdir: failed to remove `tempfoobar': Directory not empty
-       sed -i -e '/rmdir "$$t"/d' docs/Makefile.in || die
-       # fix underlinking wrt #367863
-       sed -i -e 's:@LIBS@:& -ljpeg:' wxVillaLib/Makefile.in || die
-       # silence desktop-file-validate QA check
-       sed -i \
-               -e '/Icon/s:.png::' -e '/^Encoding/d' -e 
'/Categories/s:Application;::' \
-               data/dvdstyler.desktop || die
-}
-
-src_configure() {
-       econf \
-               --docdir=/usr/share/doc/${PF} \
-               $(use_enable debug) \
-               --with-wx-config=${WX_CONFIG}
-}
-
-src_install() {
-       default
-       rm -f "${ED}"/usr/share/doc/${PF}/{COPYING*,INSTALL*}
-}

Reply via email to