commit:     d79fcb23890318b6d549109dc68b340549aef735
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 11:54:29 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 12:16:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79fcb23

media-video/dvdstyler: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/dvdstyler/Manifest                  |  2 -
 media-video/dvdstyler/dvdstyler-2.9.6-r1.ebuild | 72 -------------------------
 media-video/dvdstyler/dvdstyler-3.0.2.ebuild    | 72 -------------------------
 3 files changed, 146 deletions(-)

diff --git a/media-video/dvdstyler/Manifest b/media-video/dvdstyler/Manifest
index 872afb9955d..da872db2ecc 100644
--- a/media-video/dvdstyler/Manifest
+++ b/media-video/dvdstyler/Manifest
@@ -1,3 +1 @@
-DIST DVDStyler-2.9.6.tar.bz2 8373340 BLAKE2B 
eb2be82ffa95433de516b5d5bba4b804f9be97869aad1e43576382bd6aac7da9324656aa241999f21c48408d0ea5d1313885c26518fcadf85a7f24fee7453caf
 SHA512 
7e45a61ecc5df29957c6ff71bf7d5032bc1cba3b43b8444f7cd065aabf3991961f998e220d41c05c3d4e9a3bc213c96bc484b467a40d1b10ab33630ea4cbbcea
-DIST DVDStyler-3.0.2.tar.bz2 8818276 BLAKE2B 
302bc42c2fcb562ab11fe56c405f46e4023ace0e90329c51eb198b732cd21fc33edc394b85dc20f777d53a71580c9f935a60c579eb4faf861e23f5af8af97aa4
 SHA512 
2ae54a3679bea0a6ea6b98c6bd26af13b9e2cb938dd58cf263e2ca2999d5ad48b58598d6f6a4a230e1ca1988cf6095c5ce17c1c2d8c103e28238ddedc5ead006
 DIST DVDStyler-3.0.3.tar.bz2 8850630 BLAKE2B 
1fac6687bad0c80728894f1a19ef823d3ba4ea5b648e8e9b6e1b4c98c5d12a353a1bda0499d612ab508ccae16e773c04af6781e189fb09e9799001074d6f7b66
 SHA512 
b5e5a93d127bc45b844cadce036b2d70ede5b3ea9d5fd026a93d6a6813684873db41ca0d4cd15680e63a63f2ba4314f65c2a0c08e44d0b4bbcce703874c2c3ed

diff --git a/media-video/dvdstyler/dvdstyler-2.9.6-r1.ebuild 
b/media-video/dvdstyler/dvdstyler-2.9.6-r1.ebuild
deleted file mode 100644
index fbfdb6e87c3..00000000000
--- a/media-video/dvdstyler/dvdstyler-2.9.6-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 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.5:=
-       >=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*}
-}

diff --git a/media-video/dvdstyler/dvdstyler-3.0.2.ebuild 
b/media-video/dvdstyler/dvdstyler-3.0.2.ebuild
deleted file mode 100644
index c705685063c..00000000000
--- a/media-video/dvdstyler/dvdstyler-3.0.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 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.9:=
-       >=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