media-video/dvdbackup: remove old
authorTim Harder <radhermit@gentoo.org>
Sun, 6 Jan 2019 05:32:07 +0000 (23:32 -0600)
committerTim Harder <radhermit@gentoo.org>
Sun, 6 Jan 2019 07:24:46 +0000 (01:24 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
media-video/dvdbackup/Manifest
media-video/dvdbackup/dvdbackup-0.4.1.ebuild [deleted file]

index 2696f13f30221ee2d4ce4d1fc7b89b6ba20c01bb..9ca5d7232903fc0f3c2a2ea745ea9d68468441d9 100644 (file)
@@ -1,2 +1 @@
-DIST dvdbackup-0.4.1.tar.bz2 188496 BLAKE2B 4a77b7e2a31616996aa5a5a78c19fb746f84dddf223a61d43aeb3d7db8ede481991d269afd9b73e1cb34077c8d8f83fe55b84c750e05541c35ad0fff2dfd52f1 SHA512 4f6fcb06f3bc9c0066e9cb51582707accc9629c8239f15d84a05a877927292449dda515796bd91069b1280ceb99dab50213cf6f3fbc79e6f56242923d9e2ae86
 DIST dvdbackup-0.4.2.tar.xz 178660 BLAKE2B 1403bd66861713803a2da00712318a6cb399d5c7640cadd27f55fb1cee4e0013364f17a2dc3c78dab819d4fdb8405d36e781d0f2abd1bfb49873b0992d5f2dcc SHA512 df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d
diff --git a/media-video/dvdbackup/dvdbackup-0.4.1.ebuild b/media-video/dvdbackup/dvdbackup-0.4.1.ebuild
deleted file mode 100644 (file)
index 4dc011b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Backup content from DVD to hard disk"
-HOMEPAGE="http://dvdbackup.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="nls"
-
-RDEPEND=">=media-libs/libdvdread-4.2.0_pre
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-       econf \
-               $(use_enable nls) \
-               --disable-rpath \
-               --docdir=/usr/share/doc/${PF}
-}